- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-