跳过导航链接
A B C D E F G H I L M N O P R S T U V W 

A

AggregateFunction<T,ACC> - org.apache.flink.table.functions中的类
Base class for user-defined aggregates.
AggregateFunction() - 类 的构造器org.apache.flink.table.functions.AggregateFunction
 
asMap() - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Returns the properties as a map copy.
asPrefixedMap(String) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Returns the properties as a map copy with a prefix key.

B

build() - 类 中的方法org.apache.flink.table.api.TableSchema.Builder
Returns a TableSchema instance.
builder() - 类 中的静态方法org.apache.flink.table.api.TableSchema
 
Builder() - 类 的构造器org.apache.flink.table.api.TableSchema.Builder
 

C

close() - 类 中的方法org.apache.flink.table.functions.UserDefinedFunction
Tear-down method for user-defined function.
collect(T) - 类 中的方法org.apache.flink.table.functions.TableFunction
Emits an output row.
collector - 类 中的变量org.apache.flink.table.functions.TableFunction
The code generated collector used to emit rows.
configure(String[], TypeInformation<?>[]) - 接口 中的方法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<?>[]) - 类 中的方法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 - 类 中的静态变量org.apache.flink.table.descriptors.ConnectorDescriptorValidator
Prefix for connector-related properties.
CONNECTOR_PROPERTY_VERSION - 类 中的静态变量org.apache.flink.table.descriptors.ConnectorDescriptorValidator
Key for describing the property version.
CONNECTOR_TYPE - 类 中的静态变量org.apache.flink.table.descriptors.ConnectorDescriptorValidator
Key for describing the type of the connector.
CONNECTOR_VERSION - 类 中的静态变量org.apache.flink.table.descriptors.ConnectorDescriptorValidator
Key for describing the version of the connector.
ConnectorDescriptor - org.apache.flink.table.descriptors中的类
Describes a connector to an other system.
ConnectorDescriptor(String, int, boolean) - 类 的构造器org.apache.flink.table.descriptors.ConnectorDescriptor
Constructs a ConnectorDescriptor.
ConnectorDescriptorValidator - org.apache.flink.table.descriptors中的类
Validator for ConnectorDescriptor.
ConnectorDescriptorValidator() - 类 的构造器org.apache.flink.table.descriptors.ConnectorDescriptorValidator
 
containsKey(String) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Returns if the given key is contained.
copy() - 类 中的方法org.apache.flink.table.api.TableSchema
Returns a deep copy of the table schema.
copy() - 类 中的方法org.apache.flink.table.sinks.TableSinkBase
Returns a deep copy of the TableSink.
createAccumulator() - 类 中的方法org.apache.flink.table.functions.AggregateFunction
Creates and initializes the accumulator for this AggregateFunction.
createDeserializationSchema(Map<String, String>) - 接口 中的方法org.apache.flink.table.factories.DeserializationSchemaFactory
Creates and configures a DeserializationSchema using the given properties.
createSerializationSchema(Map<String, String>) - 接口 中的方法org.apache.flink.table.factories.SerializationSchemaFactory
Creates and configures a [[SerializationSchema]] using the given properties.

D

decodeBase64ToString(String) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 
decodeStringToObject(String, Class<T>) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 
decodeStringToObject(String, Class<T>, ClassLoader) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 
DefinedFieldMapping - 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>) - 类 中的静态方法org.apache.flink.table.factories.TableFormatFactoryBase
Finds the table schema that can be used for a format schema (without time attributes).
Descriptor - org.apache.flink.table.descriptors中的接口
Interface that adds a set of string-based, normalized properties for describing DDL information.
DescriptorBase - org.apache.flink.table.descriptors中的类
Base class for Descriptors.
DescriptorBase() - 类 的构造器org.apache.flink.table.descriptors.DescriptorBase
 
DescriptorProperties - 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) - 类 的构造器org.apache.flink.table.descriptors.DescriptorProperties
 
DescriptorProperties() - 类 的构造器org.apache.flink.table.descriptors.DescriptorProperties
 
DescriptorValidator - org.apache.flink.table.descriptors中的接口
Validator for a descriptor.
DeserializationSchemaFactory<T> - org.apache.flink.table.factories中的接口
Factory for creating configured instances of DeserializationSchema.

