Serialized Form
-
Package org.apache.flink.table.api
-
Exception org.apache.flink.table.api.AmbiguousTableFactoryException
class AmbiguousTableFactoryException extends RuntimeException implements Serializable-
Serialized Fields
-
factories
List<TableFactory> factories
Deprecated. -
factoryClass
Class<? extends TableFactory> factoryClass
Deprecated. -
matchingFactories
List<? extends TableFactory> matchingFactories
Deprecated. -
properties
Map<String,
String> properties Deprecated.
-
-
-
Exception org.apache.flink.table.api.CatalogNotExistException
class CatalogNotExistException extends RuntimeException implements Serializable -
Exception org.apache.flink.table.api.ExpressionParserException
class ExpressionParserException extends RuntimeException implements Serializable -
Exception org.apache.flink.table.api.NoMatchingTableFactoryException
class NoMatchingTableFactoryException extends RuntimeException implements Serializable -
Exception org.apache.flink.table.api.TableException
class TableException extends RuntimeException implements Serializable -
Exception org.apache.flink.table.api.TableNotExistException
class TableNotExistException extends RuntimeException implements Serializable -
Exception org.apache.flink.table.api.TableRuntimeException
class TableRuntimeException extends RuntimeException implements Serializable -
Exception org.apache.flink.table.api.ValidationException
class ValidationException extends RuntimeException implements Serializable
-
-
Package org.apache.flink.table.catalog
-
Class org.apache.flink.table.catalog.ObjectIdentifier
class ObjectIdentifier extends Object implements Serializable -
Class org.apache.flink.table.catalog.ObjectPath
class ObjectPath extends Object implements Serializable
-
-
Package org.apache.flink.table.catalog.exceptions
-
Exception org.apache.flink.table.catalog.exceptions.CatalogException
class CatalogException extends RuntimeException implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.DatabaseAlreadyExistException
class DatabaseAlreadyExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.DatabaseNotEmptyException
class DatabaseNotEmptyException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.DatabaseNotExistException
class DatabaseNotExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.FunctionAlreadyExistException
class FunctionAlreadyExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.FunctionNotExistException
class FunctionNotExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.ModelAlreadyExistException
class ModelAlreadyExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.ModelNotExistException
class ModelNotExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.PartitionAlreadyExistsException
class PartitionAlreadyExistsException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.PartitionNotExistException
class PartitionNotExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.PartitionSpecInvalidException
class PartitionSpecInvalidException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.ProcedureNotExistException
class ProcedureNotExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.TableAlreadyExistException
class TableAlreadyExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.TableNotExistException
class TableNotExistException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.TableNotPartitionedException
class TableNotPartitionedException extends Exception implements Serializable -
Exception org.apache.flink.table.catalog.exceptions.TablePartitionedException
class TablePartitionedException extends Exception implements Serializable
-
-
Package org.apache.flink.table.connector
-
Package org.apache.flink.table.connector.sink
-
Package org.apache.flink.table.connector.source
-
Class org.apache.flink.table.connector.source.DynamicFilteringData
class DynamicFilteringData extends Object implements Serializable-
Serialized Fields
-
isFiltering
boolean isFiltering
Whether the data actually does filter. If false, everything is considered contained. -
rowType
RowType rowType
-
serializedData
List<byte[]> serializedData
Serialized rows for filtering. The types of the row values must be Flink internal data type, i.e. type returned by the FieldGetter. The list should be sorted and distinct. -
typeInfo
org.apache.flink.api.common.typeinfo.TypeInformation<RowData> typeInfo
-
-
-
Class org.apache.flink.table.connector.source.DynamicFilteringEvent
class DynamicFilteringEvent extends Object implements Serializable-
Serialized Fields
-
data
DynamicFilteringData data
-
-
-
-
Package org.apache.flink.table.connector.source.abilities
-
Package org.apache.flink.table.connector.source.lookup.cache
-
Class org.apache.flink.table.connector.source.lookup.cache.DefaultLookupCache
class DefaultLookupCache extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.flink.table.connector.source.lookup.cache.trigger
-
Class org.apache.flink.table.connector.source.lookup.cache.trigger.PeriodicCacheReloadTrigger
class PeriodicCacheReloadTrigger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
reloadInterval
Duration reloadInterval
-
scheduleMode
PeriodicCacheReloadTrigger.ScheduleMode scheduleMode
-
-
Class org.apache.flink.table.connector.source.lookup.cache.trigger.TimedCacheReloadTrigger
class TimedCacheReloadTrigger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
reloadIntervalInDays
int reloadIntervalInDays
-
reloadTime
Temporal reloadTime
-
-
-
Package org.apache.flink.table.data
-
Package org.apache.flink.table.data.columnar.vector
-
Class org.apache.flink.table.data.columnar.vector.VectorizedColumnBatch
class VectorizedColumnBatch extends Object implements Serializable- serialVersionUID:
- 8180323238728166155L
-
Serialized Fields
-
columns
ColumnVector[] columns
-
numRows
int numRows
-
-
-
Package org.apache.flink.table.data.columnar.vector.heap
-
Class org.apache.flink.table.data.columnar.vector.heap.AbstractHeapVector
class AbstractHeapVector extends AbstractWritableVector implements Serializable-
Serialized Fields
-
dictionaryIds
HeapIntVector dictionaryIds
Reusable column for ids of dictionary. -
isNull
boolean[] isNull
-
len
int len
-
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapArrayVector
class HeapArrayVector extends AbstractHeapVector implements Serializable-
Serialized Fields
-
child
ColumnVector child
-
lengths
long[] lengths
-
offsets
long[] offsets
-
size
int size
-
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapBooleanVector
class HeapBooleanVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- 4131239076731313596L
-
Serialized Fields
-
vector
boolean[] vector
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapBytesVector
class HeapBytesVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- -8529155738773478597L
-
Serialized Fields
-
buffer
byte[] buffer
buffer to use when actually copying in data. -
capacity
int capacity
-
elementsAppended
int elementsAppended
Hang onto a byte array for holding smaller byte values. -
length
int[] length
The length of each field. -
start
int[] start
start offset of each field.
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapByteVector
class HeapByteVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- 7216045902943789034L
-
Serialized Fields
-
vector
byte[] vector
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapDoubleVector
class HeapDoubleVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- 6193940154117411328L
-
Serialized Fields
-
vector
double[] vector
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapFloatVector
class HeapFloatVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- 8928878923550041110L
-
Serialized Fields
-
vector
float[] vector
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapIntVector
class HeapIntVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- -2749499358889718254L
-
Serialized Fields
-
vector
int[] vector
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapLongVector
class HeapLongVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- 8534925169458006397L
-
Serialized Fields
-
vector
long[] vector
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapMapVector
class HeapMapVector extends AbstractHeapVector implements Serializable-
Serialized Fields
-
keys
ColumnVector keys
-
lengths
long[] lengths
-
offsets
long[] offsets
-
size
int size
-
values
ColumnVector values
-
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapRowVector
class HeapRowVector extends AbstractHeapVector implements Serializable-
Serialized Fields
-
fields
WritableColumnVector[] fields
-
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapShortVector
class HeapShortVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- -8278486456144676292L
-
Serialized Fields
-
vector
short[] vector
-
-
Class org.apache.flink.table.data.columnar.vector.heap.HeapTimestampVector
class HeapTimestampVector extends AbstractHeapVector implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
milliseconds
long[] milliseconds
-
nanoOfMilliseconds
int[] nanoOfMilliseconds
-
-
-
Package org.apache.flink.table.data.columnar.vector.writable
-
Class org.apache.flink.table.data.columnar.vector.writable.AbstractWritableVector
class AbstractWritableVector extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dictionary
Dictionary dictionary
The Dictionary for this column. If it's not null, will be used to decode the value in get(). -
noNulls
boolean noNulls
-
-
-
Package org.apache.flink.table.dataview
-
Class org.apache.flink.table.dataview.ListViewSerializer
class ListViewSerializer extends org.apache.flink.api.common.typeutils.TypeSerializer<ListView<T>> implements Serializable- serialVersionUID:
- -2030398712359267867L
-
Class org.apache.flink.table.dataview.ListViewTypeInfo
class ListViewTypeInfo extends org.apache.flink.api.common.typeinfo.TypeInformation<ListView<T>> implements Serializable- serialVersionUID:
- 6468505781419989441L
-
Serialized Fields
-
elementType
org.apache.flink.api.common.typeinfo.TypeInformation<T> elementType
Deprecated. -
nullSerializer
boolean nullSerializer
Deprecated.
-
-
Class org.apache.flink.table.dataview.MapViewSerializer
class MapViewSerializer extends org.apache.flink.api.common.typeutils.TypeSerializer<MapView<K,V>> implements Serializable - serialVersionUID:
- -9007142882049098705L
-
Class org.apache.flink.table.dataview.MapViewTypeInfo
class MapViewTypeInfo extends org.apache.flink.api.common.typeinfo.TypeInformation<MapView<K,V>> implements Serializable - serialVersionUID:
- -2883944144965318259L
-
Class org.apache.flink.table.dataview.NullAwareMapSerializer
class NullAwareMapSerializer extends org.apache.flink.api.common.typeutils.TypeSerializer<Map<K,V>> implements Serializable - serialVersionUID:
- 5363147328373166590L
-
Class org.apache.flink.table.dataview.NullSerializer
class NullSerializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<Object> implements Serializable- serialVersionUID:
- -5381596724707742625L
-
-
Package org.apache.flink.table.expressions
-
Exception org.apache.flink.table.expressions.ExpressionParserException
class ExpressionParserException extends ExpressionParserException implements Serializable
-
-
Package org.apache.flink.table.factories
-
Exception org.apache.flink.table.factories.AmbiguousTableFactoryException
class AmbiguousTableFactoryException extends AmbiguousTableFactoryException implements Serializable -
Exception org.apache.flink.table.factories.NoMatchingTableFactoryException
class NoMatchingTableFactoryException extends NoMatchingTableFactoryException implements Serializable
-
-
Package org.apache.flink.table.functions
-
Class org.apache.flink.table.functions.AggregateFunction
-
Class org.apache.flink.table.functions.AsyncLookupFunction
-
Class org.apache.flink.table.functions.AsyncScalarFunction
class AsyncScalarFunction extends UserDefinedFunction implements Serializable -
Class org.apache.flink.table.functions.AsyncTableFunction
class AsyncTableFunction extends UserDefinedFunction implements Serializable -
Class org.apache.flink.table.functions.FunctionIdentifier
class FunctionIdentifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
functionName
String functionName
-
objectIdentifier
ObjectIdentifier objectIdentifier
-
-
Class org.apache.flink.table.functions.ImperativeAggregateFunction
class ImperativeAggregateFunction extends UserDefinedFunction implements Serializable -
Class org.apache.flink.table.functions.LookupFunction
-
Class org.apache.flink.table.functions.ProcessTableFunction
class ProcessTableFunction extends UserDefinedFunction implements Serializable -
Class org.apache.flink.table.functions.ScalarFunction
class ScalarFunction extends UserDefinedFunction implements Serializable -
Class org.apache.flink.table.functions.TableAggregateFunction
-
Class org.apache.flink.table.functions.TableFunction
class TableFunction extends UserDefinedFunction implements Serializable -
Class org.apache.flink.table.functions.TemporalTableFunction
class TemporalTableFunction extends TableFunction<org.apache.flink.types.Row> implements Serializable -
Class org.apache.flink.table.functions.UserDefinedFunction
class UserDefinedFunction extends Object implements Serializable
-
-
Package org.apache.flink.table.functions.python
-
Class org.apache.flink.table.functions.python.PythonAggregateFunction
class PythonAggregateFunction extends AggregateFunction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accumulatorType
DataType accumulatorType
-
accumulatorTypeString
String accumulatorTypeString
-
deterministic
boolean deterministic
-
inputTypes
DataType[] inputTypes
-
inputTypesString
String[] inputTypesString
-
name
String name
-
pythonEnv
PythonEnv pythonEnv
-
pythonFunctionKind
PythonFunctionKind pythonFunctionKind
-
resultType
DataType resultType
-
resultTypeString
String resultTypeString
-
serializedAggregateFunction
byte[] serializedAggregateFunction
-
takesRowAsInput
boolean takesRowAsInput
-
-
Class org.apache.flink.table.functions.python.PythonAggregateFunctionInfo
class PythonAggregateFunctionInfo extends PythonFunctionInfo implements Serializable-
Serialized Fields
-
distinct
boolean distinct
-
filterArg
int filterArg
-
-
-
Class org.apache.flink.table.functions.python.PythonEnv
class PythonEnv extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
execType
PythonEnv.ExecType execType
The execution type of the Python worker, it defines how to execute the Python functions.
-
-
Class org.apache.flink.table.functions.python.PythonFunctionInfo
class PythonFunctionInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
inputs
Object[] inputs
The input arguments, it could be an input offset of the input row or the execution result of another python function described as PythonFunctionInfo. -
pythonFunction
PythonFunction pythonFunction
The python function to be executed.
-
-
Class org.apache.flink.table.functions.python.PythonScalarFunction
class PythonScalarFunction extends ScalarFunction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deterministic
boolean deterministic
-
inputTypes
DataType[] inputTypes
-
inputTypesString
String[] inputTypesString
-
name
String name
-
pythonEnv
PythonEnv pythonEnv
-
pythonFunctionKind
PythonFunctionKind pythonFunctionKind
-
resultType
DataType resultType
-
resultTypeString
String resultTypeString
-
serializedScalarFunction
byte[] serializedScalarFunction
-
takesRowAsInput
boolean takesRowAsInput
-
-
Class org.apache.flink.table.functions.python.PythonTableAggregateFunction
class PythonTableAggregateFunction extends TableAggregateFunction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accumulatorType
DataType accumulatorType
-
accumulatorTypeString
String accumulatorTypeString
-
deterministic
boolean deterministic
-
inputTypes
DataType[] inputTypes
-
inputTypesString
String[] inputTypesString
-
name
String name
-
pythonEnv
PythonEnv pythonEnv
-
pythonFunctionKind
PythonFunctionKind pythonFunctionKind
-
resultType
DataType resultType
-
resultTypeString
String resultTypeString
-
serializedTableAggregateFunction
byte[] serializedTableAggregateFunction
-
takesRowAsInput
boolean takesRowAsInput
-
-
Class org.apache.flink.table.functions.python.PythonTableFunction
class PythonTableFunction extends TableFunction<org.apache.flink.types.Row> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deterministic
boolean deterministic
-
inputTypes
DataType[] inputTypes
-
inputTypesString
String[] inputTypesString
-
name
String name
-
pythonEnv
PythonEnv pythonEnv
-
pythonFunctionKind
PythonFunctionKind pythonFunctionKind
-
resultType
DataType resultType
-
resultTypeString
String resultTypeString
-
serializedTableFunction
byte[] serializedTableFunction
-
takesRowAsInput
boolean takesRowAsInput
-
-
-
Package org.apache.flink.table.legacy.sources.tsextractors
-
Class org.apache.flink.table.legacy.sources.tsextractors.TimestampExtractor
class TimestampExtractor extends Object implements Serializable
-
-
Package org.apache.flink.table.legacy.types.logical
-
Class org.apache.flink.table.legacy.types.logical.TypeInformationRawType
class TypeInformationRawType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
typeInfo
org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo
Deprecated.
-
-
-
Package org.apache.flink.table.module
-
Exception org.apache.flink.table.module.ModuleException
class ModuleException extends RuntimeException implements Serializable
-
-
Package org.apache.flink.table.refresh
-
Class org.apache.flink.table.refresh.ContinuousRefreshHandler
class ContinuousRefreshHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.flink.table.sources.wmstrategies
-
Class org.apache.flink.table.sources.wmstrategies.PreserveWatermarks
class PreserveWatermarks extends WatermarkStrategy implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.sources.wmstrategies.WatermarkStrategy
class WatermarkStrategy extends Object implements Serializable
-
-
Package org.apache.flink.table.types
-
Class org.apache.flink.table.types.AtomicDataType
class AtomicDataType extends DataType implements Serializable -
Class org.apache.flink.table.types.CollectionDataType
class CollectionDataType extends DataType implements Serializable-
Serialized Fields
-
elementDataType
DataType elementDataType
-
-
-
Class org.apache.flink.table.types.DataType
class DataType extends Object implements Serializable-
Serialized Fields
-
conversionClass
Class<?> conversionClass
-
logicalType
LogicalType logicalType
-
-
-
Class org.apache.flink.table.types.FieldsDataType
class FieldsDataType extends DataType implements Serializable -
Class org.apache.flink.table.types.KeyValueDataType
class KeyValueDataType extends DataType implements Serializable
-
-
Package org.apache.flink.table.types.logical
-
Class org.apache.flink.table.types.logical.ArrayType
class ArrayType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementType
LogicalType elementType
-
-
Class org.apache.flink.table.types.logical.BigIntType
class BigIntType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.BinaryType
class BinaryType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
length
int length
-
-
Class org.apache.flink.table.types.logical.BooleanType
class BooleanType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.CharType
class CharType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
length
int length
-
-
Class org.apache.flink.table.types.logical.DateType
class DateType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.DayTimeIntervalType
class DayTimeIntervalType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dayPrecision
int dayPrecision
-
fractionalPrecision
int fractionalPrecision
-
resolution
DayTimeIntervalType.DayTimeResolution resolution
-
-
Class org.apache.flink.table.types.logical.DecimalType
class DecimalType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
precision
int precision
-
scale
int scale
-
-
Class org.apache.flink.table.types.logical.DistinctType
class DistinctType extends UserDefinedType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
sourceType
LogicalType sourceType
-
-
Class org.apache.flink.table.types.logical.DoubleType
class DoubleType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.FloatType
class FloatType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.IntType
class IntType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.LegacyTypeInformationType
class LegacyTypeInformationType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
typeInfo
org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo
-
-
Class org.apache.flink.table.types.logical.LocalZonedTimestampType
class LocalZonedTimestampType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
kind
TimestampKind kind
-
precision
int precision
-
-
Class org.apache.flink.table.types.logical.LogicalType
class LogicalType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isNullable
boolean isNullable
-
typeRoot
LogicalTypeRoot typeRoot
-
-
Class org.apache.flink.table.types.logical.MapType
class MapType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyType
LogicalType keyType
-
valueType
LogicalType valueType
-
-
Class org.apache.flink.table.types.logical.MultisetType
class MultisetType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementType
LogicalType elementType
-
-
Class org.apache.flink.table.types.logical.NullType
class NullType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.RawType
class RawType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.RowType
class RowType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fields
List<RowType.RowField> fields
-
-
Class org.apache.flink.table.types.logical.RowType.RowField
class RowField extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
name
String name
-
type
LogicalType type
-
-
Class org.apache.flink.table.types.logical.SmallIntType
class SmallIntType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.StructuredType
class StructuredType extends UserDefinedType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
List<StructuredType.StructuredAttribute> attributes
-
comparison
StructuredType.StructuredComparison comparison
-
implementationClass
Class<?> implementationClass
-
isInstantiable
boolean isInstantiable
-
superType
StructuredType superType
-
-
Class org.apache.flink.table.types.logical.StructuredType.StructuredAttribute
class StructuredAttribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
name
String name
-
type
LogicalType type
-
-
Class org.apache.flink.table.types.logical.SymbolType
class SymbolType extends LogicalType implements Serializable- serialVersionUID:
- 2L
-
Class org.apache.flink.table.types.logical.TimestampType
class TimestampType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
kind
TimestampKind kind
-
precision
int precision
-
-
Class org.apache.flink.table.types.logical.TimeType
class TimeType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
precision
int precision
-
-
Class org.apache.flink.table.types.logical.TinyIntType
class TinyIntType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.flink.table.types.logical.UnresolvedUserDefinedType
class UnresolvedUserDefinedType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
unresolvedIdentifier
UnresolvedIdentifier unresolvedIdentifier
-
-
Class org.apache.flink.table.types.logical.UserDefinedType
class UserDefinedType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
isFinal
boolean isFinal
-
objectIdentifier
ObjectIdentifier objectIdentifier
-
-
Class org.apache.flink.table.types.logical.VarBinaryType
class VarBinaryType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
length
int length
-
-
Class org.apache.flink.table.types.logical.VarCharType
class VarCharType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
length
int length
-
-
Class org.apache.flink.table.types.logical.YearMonthIntervalType
class YearMonthIntervalType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
resolution
YearMonthIntervalType.YearMonthResolution resolution
-
yearPrecision
int yearPrecision
-
-
Class org.apache.flink.table.types.logical.ZonedTimestampType
class ZonedTimestampType extends LogicalType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
kind
TimestampKind kind
-
precision
int precision
-
-
-
Package org.apache.flink.table.typeutils
-
Class org.apache.flink.table.typeutils.TimeIndicatorTypeInfo
class TimeIndicatorTypeInfo extends org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo<Timestamp> implements Serializable-
Serialized Fields
-
isEventTime
boolean isEventTime
Deprecated.
-
-
-
Class org.apache.flink.table.typeutils.TimeIntervalTypeInfo
class TimeIntervalTypeInfo extends org.apache.flink.api.common.typeinfo.TypeInformation<T> implements Serializable- serialVersionUID:
- -1816179424364825258L
-
-
Package org.apache.flink.table.watermark
-
Class org.apache.flink.table.watermark.WatermarkParams
class WatermarkParams extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
alignGroupName
String alignGroupName
-
alignMaxDrift
Duration alignMaxDrift
-
alignUpdateInterval
Duration alignUpdateInterval
-
emitStrategy
WatermarkEmitStrategy emitStrategy
-
sourceIdleTimeout
long sourceIdleTimeout
-
-
-
Package org.apache.flink.table.workflow
-
Exception org.apache.flink.table.workflow.WorkflowException
class WorkflowException extends org.apache.flink.util.FlinkException implements Serializable- serialVersionUID:
- 1L
-