NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
MapJavaUDFLogicalOperatorTest.cpp File Reference
#include <API/Schema.hpp>
#include <BaseIntegrationTest.hpp>
#include <Common/DataTypes/DataTypeFactory.hpp>
#include <Operators/Exceptions/TypeInferenceException.hpp>
#include <Operators/LogicalOperators/Sinks/NullOutputSinkDescriptor.hpp>
#include <Operators/LogicalOperators/Sources/SourceLogicalOperator.hpp>
#include <Operators/LogicalOperators/UDFs/MapUDF/MapUDFLogicalOperator.hpp>
#include <Util/JavaUDFDescriptorBuilder.hpp>
#include <Util/SchemaSourceDescriptor.hpp>
#include <gtest/gtest.h>
#include <memory>
#include <string>
Include dependency graph for MapJavaUDFLogicalOperatorTest.cpp:

Classes

class  NES::MapJavaUDFLogicalOperatorTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchema)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferStringSignature)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, AddParentToCopy)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaCompatibleTypes)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaInCompatibleTypes)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaDifferentSize)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaMissingField)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaUnsignedIntegers)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaUnsignedLong)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaSingleField)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaSingleFieldIncompatibleTypes)
 
 NES::TEST_F (MapJavaUDFLogicalOperatorTest, InferSchemaSingleFieldUnsignedLong)