E

encodeObjectToString(Serializable) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 
encodeStringToBase64(String) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 
EncodingUtils - org.apache.flink.table.utils中的类
General utilities for string-encoding.
equals(Object) - 类 中的方法org.apache.flink.table.api.TableSchema
 
equals(Object) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
 
escapeJava(String) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
Escapes the characters in a String using Java String rules.
explainSource() - 接口 中的方法org.apache.flink.table.sources.TableSource
Describes the table source.

F

field(String, TypeInformation<?>) - 类 中的方法org.apache.flink.table.api.TableSchema.Builder
Add a field with name and type.
FORMAT - 类 中的静态变量org.apache.flink.table.descriptors.FormatDescriptorValidator
Prefix for format-related properties.
FORMAT_DERIVE_SCHEMA - 类 中的静态变量org.apache.flink.table.descriptors.FormatDescriptorValidator
Key for deriving the schema of the format from the table's schema.
FORMAT_PROPERTY_VERSION - 类 中的静态变量org.apache.flink.table.descriptors.FormatDescriptorValidator
Key for describing the property version.
FORMAT_TYPE - 类 中的静态变量org.apache.flink.table.descriptors.FormatDescriptorValidator
Key for describing the type of the format.
FORMAT_VERSION - 类 中的静态变量org.apache.flink.table.descriptors.FormatDescriptorValidator
Key for describing the version of the format.
FormatDescriptor - org.apache.flink.table.descriptors中的类
Describes the format of data.
FormatDescriptor(String, int) - 类 的构造器org.apache.flink.table.descriptors.FormatDescriptor
Constructs a FormatDescriptor.
FormatDescriptorValidator - org.apache.flink.table.descriptors中的类
Validator for FormatDescriptor.
FormatDescriptorValidator() - 类 的构造器org.apache.flink.table.descriptors.FormatDescriptorValidator
 
fromTypeInfo(TypeInformation<?>) - 类 中的静态方法org.apache.flink.table.api.TableSchema
Creates a table schema from a TypeInformation instance.
FunctionContext - 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) - 类 的构造器org.apache.flink.table.functions.FunctionContext
Wraps the underlying RuntimeContext.
functionIdentifier() - 类 中的方法org.apache.flink.table.functions.UserDefinedFunction
Returns a unique, serialized representation for this function.

G

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

H

hashCode() - 类 中的方法org.apache.flink.table.api.TableSchema
 
hashCode() - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
 
hasPrefix(String) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Returns if a given prefix exists in the properties.
hex(String) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 
hex(byte[]) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 

I

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

L

loadClass(String, ClassLoader) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 
loadClass(String) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 

M

md5(String) - 类 中的静态方法org.apache.flink.table.utils.EncodingUtils
 

N

NestedFieldsProjectableTableSource<T> - org.apache.flink.table.sources中的接口
Adds support for projection push-down to a TableSource with nested fields.
noValidation() - 类 中的静态方法org.apache.flink.table.descriptors.DescriptorProperties
Returns an empty validation logic.

O

open(FunctionContext) - 类 中的方法org.apache.flink.table.functions.UserDefinedFunction
Setup method for user-defined function.
org.apache.flink.table.api - 程序包 org.apache.flink.table.api
 
org.apache.flink.table.descriptors - 程序包 org.apache.flink.table.descriptors
 
org.apache.flink.table.factories - 程序包 org.apache.flink.table.factories
 
org.apache.flink.table.functions - 程序包 org.apache.flink.table.functions
 
org.apache.flink.table.sinks - 程序包 org.apache.flink.table.sinks
 
org.apache.flink.table.sources - 程序包 org.apache.flink.table.sources
 
org.apache.flink.table.util - 程序包 org.apache.flink.table.util
 
org.apache.flink.table.utils - 程序包 org.apache.flink.table.utils
 

P

