Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AggregateFunction<T,ACC> - Class in org.apache.flink.table.functions
Base class for user-defined aggregates.
AggregateFunction() - Constructor for class org.apache.flink.table.functions.AggregateFunction
 
asMap() - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns the properties as a map copy.
asPrefixedMap(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns the properties as a map copy with a prefix key.

B

build() - Method in class org.apache.flink.table.api.TableSchema.Builder
Returns a TableSchema instance.
builder() - Static method in class org.apache.flink.table.api.TableSchema
 
Builder() - Constructor for class org.apache.flink.table.api.TableSchema.Builder
 

C

close() - Method in class org.apache.flink.table.functions.UserDefinedFunction
Tear-down method for user-defined function.
collect(T) - Method in class org.apache.flink.table.functions.TableFunction
Emits an output row.
collector - Variable in class org.apache.flink.table.functions.TableFunction
The code generated collector used to emit rows.
configure(String[], TypeInformation<?>[]) - Method in interface org.apache.flink.table.sinks.TableSink
Returns a copy of this TableSink configured with the field names and types of the table to emit.
configure(String[], TypeInformation<?>[]) - Method in class org.apache.flink.table.sinks.TableSinkBase
Returns a copy of this TableSink configured with the field names and types of the table to emit.
CONNECTOR - Static variable in class org.apache.flink.table.descriptors.ConnectorDescriptorValidator
Prefix for connector-related properties.
CONNECTOR_PROPERTY_VERSION - Static variable in class org.apache.flink.table.descriptors.ConnectorDescriptorValidator
Key for describing the property version.
CONNECTOR_TYPE - Static variable in class org.apache.flink.table.descriptors.ConnectorDescriptorValidator
Key for describing the type of the connector.
CONNECTOR_VERSION - Static variable in class org.apache.flink.table.descriptors.ConnectorDescriptorValidator
Key for describing the version of the connector.
ConnectorDescriptor - Class in org.apache.flink.table.descriptors
Describes a connector to an other system.
ConnectorDescriptor(String, int, boolean) - Constructor for class org.apache.flink.table.descriptors.ConnectorDescriptor
Constructs a ConnectorDescriptor.
ConnectorDescriptorValidator - Class in org.apache.flink.table.descriptors
Validator for ConnectorDescriptor.
ConnectorDescriptorValidator() - Constructor for class org.apache.flink.table.descriptors.ConnectorDescriptorValidator
 
containsKey(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns if the given key is contained.
copy() - Method in class org.apache.flink.table.api.TableSchema
Returns a deep copy of the table schema.
copy() - Method in class org.apache.flink.table.sinks.TableSinkBase
Returns a deep copy of the TableSink.
createAccumulator() - Method in class org.apache.flink.table.functions.AggregateFunction
Creates and initializes the accumulator for this AggregateFunction.
createDeserializationSchema(Map<String, String>) - Method in interface org.apache.flink.table.factories.DeserializationSchemaFactory
Creates and configures a DeserializationSchema using the given properties.
createSerializationSchema(Map<String, String>) - Method in interface org.apache.flink.table.factories.SerializationSchemaFactory
Creates and configures a [[SerializationSchema]] using the given properties.

D

decodeBase64ToString(String) - Static method in class org.apache.flink.table.utils.EncodingUtils
 
decodeStringToObject(String, Class<T>) - Static method in class org.apache.flink.table.utils.EncodingUtils
 
decodeStringToObject(String, Class<T>, ClassLoader) - Static method in class org.apache.flink.table.utils.EncodingUtils
 
DefinedFieldMapping - Interface in org.apache.flink.table.sources
The DefinedFieldMapping interface provides a mapping for the fields of the table schema (TableSource.getTableSchema() to fields of the physical returned type TableSource.getReturnType() of a TableSource.
deriveSchema(Map<String, String>) - Static method in class org.apache.flink.table.factories.TableFormatFactoryBase
Finds the table schema that can be used for a format schema (without time attributes).
Descriptor - Interface in org.apache.flink.table.descriptors
Interface that adds a set of string-based, normalized properties for describing DDL information.
DescriptorBase - Class in org.apache.flink.table.descriptors
Base class for Descriptors.
DescriptorBase() - Constructor for class org.apache.flink.table.descriptors.DescriptorBase
 
DescriptorProperties - Class in org.apache.flink.table.descriptors
Utility class for having a unified string-based representation of Table API related classes such as TableSchema, TypeInformation, etc.
DescriptorProperties(boolean) - Constructor for class org.apache.flink.table.descriptors.DescriptorProperties
 
DescriptorProperties() - Constructor for class org.apache.flink.table.descriptors.DescriptorProperties
 
DescriptorValidator - Interface in org.apache.flink.table.descriptors
Validator for a descriptor.
DeserializationSchemaFactory<T> - Interface in org.apache.flink.table.factories
Factory for creating configured instances of DeserializationSchema.

E

encodeObjectToString(Serializable) - Static method in class org.apache.flink.table.utils.EncodingUtils
 
encodeStringToBase64(String) - Static method in class org.apache.flink.table.utils.EncodingUtils
 
EncodingUtils - Class in org.apache.flink.table.utils
General utilities for string-encoding.
equals(Object) - Method in class org.apache.flink.table.api.TableSchema
 
equals(Object) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
 
escapeJava(String) - Static method in class org.apache.flink.table.utils.EncodingUtils
Escapes the characters in a String using Java String rules.
explainSource() - Method in interface org.apache.flink.table.sources.TableSource
Describes the table source.

F

field(String, TypeInformation<?>) - Method in class org.apache.flink.table.api.TableSchema.Builder
Add a field with name and type.
FORMAT - Static variable in class org.apache.flink.table.descriptors.FormatDescriptorValidator
Prefix for format-related properties.
FORMAT_DERIVE_SCHEMA - Static variable in class org.apache.flink.table.descriptors.FormatDescriptorValidator
Key for deriving the schema of the format from the table's schema.
FORMAT_PROPERTY_VERSION - Static variable in class org.apache.flink.table.descriptors.FormatDescriptorValidator
Key for describing the property version.
FORMAT_TYPE - Static variable in class org.apache.flink.table.descriptors.FormatDescriptorValidator
Key for describing the type of the format.
FORMAT_VERSION - Static variable in class org.apache.flink.table.descriptors.FormatDescriptorValidator
Key for describing the version of the format.
FormatDescriptor - Class in org.apache.flink.table.descriptors
Describes the format of data.
FormatDescriptor(String, int) - Constructor for class org.apache.flink.table.descriptors.FormatDescriptor
Constructs a FormatDescriptor.
FormatDescriptorValidator - Class in org.apache.flink.table.descriptors
Validator for FormatDescriptor.
FormatDescriptorValidator() - Constructor for class org.apache.flink.table.descriptors.FormatDescriptorValidator
 
fromTypeInfo(TypeInformation<?>) - Static method in class org.apache.flink.table.api.TableSchema
Creates a table schema from a TypeInformation instance.
FunctionContext - Class in org.apache.flink.table.functions
A FunctionContext allows to obtain global runtime information about the context in which the user-defined function is executed.
FunctionContext(RuntimeContext) - Constructor for class org.apache.flink.table.functions.FunctionContext
Wraps the underlying RuntimeContext.
functionIdentifier() - Method in class org.apache.flink.table.functions.UserDefinedFunction
Returns a unique, serialized representation for this function.

G

generateRuntimeName(Class<?>, String[]) - Static method in class org.apache.flink.table.util.TableConnectorUtil
Deprecated.
Returns the table connector name used for log and web UI.
generateRuntimeName(Class<?>, String[]) - Static method in class org.apache.flink.table.utils.TableConnectorUtils
Returns the table connector name used for logging and web UI.
getAccumulatorType() - Method in class org.apache.flink.table.functions.AggregateFunction
Returns the TypeInformation of the AggregateFunction's accumulator.
getArray(String, Function<String, E>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns all array elements under a given existing key.
getBigDecimal(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a big decimal value under the given existing key.
getBoolean(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a boolean value under the given existing key.
getByte(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a byte value under the given existing key.
getCachedFile(String) - Method in class org.apache.flink.table.functions.FunctionContext
Gets the local temporary file copy of a distributed cache files.
getCharacter(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a character value under the given existing key.
getClass(String, Class<T>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a class value under the given existing key.
getColumnNames() - Method in class org.apache.flink.table.api.TableSchema
Deprecated.
Use TableSchema.getFieldNames() instead. Can be dropped after 1.7.
getDouble(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a double value under the given existing key.
getFieldCount() - Method in class org.apache.flink.table.api.TableSchema
Returns the number of fields.
getFieldMapping() - Method in interface org.apache.flink.table.sources.DefinedFieldMapping
Returns the mapping for the fields of the TableSource's TableSchema to the fields of its return type TypeInformation.
getFieldName(int) - Method in class org.apache.flink.table.api.TableSchema
Returns the specified name for the given field index.
getFieldNames() - Method in class org.apache.flink.table.api.TableSchema
Returns all field names as an array.
getFieldNames() - Method in interface org.apache.flink.table.sinks.TableSink
Returns the names of the table fields.
getFieldNames() - Method in class org.apache.flink.table.sinks.TableSinkBase
Returns the field names of the table to emit.
getFieldType(int) - Method in class org.apache.flink.table.api.TableSchema
Returns the specified type information for the given field index.
getFieldType(String) - Method in class org.apache.flink.table.api.TableSchema
Returns the specified type information for the given field name.
getFieldTypes() - Method in class org.apache.flink.table.api.TableSchema
Returns all field type information as an array.
getFieldTypes() - Method in interface org.apache.flink.table.sinks.TableSink
Returns the types of the table fields.
getFieldTypes() - Method in class org.apache.flink.table.sinks.TableSinkBase
Returns the field types of the table to emit.
getFixedIndexedProperties(String, List<String>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns the property keys of fixed indexed properties.
getFloat(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a float value under the given given existing key.
getIndexedProperty(String, String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns all properties under a given key that contains an index in between.
getInt(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns an integer value under the given existing key.
getJobParameter(String, String) - Method in class org.apache.flink.table.functions.FunctionContext
Gets the global job parameter value associated with the given key as a string.
getLong(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a long value under the given existing key.
getMemorySize(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a Flink MemorySize under the given existing key.
getMetricGroup() - Method in class org.apache.flink.table.functions.FunctionContext
Returns the metric group for this parallel subtask.
getOptionalArray(String, Function<String, E>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns all array elements under a given key if it exists.
getOptionalBigDecimal(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a big decimal value under the given key if it exists.
getOptionalBoolean(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a boolean value under the given key if it exists.
getOptionalByte(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a byte value under the given key if it exists.
getOptionalCharacter(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a character value under the given key if it exists.
getOptionalClass(String, Class<T>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a class value under the given key if it exists.
getOptionalDouble(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a double value under the given key if it exists.
getOptionalFloat(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a float value under the given key if it exists.
getOptionalInt(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns an integer value under the given key if it exists.
getOptionalLong(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a long value under the given key if it exists.
getOptionalMemorySize(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a Flink MemorySize under the given key if it exists.
getOptionalShort(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a short value under the given key if it exists.
getOptionalString(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a string value under the given key if it exists.
getOptionalTableSchema(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a table schema under the given key if it exists.
getOptionalType(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns the type information under the given key if it exists.
getOutputType() - Method in interface org.apache.flink.table.sinks.TableSink
Returns the type expected by this TableSink.
getParameterTypes(Class<?>[]) - Method in class org.apache.flink.table.functions.ScalarFunction
Returns TypeInformation about the operands of the evaluation method with a given signature.
getParameterTypes(Class<?>[]) - Method in class org.apache.flink.table.functions.TableFunction
Returns TypeInformation about the operands of the evaluation method with a given signature.
getResultType() - Method in class org.apache.flink.table.functions.AggregateFunction
Returns the TypeInformation of the AggregateFunction's result.
getResultType(Class<?>[]) - Method in class org.apache.flink.table.functions.ScalarFunction
Returns the result type of the evaluation method with a given signature.
getResultType() - Method in class org.apache.flink.table.functions.TableFunction
Returns the result type of the evaluation method with a given signature.
getReturnType() - Method in interface org.apache.flink.table.sources.TableSource
Returns the TypeInformation for the return type of the TableSource.
getShort(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a short value under the given existing key.
getString(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a string value under the given existing key.
getTableSchema(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a table schema under the given existing key.
getTableSchema() - Method in interface org.apache.flink.table.sources.TableSource
Returns the schema of the produced table.
getType(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns the type information under the given existing key.
getTypes() - Method in class org.apache.flink.table.api.TableSchema
Deprecated.
Use TableSchema.getFieldTypes() instead. Can be dropped after 1.7.
getValue(ACC) - Method in class org.apache.flink.table.functions.AggregateFunction
Called every time when an aggregation result should be materialized.
getVariableIndexedProperties(String, List<String>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns the property keys of variable indexed properties.

H

hashCode() - Method in class org.apache.flink.table.api.TableSchema
 
hashCode() - Method in class org.apache.flink.table.descriptors.DescriptorProperties
 
hasPrefix(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns if a given prefix exists in the properties.
hex(String) - Static method in class org.apache.flink.table.utils.EncodingUtils
 
hex(byte[]) - Static method in class org.apache.flink.table.utils.EncodingUtils
 

I

isDeterministic() - Method in class org.apache.flink.table.functions.UserDefinedFunction
Returns information about the determinism of the function's results.
isFormatNeeded() - Method in class org.apache.flink.table.descriptors.ConnectorDescriptor
Returns if this connector requires a format descriptor.
isValue(String, String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns if a value under key is exactly equal to the given value.

L

loadClass(String, ClassLoader) - Static method in class org.apache.flink.table.utils.EncodingUtils
 
loadClass(String) - Static method in class org.apache.flink.table.utils.EncodingUtils
 

M

md5(String) - Static method in class org.apache.flink.table.utils.EncodingUtils
 

N

NestedFieldsProjectableTableSource<T> - Interface in org.apache.flink.table.sources
Adds support for projection push-down to a TableSource with nested fields.
noValidation() - Static method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns an empty validation logic.

O

open(FunctionContext) - Method in class org.apache.flink.table.functions.UserDefinedFunction
Setup method for user-defined function.
org.apache.flink.table.api - package org.apache.flink.table.api
 
org.apache.flink.table.descriptors - package org.apache.flink.table.descriptors
 
org.apache.flink.table.factories - package org.apache.flink.table.factories
 
org.apache.flink.table.functions - package org.apache.flink.table.functions
 
org.apache.flink.table.sinks - package org.apache.flink.table.sinks
 
org.apache.flink.table.sources - package org.apache.flink.table.sources
 
org.apache.flink.table.util - package org.apache.flink.table.util
 
org.apache.flink.table.utils - package org.apache.flink.table.utils
 

P

ProjectableTableSource<T> - Interface in org.apache.flink.table.sources
Adds support for projection push-down to a TableSource.
projectFields(int[]) - Method in interface org.apache.flink.table.sources.ProjectableTableSource
Creates a copy of the TableSource that projects its output to the given field indexes.
projectNestedFields(int[], String[][]) - Method in interface org.apache.flink.table.sources.NestedFieldsProjectableTableSource
Creates a copy of the TableSource that projects its output to the given field indexes.
putBoolean(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a boolean under the given key.
putCharacter(String, char) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a character under the given key.
putClass(String, Class<?>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a class under the given key.
putIndexedFixedProperties(String, List<String>, List<List<String>>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds an indexed sequence of properties (with sub-properties) under a common key.
putIndexedVariableProperties(String, List<Map<String, String>>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds an indexed mapping of properties under a common key.
putInt(String, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds an integer under the given key.
putLong(String, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a long under the given key.
putMemorySize(String, MemorySize) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a Flink MemorySize under the given key.
putProperties(Map<String, String>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a set of properties.
putProperties(DescriptorProperties) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a set of descriptor properties.
putString(String, String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a string under the given key.
putTableSchema(String, TableSchema) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Adds a table schema under the given key.

R

readTypeInfo(String) - Static method in class org.apache.flink.table.utils.TypeStringUtils
 
repeat(String, int) - Static method in class org.apache.flink.table.utils.EncodingUtils
Repeat a String repeat times to form a new String.
repeat(char, int) - Static method in class org.apache.flink.table.utils.EncodingUtils
Returns padding using the specified delimiter repeated to a given length.
requiredContext() - Method in interface org.apache.flink.table.factories.TableFactory
Specifies the context that this factory has been implemented for.
requiredContext() - Method in class org.apache.flink.table.factories.TableFormatFactoryBase
 
requiredFormatContext() - Method in class org.apache.flink.table.factories.TableFormatFactoryBase
Format specific context.
requiresOver() - Method in class org.apache.flink.table.functions.AggregateFunction
Returns true if this AggregateFunction can only be applied in an OVER window.

S

ScalarFunction - Class in org.apache.flink.table.functions
Base class for a user-defined scalar function.
ScalarFunction() - Constructor for class org.apache.flink.table.functions.ScalarFunction
 
SerializationSchemaFactory<T> - Interface in org.apache.flink.table.factories
Factory for creating configured instances of SerializationSchema.
setCollector(Collector<T>) - Method in class org.apache.flink.table.functions.TableFunction
Internal use.
supportedFormatProperties() - Method in class org.apache.flink.table.factories.TableFormatFactoryBase
Format specific supported properties.
supportedProperties() - Method in interface org.apache.flink.table.factories.TableFactory
List of property keys that this factory can handle.
supportedProperties() - Method in interface org.apache.flink.table.factories.TableFormatFactory
List of format property keys that this factory can handle.
supportedProperties() - Method in class org.apache.flink.table.factories.TableFormatFactoryBase
 
supportsSchemaDerivation() - Method in interface org.apache.flink.table.factories.TableFormatFactory
Flag to indicate if the given format supports deriving information from a schema.
supportsSchemaDerivation() - Method in class org.apache.flink.table.factories.TableFormatFactoryBase
 

T

TABLE_SCHEMA_NAME - Static variable in class org.apache.flink.table.descriptors.DescriptorProperties
 
TABLE_SCHEMA_TYPE - Static variable in class org.apache.flink.table.descriptors.DescriptorProperties
 
TableConnectorUtil - Class in org.apache.flink.table.util
Deprecated.
Use TableConnectorUtils instead.
TableConnectorUtil() - Constructor for class org.apache.flink.table.util.TableConnectorUtil
Deprecated.
 
TableConnectorUtils - Class in org.apache.flink.table.utils
Utilities for table sources and sinks.
TableDescriptor - Class in org.apache.flink.table.descriptors
Common class for all descriptors describing table sources and sinks.
TableDescriptor() - Constructor for class org.apache.flink.table.descriptors.TableDescriptor
 
TableException - Exception in org.apache.flink.table.api
General Exception for all errors during table handling.
TableException(String, Throwable) - Constructor for exception org.apache.flink.table.api.TableException
 
TableException(String) - Constructor for exception org.apache.flink.table.api.TableException
 
TableFactory - Interface in org.apache.flink.table.factories
A factory to create different table-related instances from string-based properties.
TableFormatFactory<T> - Interface in org.apache.flink.table.factories
A factory to create configured table format instances based on string-based properties.
TableFormatFactoryBase<T> - Class in org.apache.flink.table.factories
Base class for TableFormatFactorys.
TableFormatFactoryBase(String, int, boolean) - Constructor for class org.apache.flink.table.factories.TableFormatFactoryBase
 
TableFunction<T> - Class in org.apache.flink.table.functions
Base class for a user-defined table function (UDTF).
TableFunction() - Constructor for class org.apache.flink.table.functions.TableFunction
 
TableSchema - Class in org.apache.flink.table.api
A table schema that represents a table's structure with field names and types.
TableSchema(String[], TypeInformation<?>[]) - Constructor for class org.apache.flink.table.api.TableSchema
 
TableSchema.Builder - Class in org.apache.flink.table.api
Builder for creating a TableSchema.
TableSink<T> - Interface in org.apache.flink.table.sinks
A TableSink specifies how to emit a table to an external system or location.
TableSinkBase<T> - Class in org.apache.flink.table.sinks
Base class for TableSink.
TableSinkBase() - Constructor for class org.apache.flink.table.sinks.TableSinkBase
 
TableSource<T> - Interface in org.apache.flink.table.sources
Defines an external table with the schema that is provided by TableSource.getTableSchema().
toConnectorProperties() - Method in class org.apache.flink.table.descriptors.ConnectorDescriptor
Converts this descriptor into a set of connector properties.
toFormatProperties() - Method in class org.apache.flink.table.descriptors.FormatDescriptor
Converts this descriptor into a set of format properties.
toProperties() - Method in class org.apache.flink.table.descriptors.ConnectorDescriptor
 
toProperties() - Method in interface org.apache.flink.table.descriptors.Descriptor
Converts this descriptor into a set of properties.
toProperties() - Method in class org.apache.flink.table.descriptors.FormatDescriptor
 
toRowType() - Method in class org.apache.flink.table.api.TableSchema
Converts a table schema into a (nested) type information describing a Row.
toString() - Method in class org.apache.flink.table.api.TableSchema
 
toString() - Method in class org.apache.flink.table.descriptors.DescriptorBase
 
toString() - Method in class org.apache.flink.table.descriptors.DescriptorProperties
 
toString(String) - Static method in class org.apache.flink.table.descriptors.DescriptorProperties
 
toString(String, String) - Static method in class org.apache.flink.table.descriptors.DescriptorProperties
 
toString(Map<String, String>) - Static method in class org.apache.flink.table.descriptors.DescriptorProperties
 
toString() - Method in class org.apache.flink.table.functions.UserDefinedFunction
Returns the name of the UDF that is used for plan explain and logging.
TypeStringUtils - Class in org.apache.flink.table.utils
Utilities to convert TypeInformation into a string representation and back.
TypeStringUtils() - Constructor for class org.apache.flink.table.utils.TypeStringUtils
 

U

UserDefinedFunction - Class in org.apache.flink.table.functions
Base class for all user-defined functions such as scalar functions, table functions, or aggregation functions.
UserDefinedFunction() - Constructor for class org.apache.flink.table.functions.UserDefinedFunction
 

V

validate(DescriptorProperties) - Method in class org.apache.flink.table.descriptors.ConnectorDescriptorValidator
 
validate(DescriptorProperties) - Method in interface org.apache.flink.table.descriptors.DescriptorValidator
Performs basic validation such as completeness tests.
validate(DescriptorProperties) - Method in class org.apache.flink.table.descriptors.FormatDescriptorValidator
 
validateArray(String, Consumer<String>, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an array of values.
validateArray(String, Consumer<String>, int, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an array of values.
validateBigDecimal(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a big decimal property.
validateBigDecimal(String, boolean, BigDecimal, BigDecimal) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a big decimal property.
validateBoolean(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates that a boolean value is present under the given key.
validateByte(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a byte property.
validateByte(String, boolean, byte) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a byte property.
validateByte(String, boolean, byte, byte) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a byte property.
validateDouble(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a double property.
validateDouble(String, boolean, double) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a double property.
validateDouble(String, boolean, double, double) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a double property.
validateEnum(String, boolean, Map<String, Consumer<String>>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an enum property with a set of validation logic for each enum value.
validateEnumValues(String, boolean, List<String>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an enum property with a set of enum values.
validateExclusion(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates that the given key is not included in these properties.
validateFixedIndexedProperties(String, boolean, Map<String, Consumer<String>>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validation for fixed indexed properties.
validateFloat(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a float property.
validateFloat(String, boolean, float) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a float property.
validateFloat(String, boolean, float, float) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a float property.
validateInt(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an integer property.
validateInt(String, boolean, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an integer property.
validateInt(String, boolean, int, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an integer property.
validateLong(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an long property.
validateLong(String, boolean, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an long property.
validateLong(String, boolean, long, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates an long property.
validateMemorySize(String, boolean, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a Flink MemorySize.
validateMemorySize(String, boolean, int, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a Flink MemorySize.
validateMemorySize(String, boolean, int, long, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a Flink MemorySize.
validatePrefixExclusion(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates that the given prefix is not included in these properties.
validateShort(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a short property.
validateShort(String, boolean, short) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a short property.
validateShort(String, boolean, short, short) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a short property.
validateString(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a string property.
validateString(String, boolean, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a string property.
validateString(String, boolean, int, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a string property.
validateTableSchema(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a table schema property.
validateType(String, boolean, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates a type property.
validateValue(String, String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Validates that a certain value is present under the given key.
ValidationException - Exception in org.apache.flink.table.api
Exception for all errors occurring during validation phase.
ValidationException(String, Throwable) - Constructor for exception org.apache.flink.table.api.ValidationException
 
ValidationException(String) - Constructor for exception org.apache.flink.table.api.ValidationException
 

W

withoutKeys(List<String>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
Returns a new properties instance with the given keys removed.
writeTypeInfo(TypeInformation<?>) - Static method in class org.apache.flink.table.utils.TypeStringUtils
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.