ProjectableTableSource<T> - org.apache.flink.table.sources中的接口
Adds support for projection push-down to a TableSource.
projectFields(int[]) - 接口 中的方法org.apache.flink.table.sources.ProjectableTableSource
Creates a copy of the TableSource that projects its output to the given field indexes.
projectNestedFields(int[], String[][]) - 接口 中的方法org.apache.flink.table.sources.NestedFieldsProjectableTableSource
Creates a copy of the TableSource that projects its output to the given field indexes.
putBoolean(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a boolean under the given key.
putCharacter(String, char) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a character under the given key.
putClass(String, Class<?>) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a class under the given key.
putIndexedFixedProperties(String, List<String>, List<List<String>>) - 类 中的方法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>>) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds an indexed mapping of properties under a common key.
putInt(String, int) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds an integer under the given key.
putLong(String, long) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a long under the given key.
putMemorySize(String, MemorySize) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a Flink MemorySize under the given key.
putProperties(Map<String, String>) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a set of properties.
putProperties(DescriptorProperties) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a set of descriptor properties.
putString(String, String) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a string under the given key.
putTableSchema(String, TableSchema) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Adds a table schema under the given key.

R

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

S

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

T

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

U

UserDefinedFunction - org.apache.flink.table.functions中的类
Base class for all user-defined functions such as scalar functions, table functions, or aggregation functions.
UserDefinedFunction() - 类 的构造器org.apache.flink.table.functions.UserDefinedFunction
 

V

validate(DescriptorProperties) - 类 中的方法org.apache.flink.table.descriptors.ConnectorDescriptorValidator
 
validate(DescriptorProperties) - 接口 中的方法org.apache.flink.table.descriptors.DescriptorValidator
Performs basic validation such as completeness tests.
validate(DescriptorProperties) - 类 中的方法org.apache.flink.table.descriptors.FormatDescriptorValidator
 
validateArray(String, Consumer<String>, int) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an array of values.
validateArray(String, Consumer<String>, int, int) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an array of values.
validateBigDecimal(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a big decimal property.
validateBigDecimal(String, boolean, BigDecimal, BigDecimal) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a big decimal property.
validateBoolean(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates that a boolean value is present under the given key.
validateByte(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a byte property.
validateByte(String, boolean, byte) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a byte property.
validateByte(String, boolean, byte, byte) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a byte property.
validateDouble(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a double property.
validateDouble(String, boolean, double) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a double property.
validateDouble(String, boolean, double, double) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a double property.
validateEnum(String, boolean, Map<String, Consumer<String>>) - 类 中的方法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>) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an enum property with a set of enum values.
validateExclusion(String) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates that the given key is not included in these properties.
validateFixedIndexedProperties(String, boolean, Map<String, Consumer<String>>) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validation for fixed indexed properties.
validateFloat(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a float property.
validateFloat(String, boolean, float) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a float property.
validateFloat(String, boolean, float, float) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a float property.
validateInt(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an integer property.
validateInt(String, boolean, int) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an integer property.
validateInt(String, boolean, int, int) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an integer property.
validateLong(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an long property.
validateLong(String, boolean, long) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an long property.
validateLong(String, boolean, long, long) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates an long property.
validateMemorySize(String, boolean, int) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a Flink MemorySize.
validateMemorySize(String, boolean, int, long) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a Flink MemorySize.
validateMemorySize(String, boolean, int, long, long) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a Flink MemorySize.
validatePrefixExclusion(String) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates that the given prefix is not included in these properties.
validateShort(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a short property.
validateShort(String, boolean, short) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a short property.
validateShort(String, boolean, short, short) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a short property.
validateString(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a string property.
validateString(String, boolean, int) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a string property.
validateString(String, boolean, int, int) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a string property.
validateTableSchema(String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a table schema property.
validateType(String, boolean, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates a type property.
validateValue(String, String, boolean) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Validates that a certain value is present under the given key.
ValidationException - org.apache.flink.table.api中的异常错误
Exception for all errors occurring during validation phase.
ValidationException(String, Throwable) - 异常错误 的构造器org.apache.flink.table.api.ValidationException
 
ValidationException(String) - 异常错误 的构造器org.apache.flink.table.api.ValidationException
 

W

withoutKeys(List<String>) - 类 中的方法org.apache.flink.table.descriptors.DescriptorProperties
Returns a new properties instance with the given keys removed.
writeTypeInfo(TypeInformation<?>) - 类 中的静态方法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 
跳过导航链接

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