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

A

abs() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
abs(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
AbstractBaseRowConverter(DataType[]) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.AbstractBaseRowConverter
 
AbstractBinaryExternalMerger<Entry> - org.apache.flink.table.runtime.operators.sort中的类
Spilled files Merger of BinaryExternalSorter.
AbstractBinaryExternalMerger(IOManager, int, int, SpillChannelManager, boolean, BlockCompressionFactory, int) - 类 的构造器org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
AbstractBinaryWriter - org.apache.flink.table.dataformat中的类
Use the special format to write data to a MemorySegment (its capacity grows automatically).
AbstractBinaryWriter() - 类 的构造器org.apache.flink.table.dataformat.AbstractBinaryWriter
 
AbstractColumnVector - org.apache.flink.table.dataformat.vector中的类
Contains the shared structure for ColumnVectors, including NULL information and dictionary.
AbstractColumnVector() - 类 的构造器org.apache.flink.table.dataformat.vector.AbstractColumnVector
 
AbstractHeapVector - org.apache.flink.table.dataformat.vector.heap中的类
Heap vector that nullable shared structure.
AbstractHeapVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
 
AbstractMapBundleOperator<K,V,IN,OUT> - org.apache.flink.table.runtime.operators.bundle中的类
The AbstractMapBundleOperator simply used a java Map to store the input elements in key-value form.
AbstractProcessStreamOperator<OUT> - org.apache.flink.table.runtime.operators中的类
AbstractProcessStreamOperator is a base class for stream operators without key.
AbstractProcessStreamOperator() - 类 的构造器org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator
 
AbstractProcessStreamOperator.ContextImpl - org.apache.flink.table.runtime.operators中的类
Information available in an invocation of processElement.
AbstractRowSerializer<T extends BaseRow> - org.apache.flink.table.runtime.typeutils中的类
Row serializer, provided paged serialize paged method.
AbstractRowSerializer() - 类 的构造器org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
 
AbstractRowTimeUnboundedPrecedingOver<K> - org.apache.flink.table.runtime.operators.over中的类
A basic implementation to support unbounded event-time over-window.
AbstractRowTimeUnboundedPrecedingOver(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], int) - 类 的构造器org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
 
AbstractStreamingJoinOperator - org.apache.flink.table.runtime.operators.join.stream中的类
Abstract implementation for streaming unbounded Join operator which defines some member fields can be shared between different implementations.
AbstractStreamingJoinOperator(BaseRowTypeInfo, BaseRowTypeInfo, GeneratedJoinCondition, JoinInputSideSpec, JoinInputSideSpec, boolean[], long) - 类 的构造器org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
AbstractStreamingJoinOperator.AssociatedRecords - org.apache.flink.table.runtime.operators.join.stream中的类
The AbstractStreamingJoinOperator.AssociatedRecords is the records associated to the input row.
AbstractStreamingJoinOperator.OuterRecord - org.apache.flink.table.runtime.operators.join.stream中的类
An AbstractStreamingJoinOperator.OuterRecord is a composite of record and numOfAssociations.
AbstractTopNFunction - org.apache.flink.table.runtime.operators.rank中的类
Base class for TopN Function.
accept(Collection<OUT>, Throwable) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture
 
accumulate(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Accumulates the input values to the accumulators.
accumulate(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Accumulates the input values to the accumulators.
ACCUMULATE_MSG - 类 中的静态变量org.apache.flink.table.dataformat.util.BaseRowUtil
Indicates the row as an accumulate message.
accumulatorTypes - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
acos(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
add(Decimal, Decimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
add(T) - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView
 
add(byte) - 类 中的方法org.apache.flink.table.runtime.util.collections.ByteHashSet
 
add(double) - 类 中的方法org.apache.flink.table.runtime.util.collections.DoubleHashSet
add(float) - 类 中的方法org.apache.flink.table.runtime.util.collections.FloatHashSet
add(int) - 类 中的方法org.apache.flink.table.runtime.util.collections.IntHashSet
 
add(long) - 类 中的方法org.apache.flink.table.runtime.util.collections.LongHashSet
 
add(T) - 类 中的方法org.apache.flink.table.runtime.util.collections.ObjectHashSet
 
add(short) - 类 中的方法org.apache.flink.table.runtime.util.collections.ShortHashSet
 
add(BaseRow) - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
add(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.util.ResettableRowBuffer
Appends the specified row to the end of this buffer.
addAll(List<T>) - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView
 
addChannel(FileIOChannel.ID) - 类 中的方法org.apache.flink.table.runtime.operators.sort.SpillChannelManager
Add a new File channel.
addInput(BaseRow, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
The previousAcc is accumulator, but input is a row in <key, accumulator> schema, the specific generated MiniBatchGlobalGroupAggFunction.localAgg will project the input to accumulator in merge method.
addInput(List<BaseRow>, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
 
addInput(BaseRow, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
addInput(BaseRow, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchLocalGroupAggFunction
 
addInput(V, IN) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
Adds the given input to the given value, returning the new bundle value.
addInput(BaseRow, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepFirstRowFunction
 
addInput(BaseRow, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepLastRowFunction
 
addInputToBuffer(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
addIntoBuffer(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
addIntoBuffer(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
addNull() - 类 中的方法org.apache.flink.table.runtime.util.collections.ByteHashSet
 
addNull() - 类 中的方法org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Add a null key.
addOpenChannels(List<FileIOChannel>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.SpillChannelManager
Open File channels.
addRecord(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateView
Add a new record to the state view.
addRecord(BaseRow, int) - 接口 中的方法org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateView
Adds a new record with the number of associations to the state view.
addWindow(W, MergingWindowSet.MergeFunction<W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
Adds a new Window to the set of in-flight windows.
advanceNext() - 类 中的方法org.apache.flink.table.runtime.hashtable.BuildSideIterator
 
advanceNext() - 类 中的方法org.apache.flink.table.runtime.hashtable.BuildSideIterator.BucketIterator
 
advanceNext() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition.MatchIterator
 
advanceNext() - 类 中的方法org.apache.flink.table.runtime.hashtable.LookupBucketIterator
 
advanceNext() - 类 中的方法org.apache.flink.table.runtime.hashtable.WrappedRowIterator
 
advanceNext() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer.BufferIterator
 
advanceNext() - 接口 中的方法org.apache.flink.table.runtime.util.RowIterator
Advance this iterator by a single row.
advanceNextSuitableBufferedRow() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
advanceNextSuitableProbeRow() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
advanceWatermarkToTriggerAllWindows() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
Advance the watermark to trigger all the possible windows.
afterEndOfWindow() - 类 中的静态方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers
Creates a trigger that fires when the watermark passes the end of the window.
AfterEndOfWindow() - 类 的构造器org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
afterEndOfWindow() - 类 中的静态方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers
Creates a trigger that fires when the processing time passes the end of the window.
AfterEndOfWindow() - 类 的构造器org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
afterGrow() - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
After grow, need point to new memory.
afterGrow() - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
afterGrow() - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
aggregate(LogicalType[], LogicalType[], LogicalType[]) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
aggregate(NamespaceAggsHandleFunction<?>, RecordEqualiser, LogicalType[], LogicalType[], LogicalType[]) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
aggregate(GeneratedNamespaceAggsHandleFunction<?>, GeneratedRecordEqualiser, LogicalType[], LogicalType[], LogicalType[]) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
aggregate(NamespaceTableAggsHandleFunction<?>, LogicalType[], LogicalType[], LogicalType[]) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
aggregate(GeneratedNamespaceTableAggsHandleFunction<?>, LogicalType[], LogicalType[], LogicalType[]) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
AggregateWindowOperator<K,W extends Window> - org.apache.flink.table.runtime.operators.window中的类
A WindowOperator for grouped window aggregates.
AggregateWindowOperatorBuilder(GeneratedNamespaceAggsHandleFunction<?>, GeneratedRecordEqualiser, WindowOperatorBuilder) - 类 的构造器org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder.AggregateWindowOperatorBuilder
 
AggregateWindowOperatorBuilder(NamespaceAggsHandleFunction<?>, RecordEqualiser, WindowOperatorBuilder) - 类 的构造器org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder.AggregateWindowOperatorBuilder
 
aggResultTypes - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
AggsHandleFunction - org.apache.flink.table.runtime.generated中的接口
The base class for handling aggregate functions.
AggsHandleFunctionBase - org.apache.flink.table.runtime.generated中的接口
The base class for handling aggregate or table aggregate functions.
allocateReuseBytes(int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Allocate bytes that is only for temporary usage, it should not be stored in somewhere else.
allocateReuseChars(int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
 
allowedLateness - 类 中的变量org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
 
allowedLateness - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
anyNull() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
anyNull() - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
The bit is 1 when the field is null.
anyNull(int[]) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
append(BytesHashMap.LookupInfo, BinaryRow) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
Append an value into the hash map's record area.
AppendOnlyTopNFunction - org.apache.flink.table.runtime.operators.rank中的类
The function could and only could handle append input stream.
AppendOnlyTopNFunction(long, long, BaseRowTypeInfo, GeneratedRecordComparator, BaseRowKeySelector, RankType, RankRange, boolean, boolean, long) - 类 的构造器org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
 
apply(BaseRow, BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.JoinCondition
 
apply(IN) - 接口 中的方法org.apache.flink.table.runtime.generated.Projection
 
arraySize(int, float) - 类 中的静态方法org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Returns the least power of two smaller than or equal to 230 and larger than or equal to Math.ceil( expected / f ).
asin(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
assignActualWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.GeneralWindowProcessFunction
 
assignActualWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
Assigns the input element into the actual windows which the Trigger should trigger on.
assignActualWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
assignActualWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.PanedWindowProcessFunction
 
assigner(WindowAssigner<?>) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
assignPane(Object, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.PanedWindowAssigner
Given the timestamp and element, returns the pane into which it should be placed.
assignPane(Object, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
assignStateNamespace(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.GeneralWindowProcessFunction
 
assignStateNamespace(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
Assigns the input element into the state namespace which the input element should be accumulated/retracted into.
assignStateNamespace(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
assignStateNamespace(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.PanedWindowProcessFunction
 
assignWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
assignWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
assignWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
assignWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
assignWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
assignWindows(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
Given the timestamp and element, returns the set of windows into which it should be placed.
asyncInvoke(BaseRow, ResultFuture<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
 
AsyncLookupJoinRunner - org.apache.flink.table.runtime.operators.join.lookup中的类
The async join runner to lookup the dimension table.
AsyncLookupJoinRunner(GeneratedFunction<AsyncFunction<BaseRow, Object>>, GeneratedResultFuture<TableFunctionResultFuture<BaseRow>>, TypeInformation<?>, BaseRowTypeInfo, boolean, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
 
AsyncLookupJoinWithCalcRunner - org.apache.flink.table.runtime.operators.join.lookup中的类
The async join runner with an additional calculate function on the dimension table.
AsyncLookupJoinWithCalcRunner(GeneratedFunction<AsyncFunction<BaseRow, Object>>, GeneratedFunction<FlatMapFunction<BaseRow, BaseRow>>, GeneratedResultFuture<TableFunctionResultFuture<BaseRow>>, TypeInformation<?>, BaseRowTypeInfo, boolean, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinWithCalcRunner
 
atan(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
atan2(Decimal, Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
availableMemory - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The free memory segments currently available to the hash join.

B

BaseArray - org.apache.flink.table.dataformat中的接口
An interface for array used internally in Flink Table/SQL.
BaseArraySerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for BaseArray.
BaseArraySerializer(LogicalType, ExecutionConfig) - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
BaseArraySerializer.BaseArraySerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for BaseArraySerializer.
BaseArraySerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseArraySerializer.BaseArraySerializerSnapshot
 
BaseHybridHashTable - org.apache.flink.table.runtime.hashtable中的类
BaseHybridHashTable(Configuration, Object, MemoryManager, long, IOManager, int, long, boolean) - 类 的构造器org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
BaseMap - org.apache.flink.table.dataformat中的接口
An interface for map used internally in Flink Table/SQL.
BaseMapSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for BaseMap.
BaseMapSerializer(LogicalType, LogicalType, ExecutionConfig) - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
BaseMapSerializer.BaseMapSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for BaseArraySerializer.
BaseMapSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseMapSerializer.BaseMapSerializerSnapshot
 
BaseRow - org.apache.flink.table.dataformat中的接口
An interface for row used internally in Flink Table/SQL.
BaseRowEventComparator - org.apache.flink.table.runtime.operators.match中的类
An implementation of EventComparator based on a generated RecordComparator.
BaseRowEventComparator(GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.match.BaseRowEventComparator
 
BaseRowKeySelector - org.apache.flink.table.runtime.keyselector中的接口
BaseRowKeySelector takes an BaseRow and extracts the deterministic key for the BaseRow.
BaseRowSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for BaseRow.
BaseRowSerializer(ExecutionConfig, RowType) - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
BaseRowSerializer(ExecutionConfig, LogicalType...) - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
BaseRowSerializer(LogicalType[], TypeSerializer[]) - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
BaseRowSerializer.BaseRowSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for BinaryRowSerializer.
BaseRowSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseRowSerializer.BaseRowSerializerSnapshot
 
BaseRowTypeInfo - org.apache.flink.table.runtime.typeutils中的类
Base row type info.
BaseRowTypeInfo(LogicalType...) - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
BaseRowTypeInfo(LogicalType[], String[]) - 类 的构造器org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
BaseRowUtil - org.apache.flink.table.dataformat.util中的类
Util for base row.
BaseRowUtil() - 类 的构造器org.apache.flink.table.dataformat.util.BaseRowUtil
 
BaseTwoInputStreamOperatorWithStateRetention - org.apache.flink.table.runtime.operators.join.temporal中的类
An abstract TwoInputStreamOperator that allows its subclasses to clean up their state based on a TTL.
BaseTwoInputStreamOperatorWithStateRetention(long, long) - 类 的构造器org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
 
BigDecimalConverter(int, int) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.BigDecimalConverter
 
BigDecimalTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for BigDecimal.
BigDecimalTypeInfo(int, int) - 类 的构造器org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
BinaryArray - org.apache.flink.table.dataformat中的类
For fields that hold fixed-length primitive types, such as long, double, or int, we store the value directly in the field, just like the original java array.
BinaryArray() - 类 的构造器org.apache.flink.table.dataformat.BinaryArray
 
BinaryArrayWriter - org.apache.flink.table.dataformat中的类
Writer for binary array.
BinaryArrayWriter(BinaryArray, int, int) - 类 的构造器org.apache.flink.table.dataformat.BinaryArrayWriter
 
BinaryExternalMerger - org.apache.flink.table.runtime.operators.sort中的类
Record merger for sort of BinaryRow.
BinaryExternalMerger(IOManager, int, int, SpillChannelManager, BinaryRowSerializer, RecordComparator, boolean, BlockCompressionFactory, int) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
BinaryExternalSorter - org.apache.flink.table.runtime.operators.sort中的类
The BinaryExternalSorter is a full fledged sorter for binary format.
BinaryExternalSorter(Object, MemoryManager, long, IOManager, AbstractRowSerializer<BaseRow>, BinaryRowSerializer, NormalizedKeyComputer, RecordComparator, Configuration) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
BinaryExternalSorter(Object, MemoryManager, long, IOManager, AbstractRowSerializer<BaseRow>, BinaryRowSerializer, NormalizedKeyComputer, RecordComparator, Configuration, float) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
BinaryFormat - org.apache.flink.table.dataformat中的接口
Binary format spanning MemorySegments.
BinaryGeneric<T> - org.apache.flink.table.dataformat中的类
Internal format to generic.
BinaryGeneric(T) - 类 的构造器org.apache.flink.table.dataformat.BinaryGeneric
 
BinaryGeneric(MemorySegment[], int, int) - 类 的构造器org.apache.flink.table.dataformat.BinaryGeneric
 
BinaryGeneric(MemorySegment[], int, int, T) - 类 的构造器org.apache.flink.table.dataformat.BinaryGeneric
 
BinaryGenericSerializer<T> - org.apache.flink.table.runtime.typeutils中的类
Serializer for BinaryGeneric.
BinaryGenericSerializer(TypeSerializer<T>) - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
BinaryGenericSerializer.BinaryGenericSerializerSnapshot<T> - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for BinaryGenericSerializer.
BinaryGenericSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer.BinaryGenericSerializerSnapshot
 
BinaryGenericSerializerSnapshot(BinaryGenericSerializer<T>) - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer.BinaryGenericSerializerSnapshot
 
BinaryHashBucketArea - org.apache.flink.table.runtime.hashtable中的类
Bucket area for hash table.
BinaryHashPartition - org.apache.flink.table.runtime.hashtable中的类
A partition.
BinaryHashPartition.BuildSideBuffer - org.apache.flink.table.runtime.hashtable中的类
Build side buffer.
BinaryHashPartitioner - org.apache.flink.table.runtime.partitioner中的类
Hash partitioner for BinaryRow.
BinaryHashPartitioner(GeneratedHashFunction, String[]) - 类 的构造器org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
 
BinaryHashTable - org.apache.flink.table.runtime.hashtable中的类
An implementation of a Hybrid Hash Join.
BinaryHashTable(Configuration, Object, AbstractRowSerializer, AbstractRowSerializer, Projection<BaseRow, BinaryRow>, Projection<BaseRow, BinaryRow>, MemoryManager, long, IOManager, int, long, boolean, HashJoinType, JoinCondition, boolean, boolean[], boolean) - 类 的构造器org.apache.flink.table.runtime.hashtable.BinaryHashTable
 
BinaryIndexedSortable - org.apache.flink.table.runtime.operators.sort中的类
abstract sortable, provide basic compare and swap.
BinaryIndexedSortable(NormalizedKeyComputer, BinaryRowSerializer, RecordComparator, ArrayList<MemorySegment>, MemorySegmentPool) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
BinaryInMemorySortBuffer - org.apache.flink.table.runtime.operators.sort中的类
In memory sort buffer for binary row.
BinaryKVExternalMerger - org.apache.flink.table.runtime.operators.sort中的类
Key-Value style record merger for sort.
BinaryKVExternalMerger(IOManager, int, int, SpillChannelManager, BinaryRowSerializer, BinaryRowSerializer, RecordComparator, boolean, BlockCompressionFactory, int) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
BinaryKVInMemorySortBuffer - org.apache.flink.table.runtime.operators.sort中的类
In memory KV sortable buffer for binary row, it already has records in memory.
BinaryMap - org.apache.flink.table.dataformat中的类
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
BinaryMap() - 类 的构造器org.apache.flink.table.dataformat.BinaryMap
 
BinaryMergeIterator<Entry> - org.apache.flink.table.runtime.operators.sort中的类
Binary version of MergeIterator.
BinaryMergeIterator(List<MutableObjectIterator<Entry>>, List<Entry>, Comparator<Entry>) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BinaryMergeIterator
 
BinaryRow - org.apache.flink.table.dataformat中的类
A special row which is backed by MemorySegment instead of Object.
BinaryRow(int) - 类 的构造器org.apache.flink.table.dataformat.BinaryRow
 
BinaryRowChannelInputViewIterator - org.apache.flink.table.runtime.io中的类
A simple iterator over the input read though an I/O channel.
BinaryRowChannelInputViewIterator(ChannelReaderInputView, BinaryRowSerializer) - 类 的构造器org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
 
BinaryRowChannelInputViewIterator(ChannelReaderInputView, List<MemorySegment>, BinaryRowSerializer) - 类 的构造器org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
 
BinaryRowKeySelector - org.apache.flink.table.runtime.keyselector中的类
A KeySelector which will extract key from BaseRow.
BinaryRowKeySelector(BaseRowTypeInfo, GeneratedProjection) - 类 的构造器org.apache.flink.table.runtime.keyselector.BinaryRowKeySelector
 
BinaryRowSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for BinaryRow.
BinaryRowSerializer(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
BinaryRowSerializer.BinaryRowSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for BinaryRowSerializer.
BinaryRowSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryRowSerializer.BinaryRowSerializerSnapshot
 
BinaryRowUtil - org.apache.flink.table.dataformat.util中的类
Util for binary row.
BinaryRowUtil() - 类 的构造器org.apache.flink.table.dataformat.util.BinaryRowUtil
 
BinaryRowWriter - org.apache.flink.table.dataformat中的类
Writer for BinaryRow.
BinaryRowWriter(BinaryRow) - 类 的构造器org.apache.flink.table.dataformat.BinaryRowWriter
 
BinaryRowWriter(BinaryRow, int) - 类 的构造器org.apache.flink.table.dataformat.BinaryRowWriter
 
BinarySection - org.apache.flink.table.dataformat中的类
Binary section of memory.
BinarySection() - 类 的构造器org.apache.flink.table.dataformat.BinarySection
 
BinarySection(MemorySegment[], int, int) - 类 的构造器org.apache.flink.table.dataformat.BinarySection
 
BinaryString - org.apache.flink.table.dataformat中的类
A utf8 string which is backed by MemorySegment instead of String.
BinaryString() - 类 的构造器org.apache.flink.table.dataformat.BinaryString
 
BinaryStringSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for BinaryString.
BinaryStringSerializer.BinaryStringSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
Serializer configuration snapshot for compatibility and format evolution.
BinaryStringSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryStringSerializer.BinaryStringSerializerSnapshot
 
BinaryStringTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInfo for BinaryString.
BinaryStringTypeInfoFactory - org.apache.flink.table.runtime.typeutils中的类
The type factory of BinaryString.
BinaryStringTypeInfoFactory() - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfoFactory
 
BinaryStringUtil - org.apache.flink.table.dataformat中的类
Util for BinaryString.
BinaryStringUtil() - 类 的构造器org.apache.flink.table.dataformat.BinaryStringUtil
 
BinaryWriter - org.apache.flink.table.dataformat中的接口
Writer to write a composite data format, like row, array. 1.
bitAnd(Byte, Byte) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitAnd(Short, Short) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitAnd(Integer, Integer) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitAnd(Long, Long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitGet(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
read bit.
bitGet(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
read bit from segments.
bitNot(Byte) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitNot(Short) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitNot(Integer) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitNot(Long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitOr(Byte, Byte) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitOr(Short, Short) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitOr(Integer, Integer) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitOr(Long, Long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitSet(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set bit.
bitSet(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set bit from segments.
bitUnSet(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
unset bit.
bitUnSet(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
unset bit from segments.
bitXor(Byte, Byte) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitXor(Short, Short) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitXor(Integer, Integer) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitXor(Long, Long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
blankString(int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString that contains `length` spaces.
BooleanColumnVector - org.apache.flink.table.dataformat.vector中的接口
Boolean column vector.
BoundedOutOfOrderWatermarkGenerator - org.apache.flink.table.runtime.operators.wmassigners中的类
A watermark generator for rowtime attributes which are out-of-order by a bounded time interval.
BoundedOutOfOrderWatermarkGenerator(int, long) - 类 的构造器org.apache.flink.table.runtime.operators.wmassigners.BoundedOutOfOrderWatermarkGenerator
 
BoxedWrapperRow - org.apache.flink.table.dataformat中的类
A ObjectArrayRow that wrap primitive type to boxed object to reuse.
BoxedWrapperRow(int) - 类 的构造器org.apache.flink.table.dataformat.BoxedWrapperRow
 
BUCKET_SIZE - 类 中的静态变量org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
buffer - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
buffer to use when actually copying in data.
BufferDataOverWindowOperator - org.apache.flink.table.runtime.operators.over中的类
the operator for OVER window need cache data by ResettableExternalBuffer for OverWindowFrame.
BufferDataOverWindowOperator(OverWindowFrame[], GeneratedRecordComparator, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
bufferedKey - 类 中的变量org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
BufferedKVExternalSorter - org.apache.flink.table.runtime.operators.sort中的类
Sorter for buffered input in the form of Key-Value Style.
BufferedKVExternalSorter(IOManager, BinaryRowSerializer, BinaryRowSerializer, NormalizedKeyComputer, RecordComparator, int, Configuration) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BufferedKVExternalSorter
 
bufferedRow - 类 中的变量org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
bufferMatchingRows() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
build() - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
build() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder.AggregateWindowOperatorBuilder
 
build() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder.TableAggregateWindowOperatorBuilder
 
Builder() - 类 的构造器org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
builder() - 类 中的静态方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
buildLeftSemiOrAnti() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.HashJoinType
 
buildRowCount - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
BuildSideIterator - org.apache.flink.table.runtime.hashtable中的类
Iterate all the elements in memory which has not been(or has been) probed during probe phase.
BuildSideIterator.BucketIterator - org.apache.flink.table.runtime.hashtable中的类
Partition bucket iterator.
buildSpillRetBufferNumbers - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The number of buffers in the build spill return buffer queue that are actually not write behind buffers, but regular buffers that only have not yet returned.
buildSpillReturnBuffers - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The queue of buffers that can be used for write-behind.
buildTriggerWindowElementsIterator() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
BundleTrigger<T> - org.apache.flink.table.runtime.operators.bundle.trigger中的接口
A BundleTrigger determines when a bundle of input elements should be evaluated and trigger the callback which registered previously.
BundleTriggerCallback - org.apache.flink.table.runtime.operators.bundle.trigger中的接口
Interface for bundle trigger callbacks that can be registered to a BundleTrigger.
BYTE_ARRAY_BASE_OFFSET - 类 中的静态变量org.apache.flink.table.dataformat.util.BinaryRowUtil
 
byteArrayEquals(byte[], byte[], int) - 类 中的静态方法org.apache.flink.table.dataformat.util.BinaryRowUtil
 
byteArrayEquals(Object, long, Object, long, int) - 类 中的静态方法org.apache.flink.table.dataformat.util.BinaryRowUtil
 
byteAt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Returns the byte value at the specified index.
ByteColumnVector - org.apache.flink.table.dataformat.vector中的接口
Byte column vector.
ByteHashSet - org.apache.flink.table.runtime.util.collections中的类
Byte hash set.
ByteHashSet() - 类 的构造器org.apache.flink.table.runtime.util.collections.ByteHashSet
 
Bytes(byte[], int, int) - 类 的构造器org.apache.flink.table.dataformat.vector.BytesColumnVector.Bytes
 
BytesColumnVector - org.apache.flink.table.dataformat.vector中的接口
Bytes column vector to get BytesColumnVector.Bytes, it include original data and offset and length.
BytesColumnVector.Bytes - org.apache.flink.table.dataformat.vector中的类
Bytes data.
BytesHashMap - org.apache.flink.table.runtime.operators.aggregate中的类
Bytes based hash map.
BytesHashMap(Object, MemoryManager, long, LogicalType[], LogicalType[]) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
BytesHashMap(Object, MemoryManager, long, LogicalType[], LogicalType[], boolean) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
BytesHashMap.Entry - org.apache.flink.table.runtime.operators.aggregate中的类
BytesHashMap Entry contains key and value field.
BytesHashMap.LookupInfo - org.apache.flink.table.runtime.operators.aggregate中的类
Handle returned by BytesHashMap.lookup(BinaryRow) function.
BytesHashMapSpillMemorySegmentPool - org.apache.flink.table.runtime.operators.aggregate中的类
MemorySegmentPool for BytesHashMap to fall back to sort agg.
BytesHashMapSpillMemorySegmentPool(List<MemorySegment>) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.BytesHashMapSpillMemorySegmentPool
 

C

calc(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame.CalcOffsetFunc
 
calculateBitSetWidthInBytes(int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryRow
 
calculateFixLengthPartSize(LogicalType) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
It store real value when type is primitive.
calculateFixPartSizeInBytes(int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryRow
 
calculateHeaderInBytes(int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
canMerge() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger
Returns true if this trigger supports merging of trigger state and can therefore.
CaseClassConverter(TupleTypeInfoBase, DataType[]) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.CaseClassConverter
 
castFrom(Decimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castFrom(String, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castFrom(double, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castFrom(long, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castFrom(boolean, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToBoolean(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToByte(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToDecimal(Decimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToDouble(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToFloat(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToInt(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToIntegral(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToLong(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToShort(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
castToTimestamp(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
ceil() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
ceil(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
channelReaderInputViewIterator(AbstractChannelReaderInputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
channelReaderInputViewIterator(AbstractChannelReaderInputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
channelReaderInputViewIterator(AbstractChannelReaderInputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
ChannelReaderKVInputViewIterator<K,V> - org.apache.flink.table.runtime.operators.sort中的类
Key-Value style channel reader input view iterator.
ChannelReaderKVInputViewIterator(AbstractChannelReaderInputView, List<MemorySegment>, TypeSerializer<K>, TypeSerializer<V>) - 类 的构造器org.apache.flink.table.runtime.operators.sort.ChannelReaderKVInputViewIterator
 
ChannelWithMeta - org.apache.flink.table.runtime.io中的类
Channel with block count and numBytesInLastBlock of file.
ChannelWithMeta(FileIOChannel.ID, int, int) - 类 的构造器org.apache.flink.table.runtime.io.ChannelWithMeta
 
check(BinaryString) - 类 中的方法org.apache.flink.table.runtime.functions.SqlLikeChainChecker
 
checkNextIndexOffset() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
check if we need request next index memory.
checkSkipReadForFixLengthPart(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
We need skip bytes to read when the remain bytes of current segment is not enough to write binary row fixed part.
checkSortKeyInBufferRange(BaseRow, TopNBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
Checks whether the record should be put into the buffer.
chr(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
ClassDataTypeConverter - org.apache.flink.table.runtime.types中的类
Utils for get DataType from a Class.
ClassDataTypeConverter() - 类 的构造器org.apache.flink.table.runtime.types.ClassDataTypeConverter
 
ClassLogicalTypeConverter - org.apache.flink.table.runtime.types中的类
Get internal(sql engine execution data formats) and default external class for LogicalType.
ClassLogicalTypeConverter() - 类 的构造器org.apache.flink.table.runtime.types.ClassLogicalTypeConverter
 
cleanup() - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Cleanup for the retired accumulators state.
cleanup(N) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Cleanup for the retired accumulators state.
cleanupLastTimer() - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
 
CleanupState - org.apache.flink.table.runtime.functions中的接口
Base interface for clean up state, both for ProcessFunction and CoProcessFunction.
cleanupState(State...) - 类 中的方法org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
cleanupState(long) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
The method to be called when a cleanup timer fires.
cleanupState(long) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
The method to be called when a cleanup timer fires.
cleanupState(long) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
The method to be called when a cleanup timer fires.
cleanWindowIfNeeded(W, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.GeneralWindowProcessFunction
 
cleanWindowIfNeeded(W, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
Cleans the given window if needed.
cleanWindowIfNeeded(W, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
cleanWindowIfNeeded(W, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.PanedWindowProcessFunction
 
clear() - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
clear() - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView
 
clear() - 类 中的方法org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
clear(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger
Clears any state that the trigger might still hold for the given window.
clearPartitions() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
clearPartitions() - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
This method clears all partitions currently residing (partially) in memory.
clearPartitions() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
clearPreviousState(W) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Clear previous agg state (used for retraction) of the given window.
clearTrigger(W) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Call Trigger.clear(Window)} on trigger.
clearWindowState(W) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Clear window state of the given window.
close() - 类 中的方法org.apache.flink.table.filesystem.DynamicPartitionWriter
 
close() - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat
 
close() - 类 中的方法org.apache.flink.table.filesystem.GroupedPartitionWriter
 
close() - 类 中的方法org.apache.flink.table.filesystem.PartitionLoader
 
close() - 接口 中的方法org.apache.flink.table.filesystem.PartitionWriter
End a transaction.
close() - 类 中的方法org.apache.flink.table.filesystem.SingleDirectoryWriter
 
close() - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionCollector
 
close() - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Tear-down method for this function.
close() - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Tear-down method for this function.
close() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Closes the hash table.
close() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
close() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
close() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
close() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
close() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelWriterOutputView
 
close() - 类 中的方法org.apache.flink.table.runtime.io.HeaderlessChannelWriterOutputView
Closes this OutputView, closing the underlying writer.
close() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchLocalGroupAggFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinWithCalcRunner
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeFullOuterJoinIterator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
Shuts down all the threads initiated by this sorter.
close() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BufferedKVExternalSorter
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.sort.SpillChannelManager
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.TableStreamOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
The tear-down method of the function.
close() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
 
close() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer.BufferIterator
 
close() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
Delete all files and release the memory.
close() - 类 中的方法org.apache.flink.table.runtime.util.StreamRecordCollector
 
closeAndDelete() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
closeAndDelete() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
closed - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Flag indicating that the closing logic has been invoked.
CoBundleTrigger<IN1,IN2> - org.apache.flink.table.runtime.operators.bundle.trigger中的接口
A CoBundleTrigger is similar with BundleTrigger, and the only differences is CoBundleTrigger can handle two inputs.
CodeGenOperatorFactory<OUT> - org.apache.flink.table.runtime.operators中的类
Stream operator factory for code gen operator.
CodeGenOperatorFactory(GeneratedClass<? extends StreamOperator<OUT>>) - 类 的构造器org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
collect(Collector<BaseRow>, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
collect(Collector<BaseRow>, BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
collect(T) - 类 中的方法org.apache.flink.table.runtime.util.StreamRecordCollector
 
collector - 类 中的变量org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
collector - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
collector - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperator
This is used for emitting elements with a given timestamp.
ColumnarRow - org.apache.flink.table.dataformat中的类
Columnar row to support access to vector column data.
ColumnarRow() - 类 的构造器org.apache.flink.table.dataformat.ColumnarRow
 
ColumnarRow(VectorizedColumnBatch) - 类 的构造器org.apache.flink.table.dataformat.ColumnarRow
 
ColumnarRow(VectorizedColumnBatch, int) - 类 的构造器org.apache.flink.table.dataformat.ColumnarRow
 
columns - 类 中的变量org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
ColumnVector - org.apache.flink.table.dataformat.vector中的接口
Nullable column vector.
compare(Decimal, Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
compare(Decimal, long) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
compare(Decimal, double) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
compare(long, Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
compare(double, Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
compare(BaseRow, BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.RecordComparator
 
compare(BaseRow, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.match.BaseRowEventComparator
 
compare(int, int) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
compare(int, int, int, int) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
compareBinary(byte[], byte[]) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
compareBinary(byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
compareKey(MemorySegment, int, MemorySegment, int) - 接口 中的方法org.apache.flink.table.runtime.generated.NormalizedKeyComputer
Compares two normalized keys in respective MemorySegment.
compareTo(BinaryString) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Compares two strings lexicographically.
compareTo(Decimal) - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
compareTo(SqlTimestamp) - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
 
compareTo(Window) - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow
 
compareTo(Window) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
 
compile(ClassLoader, String, String) - 类 中的静态方法org.apache.flink.table.runtime.generated.CompileUtils
Compiles a generated code to a Class.
compile(ClassLoader) - 类 中的方法org.apache.flink.table.runtime.generated.GeneratedClass
Compiles the generated code, the compiled class will be cached in the GeneratedClass.
COMPILED_CACHE - 类 中的静态变量org.apache.flink.table.runtime.generated.CompileUtils
Cache of compile, Janino generates a new Class Loader and a new Class file every compile (guaranteeing that the class name will not be repeated).
compileGeneratedCode() - 类 中的方法org.apache.flink.table.runtime.operators.window.AggregateWindowOperator
 
compileGeneratedCode() - 类 中的方法org.apache.flink.table.runtime.operators.window.TableAggregateWindowOperator
 
compileGeneratedCode() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
CompileUtils - org.apache.flink.table.runtime.generated中的类
Utilities to compile a generated code to a Class.
CompileUtils() - 类 的构造器org.apache.flink.table.runtime.generated.CompileUtils
 
complete() - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
Finally, complete write to set real size to row.
complete() - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
complete() - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
Finally, complete write to set real size to binary.
complete() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
complete() - 接口 中的方法org.apache.flink.table.runtime.util.ResettableRowBuffer
Finally, complete add.
completeExceptionally(Throwable) - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionResultFuture
 
CompressedBlockChannelReader - org.apache.flink.table.runtime.io中的类
Compressed block channel reader provides a scenario where MemorySegment must be maintained.
CompressedBlockChannelReader(IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>, BlockCompressionFactory, int, int) - 类 的构造器org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
CompressedBlockChannelWriter - org.apache.flink.table.runtime.io中的类
Compressed block channel writer provides a scenario where MemorySegment must be maintained.
CompressedBlockChannelWriter(IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>, BlockCompressionFactory, int, int) - 类 的构造器org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
CompressedHeaderlessChannelReaderInputView - org.apache.flink.table.runtime.io中的类
A DataInputView that is backed by a BufferFileReader, making it effectively a data input stream.
CompressedHeaderlessChannelReaderInputView(FileIOChannel.ID, IOManager, BlockCompressionFactory, int, int) - 类 的构造器org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
CompressedHeaderlessChannelWriterOutputView - org.apache.flink.table.runtime.io中的类
A DataOutputView that is backed by a FileIOChannel, making it effectively a data output stream.
CompressedHeaderlessChannelWriterOutputView(BufferFileWriter, BlockCompressionFactory, int) - 类 的构造器org.apache.flink.table.runtime.io.CompressedHeaderlessChannelWriterOutputView
 
compressionBlockSize - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
compressionBlockSize() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
compressionCodecFactory - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
compressionCodecFactory() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
compressionEnable - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
compressionEnable() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
computeMemorySize() - 类 中的方法org.apache.flink.table.runtime.operators.TableStreamOperator
Compute memory size from memory faction.
concat(BinaryString...) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Concatenates input strings together into a single string.
concat(Iterable<BinaryString>) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
concatWs(BinaryString, BinaryString...) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Concatenates input strings together into a single string using the separator.
concatWs(BinaryString, Iterable<BinaryString>) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
configure(Configuration) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat
 
ConstantRankRange - org.apache.flink.table.runtime.operators.rank中的类
rankStart and rankEnd are inclusive, rankStart always start from one.
ConstantRankRange(long, long) - 类 的构造器org.apache.flink.table.runtime.operators.rank.ConstantRankRange
 
ConstantRankRangeWithoutEnd - org.apache.flink.table.runtime.operators.rank中的类
ConstantRankRangeWithoutEnd is a RankRange which not specify RankEnd.
ConstantRankRangeWithoutEnd(long) - 类 的构造器org.apache.flink.table.runtime.operators.rank.ConstantRankRangeWithoutEnd
 
contains(BinaryString) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Returns true if and only if this BinaryString contains the specified sequence of bytes values.
contains(byte) - 类 中的方法org.apache.flink.table.runtime.util.collections.ByteHashSet
 
contains(double) - 类 中的方法org.apache.flink.table.runtime.util.collections.DoubleHashSet
contains(float) - 类 中的方法org.apache.flink.table.runtime.util.collections.FloatHashSet
contains(int) - 类 中的方法org.apache.flink.table.runtime.util.collections.IntHashSet
 
contains(long) - 类 中的方法org.apache.flink.table.runtime.util.collections.LongHashSet
 
contains(T) - 类 中的方法org.apache.flink.table.runtime.util.collections.ObjectHashSet
 
contains(short) - 类 中的方法org.apache.flink.table.runtime.util.collections.ShortHashSet
 
containsNull - 类 中的变量org.apache.flink.table.runtime.util.collections.ByteHashSet
 
containsNull() - 类 中的方法org.apache.flink.table.runtime.util.collections.ByteHashSet
 
containsNull - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Is this set has a null key.
containsNull() - 类 中的方法org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Is there a null key.
containsZero - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Is this set has a zero key.
Context(Configuration, OutputFormatFactory<T>) - 类 的构造器org.apache.flink.table.filesystem.PartitionWriter.Context
 
converters - 类 中的变量org.apache.flink.table.dataformat.DataFormatConverters.AbstractBaseRowConverter
 
convertTz(String, String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Convert datetime string from a time zone to another time zone.
convertTz(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
copy() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
copy(BinaryArray) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
copy() - 类 中的方法org.apache.flink.table.dataformat.BinaryMap
 
copy(BinaryMap) - 类 中的方法org.apache.flink.table.dataformat.BinaryMap
 
copy() - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
copy(BinaryRow) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
copy() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Copy a new BinaryString.
copy() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
copy() - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
copy(BaseRow) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
copy(CountWindow) - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
copy(CountWindow, CountWindow) - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
copy(TimeWindow) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
copy(TimeWindow, TimeWindow) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
copy() - 类 中的方法org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
 
copy(BaseArray) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
copy(BaseArray, BaseArray) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
copy(BaseMap) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
NOTE: Map should be a HashMap, when we insert the key/value pairs of the TreeMap into a HashMap, problems maybe occur.
copy(BaseMap, BaseMap) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
copy(BaseRow) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
copy(BaseRow, BaseRow) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
copy(BinaryGeneric<T>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
copy(BinaryGeneric<T>, BinaryGeneric<T>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
copy(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
copy(BinaryRow, BinaryRow) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
copy(BinaryString) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
copy(BinaryString, BinaryString) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
copy(Decimal) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
copy(Decimal, Decimal) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
copy(SqlTimestamp) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
copy(SqlTimestamp, SqlTimestamp) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
copyFromBytes(MemorySegment[], int, byte[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Copy target segments from source byte[].
copyFromPagesToView(AbstractPagedInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
Copy a binaryRow which stored in paged input view to output view.
copyMultiSegmentsToBytes(MemorySegment[], int, byte[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
 
copyReference(GenericRow) - 类 中的静态方法org.apache.flink.table.dataformat.GenericRow
 
copyToBytes(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Copy segments to a new byte[].
copyToBytes(MemorySegment[], int, byte[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Copy segments to target byte[].
copyToUnsafe(MemorySegment[], int, Object, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Copy segments to target unsafe pointer.
copyToView(MemorySegment[], int, int, DataOutputView) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Copy bytes of segments to output view.
cos(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
cosh(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
cot(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
count(long) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers
Creates a trigger that fires when the pane contains at lease countElems elements.
CountBundleTrigger<T> - org.apache.flink.table.runtime.operators.bundle.trigger中的类
A BundleTrigger that fires once the count of elements in a bundle reaches the given count.
CountBundleTrigger(long) - 类 的构造器org.apache.flink.table.runtime.operators.bundle.trigger.CountBundleTrigger
 
CountCoBundleTrigger<IN1,IN2> - org.apache.flink.table.runtime.operators.bundle.trigger中的类
A CoBundleTrigger that fires once the count of elements in a bundle reaches the given count.
CountCoBundleTrigger(long) - 类 的构造器org.apache.flink.table.runtime.operators.bundle.trigger.CountCoBundleTrigger
 
CountSlidingWindowAssigner - org.apache.flink.table.runtime.operators.window.assigners中的类
A WindowAssigner that windows elements into sliding windows based on the count number of the elements.
CountTumblingWindowAssigner - org.apache.flink.table.runtime.operators.window.assigners中的类
A WindowAssigner that windows elements into fixed-size windows based on the count number of the elements.
CountWindow - org.apache.flink.table.runtime.operators.window中的类
A Window that represents a count window.
CountWindow(long) - 类 的构造器org.apache.flink.table.runtime.operators.window.CountWindow
 
countWindow(long) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
countWindow(long, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
CountWindow.Serializer - org.apache.flink.table.runtime.operators.window中的类
The serializer used to write the CountWindow type.
CountWindow.Serializer.CountWindowSerializerSnapshot - org.apache.flink.table.runtime.operators.window中的类
Serializer configuration snapshot for compatibility and format evolution.
CountWindowSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.operators.window.CountWindow.Serializer.CountWindowSerializerSnapshot
 
cover(TimeWindow) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
Returns the minimal window covers both this window and the given window.
create(URI) - 接口 中的方法org.apache.flink.table.filesystem.FileSystemFactory
Creates a new file system for the given file system URI.
create(PartitionWriter.Context<T>, PartitionTempFileManager, PartitionComputer<T>) - 接口 中的方法org.apache.flink.table.filesystem.PartitionWriterFactory
 
create(RuntimeContext, String, JoinInputSideSpec, BaseRowTypeInfo, long, boolean) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateViews
create(RuntimeContext, String, JoinInputSideSpec, BaseRowTypeInfo, long, boolean) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateViews
create(LogicalType, ExecutionConfig) - 类 中的静态方法org.apache.flink.table.runtime.types.InternalSerializers
 
createAccumulators() - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Initializes the accumulators and save them to a accumulators row.
createAccumulators() - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Initializes the accumulators and save them to a accumulators row.
createBlockChannelReader(IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>, boolean, BlockCompressionFactory, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.FileChannelUtil
 
createBlockChannelWriter(IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>, boolean, BlockCompressionFactory, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.FileChannelUtil
 
createBuffer(NormalizedKeyComputer, AbstractRowSerializer<BaseRow>, BinaryRowSerializer, RecordComparator, List<MemorySegment>) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Create a memory sorter in `insert` way.
createBuffer(NormalizedKeyComputer, BinaryRowSerializer, BinaryRowSerializer, RecordComparator, ArrayList<MemorySegment>, long, MemorySegmentPool) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.BinaryKVInMemorySortBuffer
 
createComparator(int[], boolean[], int, ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
createFetcherResultFuture(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
 
createFetcherResultFuture(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinWithCalcRunner
 
createInputView(FileIOChannel.ID, int, int) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
createInputView(IOManager, ChannelWithMeta, List<FileIOChannel>, boolean, BlockCompressionFactory, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.FileChannelUtil
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer.BinaryGenericSerializerSnapshot
 
createOutputFormat(Path) - 接口 中的方法org.apache.flink.table.filesystem.OutputFormatFactory
Create a OutputFormat with specific path.
createOutputView(IOManager, FileIOChannel.ID, boolean, BlockCompressionFactory, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.FileChannelUtil
 
createPartition(LinkedHashMap<String, String>, Path) - 接口 中的方法org.apache.flink.table.filesystem.TableMetaStoreFactory.TableMetaStore
Create partition to meta store.
createPartitionDir(String...) - 类 中的方法org.apache.flink.table.filesystem.PartitionTempFileManager
Generate a new partition directory with partitions.
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
createStreamOperator(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<OUT>>) - 类 中的方法org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
createStreamOperator(StreamTask, StreamConfig, Output) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
 
createTableMetaStore() - 接口 中的方法org.apache.flink.table.filesystem.TableMetaStoreFactory
createTypeComparatorBuilder() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
createTypeInfo(Type, Map<String, TypeInformation<?>>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfoFactory
 
createTypeInfo(Type, Map<String, TypeInformation<?>>) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfoFactory
 
ctx - 类 中的变量org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator
 
ctx - 类 中的变量org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
 
ctx - 类 中的变量org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
 
current() - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
currentEnumerator - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The channel enumerator that is used while processing the current partition to create channels for the spill partitions it requires.
currentKey() - 接口 中的方法org.apache.flink.table.runtime.context.ExecutionContext
 
currentKey() - 类 中的方法org.apache.flink.table.runtime.context.ExecutionContextImpl
 
currentKey() - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
 
currentProcessingTime() - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
currentProcessingTime() - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Returns the current processing time.
currentRecursionDepth - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The recursion depth of the partition that is currently processed.
currentSortIndexOffset - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
currentSortIndexSegment - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
currentSpilledBuildSide - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The reader for the spilled-file of the build partition that is currently read.
currentSpilledProbeSide - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The reader for the spilled-file of the probe partition that is currently read.
currentWatermark(BaseRow) - 类 中的方法org.apache.flink.table.runtime.generated.WatermarkGenerator
Returns the watermark for the current row or null if no watermark should be generated.
currentWatermark() - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
currentWatermark - 类 中的变量org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator
We listen to this ourselves because we don't have an InternalTimerService.
currentWatermark() - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Returns the current event-time watermark.
currentWatermark(BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.BoundedOutOfOrderWatermarkGenerator
 
cursor - 类 中的变量org.apache.flink.table.dataformat.AbstractBinaryWriter
 

D

data - 类 中的变量org.apache.flink.table.dataformat.vector.BytesColumnVector.Bytes
 
DataFormatConverter() - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.DataFormatConverter
 
DataFormatConverters - org.apache.flink.table.dataformat中的类
Converters between internal data format and java format.
DataFormatConverters() - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters
 
DataFormatConverters.AbstractBaseRowConverter<E> - org.apache.flink.table.dataformat中的类
Abstract converter for internal base row.
DataFormatConverters.BaseRowConverter - org.apache.flink.table.dataformat中的类
Converter for base row.
DataFormatConverters.BigDecimalConverter - org.apache.flink.table.dataformat中的类
Converter for BigDecimal.
DataFormatConverters.BinaryArrayConverter - org.apache.flink.table.dataformat中的类
Converter for BinaryArray.
DataFormatConverters.BinaryGenericConverter - org.apache.flink.table.dataformat中的类
Converter for BinaryGeneric.
DataFormatConverters.BinaryMapConverter - org.apache.flink.table.dataformat中的类
Converter for BinaryMap.
DataFormatConverters.BinaryStringConverter - org.apache.flink.table.dataformat中的类
Converter for BinaryString.
DataFormatConverters.BooleanConverter - org.apache.flink.table.dataformat中的类
Converter for boolean.
DataFormatConverters.ByteConverter - org.apache.flink.table.dataformat中的类
Converter for byte.
DataFormatConverters.CaseClassConverter - org.apache.flink.table.dataformat中的类
Converter for case class.
DataFormatConverters.DataFormatConverter<Internal,External> - org.apache.flink.table.dataformat中的类
Converter between internal data format and java format.
DataFormatConverters.DateConverter - org.apache.flink.table.dataformat中的类
Converter for date.
DataFormatConverters.DecimalConverter - org.apache.flink.table.dataformat中的类
Converter for Decimal.
DataFormatConverters.DoubleConverter - org.apache.flink.table.dataformat中的类
Converter for double.
DataFormatConverters.FloatConverter - org.apache.flink.table.dataformat中的类
Converter for float.
DataFormatConverters.GenericConverter<T> - org.apache.flink.table.dataformat中的类
Converter for generic.
DataFormatConverters.IdentityConverter<T> - org.apache.flink.table.dataformat中的类
Identity converter.
DataFormatConverters.InstantConverter - org.apache.flink.table.dataformat中的类
Converter for Instant.
DataFormatConverters.IntConverter - org.apache.flink.table.dataformat中的类
Converter for int.
DataFormatConverters.LocalDateConverter - org.apache.flink.table.dataformat中的类
Converter for LocalDate.
DataFormatConverters.LocalDateTimeConverter - org.apache.flink.table.dataformat中的类
Converter for LocalDateTime.
DataFormatConverters.LocalTimeConverter - org.apache.flink.table.dataformat中的类
Converter for LocalTime.
DataFormatConverters.LongConverter - org.apache.flink.table.dataformat中的类
Converter for long.
DataFormatConverters.LongSqlTimestampConverter - org.apache.flink.table.dataformat中的类
Converter for Long and SqlTimestamp.
DataFormatConverters.MapConverter - org.apache.flink.table.dataformat中的类
Converter for map.
DataFormatConverters.ObjectArrayConverter<T> - org.apache.flink.table.dataformat中的类
Converter for object array.
DataFormatConverters.PojoConverter<T> - org.apache.flink.table.dataformat中的类
Converter for pojo.
DataFormatConverters.PrimitiveBooleanArrayConverter - org.apache.flink.table.dataformat中的类
Converter for primitive boolean array.
DataFormatConverters.PrimitiveByteArrayConverter - org.apache.flink.table.dataformat中的类
Converter for primitive byte array.
DataFormatConverters.PrimitiveDoubleArrayConverter - org.apache.flink.table.dataformat中的类
Converter for primitive double array.
DataFormatConverters.PrimitiveFloatArrayConverter - org.apache.flink.table.dataformat中的类
Converter for primitive float array.
DataFormatConverters.PrimitiveIntArrayConverter - org.apache.flink.table.dataformat中的类
Converter for primitive int array.
DataFormatConverters.PrimitiveLongArrayConverter - org.apache.flink.table.dataformat中的类
Converter for primitive long array.
DataFormatConverters.PrimitiveShortArrayConverter - org.apache.flink.table.dataformat中的类
Converter for primitive short array.
DataFormatConverters.RowConverter - org.apache.flink.table.dataformat中的类
Converter for row.
DataFormatConverters.ShortConverter - org.apache.flink.table.dataformat中的类
Converter for short.
DataFormatConverters.SqlTimestampConverter - org.apache.flink.table.dataformat中的类
Converter for SqlTimestmap class.
DataFormatConverters.StringConverter - org.apache.flink.table.dataformat中的类
Converter for String.
DataFormatConverters.TimeConverter - org.apache.flink.table.dataformat中的类
Converter for time.
DataFormatConverters.TimestampConverter - org.apache.flink.table.dataformat中的类
Converter for timestamp.
DataFormatConverters.TupleConverter - org.apache.flink.table.dataformat中的类
Converter for flink tuple.
DataTypePrecisionFixer - org.apache.flink.table.runtime.types中的类
The data type visitor used to fix the precision for data type with the given logical type which carries the correct precisions.
DataTypePrecisionFixer(LogicalType) - 类 的构造器org.apache.flink.table.runtime.types.DataTypePrecisionFixer
Creates a new instance with the given logical type.
dateAdd(String, int, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Do addition on date string.
dateAdd(long, int, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Do addition on timestamp.
dateAdd(String, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateAdd(long, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(long, long, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
NOTE: (1).
dateDiff(String, long, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(long, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(String, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(long, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(String, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(long, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(SqlTimestamp, String, ZoneId) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Format a timestamp as specific.
dateFormat(SqlTimestamp, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(SqlTimestamp, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(long, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Format a timestamp as specific.
dateFormat(String, String, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Format a string datetime as specific.
dateFormat(String, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(long, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormatTz(long, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormatTz(long, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateStringToUnixDate(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateSub(String, int, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Do subtraction on date string.
dateSub(long, int, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Do subtraction on date string.
dateSub(String, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateSub(long, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateToInternal(Date) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Converts the Java type used for UDF parameters of SQL DATE type (Date) to internal representation (int).
dateToTimestampWithLocalZone(int, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
Decimal - org.apache.flink.table.dataformat中的类
Sql Decimal value.
DECIMAL_SYSTEM_DEFAULT - 类 中的静态变量org.apache.flink.table.dataformat.Decimal
 
DecimalColumnVector - org.apache.flink.table.dataformat.vector中的接口
Decimal column vector.
DecimalConverter(int, int) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.DecimalConverter
 
DecimalSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for Decimal.
DecimalSerializer(int, int) - 类 的构造器org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
DecimalSerializer.DecimalSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for DecimalSerializer.
DecimalSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.DecimalSerializer.DecimalSerializerSnapshot
 
DecimalTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInfo for Decimal.
DecimalTypeInfo(int, int) - 类 的构造器org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
DecimalTypeInfoFactory - org.apache.flink.table.runtime.typeutils中的类
The type factory of Decimal.
DecimalTypeInfoFactory() - 类 的构造器org.apache.flink.table.runtime.typeutils.DecimalTypeInfoFactory
 
decodeToBinary(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.Dictionary
 
decodeToDouble(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.Dictionary
 
decodeToFloat(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.Dictionary
 
decodeToInt(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.Dictionary
 
decodeToLong(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.Dictionary
 
decodeUTF8(byte[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.StringUtf8Utils
 
decodeUTF8(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.StringUtf8Utils
 
decodeUTF8Strict(byte[], int, int, char[]) - 类 中的静态方法org.apache.flink.table.runtime.util.StringUtf8Utils
 
decodeUTF8Strict(MemorySegment, int, int, char[]) - 类 中的静态方法org.apache.flink.table.runtime.util.StringUtf8Utils
 
DeduplicateKeepFirstRowFunction - org.apache.flink.table.runtime.operators.deduplicate中的类
This function is used to deduplicate on keys and keeps only first row.
DeduplicateKeepFirstRowFunction(long, long) - 类 的构造器org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepFirstRowFunction
 
DeduplicateKeepLastRowFunction - org.apache.flink.table.runtime.operators.deduplicate中的类
This function is used to deduplicate on keys and keeps only last row.
DeduplicateKeepLastRowFunction(long, long, BaseRowTypeInfo, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepLastRowFunction
 
DEFAULT_INITIAL_SIZE - 类 中的静态变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The initial default size of a hash table.
DEFAULT_LOAD_FACTOR - 类 中的静态变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The default load factor of a hash table.
DEFAULT_SEED - 类 中的静态变量org.apache.flink.table.runtime.util.MurmurHashUtil
 
DEFAULT_SIZE - 类 中的静态变量org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
This number is carefully chosen to minimize overhead and typically allows one VectorizedColumnBatch to fit in cache.
defaultDecodeUTF8(byte[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.StringUtf8Utils
 
defaultEncodeUTF8(String, byte[]) - 类 中的静态方法org.apache.flink.table.runtime.util.StringUtf8Utils
 
defaultPartValue - 类 中的变量org.apache.flink.table.filesystem.RowPartitionComputer
 
degrees(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
DelegatingResultFuture<OUT> - org.apache.flink.table.runtime.operators.join.lookup中的类
Delegates actions of CompletableFuture to ResultFuture.
DelegatingResultFuture(ResultFuture<OUT>) - 类 的构造器org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture
 
delete(Collector<BaseRow>, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
This is similar to [[retract()]] but always send retraction message regardless of generateRetraction is true or not.
delete(Collector<BaseRow>, BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
This is with-row-number version of above delete() method.
deleteChannel() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
deleteChannel() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
deleteCheckpoint(FileSystem, Path, long) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionTempFileManager
Delete checkpoint path.
deleteCleanupTimer(W) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Deletes the cleanup timer set for the contents of the provided window.
deleteEventTimeTimer(long) - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
deleteEventTimeTimer(long) - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Delete the event-time trigger for the given time.
deleteProcessingTimeTimer(long) - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
deleteProcessingTimeTimer(long) - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Delete the processing time trigger for the given time.
DENSE_THRESHOLD - 类 中的静态变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Decide whether to convert to dense mode if it does not require more memory or could fit within L1 cache.
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
deserialize(CountWindow, DataInputView) - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
deserialize(TimeWindow, DataInputView) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
deserialize(BaseArray, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
deserialize(BaseMap, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
deserialize(BaseRow, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
deserialize(BinaryGeneric<T>, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
deserialize(BinaryRow, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
deserialize(BinaryString, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
deserialize(Decimal, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
deserialize(SqlTimestamp, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
deserializeFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
De-serializes a record from the given source paged input view.
deserializeFromPages(T, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
deserializeFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
deserializeFromPages(BaseRow, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
deserializeFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
deserializeFromPages(BinaryRow, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
deserializeInternal(DataInputView) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
dictionary - 类 中的变量org.apache.flink.table.dataformat.vector.AbstractColumnVector
The Dictionary for this column.
Dictionary - org.apache.flink.table.dataformat.vector中的接口
The interface for dictionary in AbstractColumnVector to decode dictionary encoded values.
dictionaryIds - 类 中的变量org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
Reusable column for ids of dictionary.
dispose() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
 
dispose() - 类 中的方法org.apache.flink.table.runtime.operators.TableStreamOperator
 
dispose() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
dispose() - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
 
divide(Decimal, Decimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
divideInt(int, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
divideToIntegralValue(Decimal, Decimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
Returns a Decimal whose value is the integer part of the quotient (this / divisor) rounded down.
DoubleColumnVector - org.apache.flink.table.dataformat.vector中的接口
Double column vector.
DoubleHashSet - org.apache.flink.table.runtime.util.collections中的类
Double hash set.
DoubleHashSet(int, float) - 类 的构造器org.apache.flink.table.runtime.util.collections.DoubleHashSet
 
DoubleHashSet(int) - 类 的构造器org.apache.flink.table.runtime.util.collections.DoubleHashSet
 
DoubleHashSet() - 类 的构造器org.apache.flink.table.runtime.util.collections.DoubleHashSet
 
doubleValue() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
DynamicPartitionWriter<T> - org.apache.flink.table.filesystem中的类
Dynamic partition writer to writing multiple partitions at the same time, it maybe consumes more memory.
DynamicPartitionWriter(PartitionWriter.Context<T>, PartitionTempFileManager, PartitionComputer<T>) - 类 的构造器org.apache.flink.table.filesystem.DynamicPartitionWriter
 

E

element - 类 中的变量org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
ElementTriggers - org.apache.flink.table.runtime.operators.window.triggers中的类
A Trigger that fires at some point after a specified number of input elements have arrived.
ElementTriggers.CountElement<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
A Trigger that fires at some point after a specified number of input elements have arrived.
ElementTriggers.EveryElement<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
A Trigger that triggers on every element.
emitValue(N, BaseRow, Collector<BaseRow>) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceTableAggsHandleFunction
Emits the result of the aggregation from the current accumulators and namespace properties (like window start).
emitValue(Collector<BaseRow>, BaseRow, boolean) - 接口 中的方法org.apache.flink.table.runtime.generated.TableAggsHandleFunction
Emit the result of the table aggregation through the collector.
emitWindowResult(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.AggregateWindowOperator
 
emitWindowResult(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.TableAggregateWindowOperator
 
emitWindowResult(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
Emits the window result of the given window.
EMPTY_ROW - 类 中的静态变量org.apache.flink.table.dataformat.util.BinaryRowUtil
 
EMPTY_STRING_ARRAY - 类 中的静态变量org.apache.flink.table.dataformat.BinaryStringUtil
 
EMPTY_UTF8 - 类 中的静态变量org.apache.flink.table.dataformat.BinaryString
 
encodeUTF8(String) - 类 中的静态方法org.apache.flink.table.runtime.util.StringUtf8Utils
This method must have the same result with JDK's String.getBytes.
encodeUTF8(String, byte[]) - 类 中的静态方法org.apache.flink.table.runtime.util.StringUtf8Utils
 
endBuild() - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
End build phase.
endBuild() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
endInput(int) - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
endInput(int) - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
endInput() - 类 中的方法org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
endInput() - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortLimitOperator
 
endInput() - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortOperator
 
endsWith(BinaryString) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Tests if this BinaryString ends with the specified suffix.
ensureCapacity(int) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
ensureMaterialized() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
 
ensureMaterialized(TypeSerializer<T>) - 类 中的方法org.apache.flink.table.dataformat.LazyBinaryFormat
Ensure we have materialized binary format.
ensureNumBuffersReturned(int) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
This method makes sure that at least a certain number of memory segments is in the list of free segments.
Entry(BinaryRow, BinaryRow) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.Entry
 
equaliser - 类 中的变量org.apache.flink.table.runtime.operators.window.AggregateWindowOperator
The util to compare two BaseRow equals to each other.
equals(Object) - 类 中的方法org.apache.flink.table.dataformat.BinaryGeneric
 
equals(Object) - 类 中的方法org.apache.flink.table.dataformat.BinarySection
 
equals(Object) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
 
equals(Object) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
equals(Object) - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
equals(Object) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
equals(Object) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
equals(Object) - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
 
equals(BaseRow, BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.RecordEqualiser
Returns true if the rows are equal to each other and false otherwise.
equals(Object) - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.operators.window.Window
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyInstantTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyLocalDateTimeTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyTimestampTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
equals(MemorySegment[], int, MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Equals two memory segments regions.
equalsWithoutHeader(BaseRow) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
equalsWithoutHeader(BaseRow) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
equalsWithoutHeader(BaseRow, BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.RecordEqualiser
Returns true if the rows are equal to each other without header compare and false otherwise.
EventTimeTriggers - org.apache.flink.table.runtime.operators.window.triggers中的类
A Trigger that reacts to event-time timers.
EventTimeTriggers.AfterEndOfWindow<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
A Trigger that fires once the watermark passes the end of the window to which a pane belongs.
EventTimeTriggers.AfterEndOfWindowEarlyAndLate<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
A composite Trigger that consist of AfterEndOfWindow and a early trigger and late trigger.
EventTimeTriggers.AfterEndOfWindowNoLate<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
A composite Trigger that consist of AfterEndOfWindow and a late trigger.
every() - 类 中的静态方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers
Creates a new trigger that triggers on receiving of every element.
every(Duration) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers
Creates a trigger that fires by a certain interval after reception of the first element.
EveryElement() - 类 的构造器org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
ExecutionContext - org.apache.flink.table.runtime.context中的接口
A ExecutionContext contains information about the context in which functions are executed and the APIs to create state.
ExecutionContextImpl - org.apache.flink.table.runtime.context中的类
Implementation of ExecutionContext.
ExecutionContextImpl(AbstractStreamOperator<?>, RuntimeContext) - 类 的构造器org.apache.flink.table.runtime.context.ExecutionContextImpl
 
exp(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
explain() - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.BundleTrigger
 
explain() - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CoBundleTrigger
 
explain() - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountBundleTrigger
 
explain() - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountCoBundleTrigger
 
extract(Object, String, boolean) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils
 
extractFromTimestamp(TimeUnitRange, SqlTimestamp, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
extractJsonWithIndex(Object, ArrayList<String>) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils
 
extractJsonWithkey(Object, String) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils
 
extractObjectCache - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
extractPartitionSpecFromPath(Path) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionPathUtils
Make partition spec from path.
extractYearMonth(TimeUnitRange, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 

F

f - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The acceptable load factor.
fields - 类 中的变量org.apache.flink.table.dataformat.ObjectArrayRow
 
FileChannelUtil - org.apache.flink.table.runtime.util中的类
File channel util for runtime.
FileChannelUtil() - 类 的构造器org.apache.flink.table.runtime.util.FileChannelUtil
 
FileSystemFactory - org.apache.flink.table.filesystem中的接口
A factory to create file systems.
FileSystemOutputFormat<T> - org.apache.flink.table.filesystem中的类
File system OutputFormat for batch job.
FileSystemOutputFormat.Builder<T> - org.apache.flink.table.filesystem中的类
Builder to build FileSystemOutputFormat.
filter(BaseRow, IterativeCondition.Context<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
 
finalizeGlobal(int) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat
 
find(MemorySegment[], int, int, MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Find equal segments2 in segments1.
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
 
finishBundle(Map<BaseRow, List<BaseRow>>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
 
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchLocalGroupAggFunction
 
finishBundle() - 类 中的方法org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
finishBundle(Map<K, V>, Collector<OUT>) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
Called when a bundle is finished.
finishBundle() - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.BundleTriggerCallback
This method is invoked to finish current bundle and start a new one when the trigger was fired.
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepFirstRowFunction
 
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepLastRowFunction
 
FlinkJoinType - org.apache.flink.table.runtime.operators.join中的枚举
Join type for join.
FloatColumnVector - org.apache.flink.table.dataformat.vector中的接口
Float column vector.
FloatHashSet - org.apache.flink.table.runtime.util.collections中的类
Float hash set.
FloatHashSet(int, float) - 类 的构造器org.apache.flink.table.runtime.util.collections.FloatHashSet
 
FloatHashSet(int) - 类 的构造器org.apache.flink.table.runtime.util.collections.FloatHashSet
 
FloatHashSet() - 类 的构造器org.apache.flink.table.runtime.util.collections.FloatHashSet
 
floor() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
floor(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
fmix(int) - 类 中的静态方法org.apache.flink.table.runtime.util.MurmurHashUtil
 
fmix(long) - 类 中的静态方法org.apache.flink.table.runtime.util.MurmurHashUtil
 
free() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
free(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
free() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
free() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
release the map's record and bucket area's memory segments.
free(boolean) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
freeCurrent() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Free the memory not used.
fromAddress(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString from given address (base and offset) and length.
fromBase64(BinaryString) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
fromBigDecimal(BigDecimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
fromBytes(byte[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString from given UTF-8 bytes.
fromBytes(byte[], int, int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString from given UTF-8 bytes with offset and number of bytes.
fromClassToDataType(Class<?>) - 类 中的静态方法org.apache.flink.table.runtime.types.ClassDataTypeConverter
 
fromDataTypeToLogicalType(DataType) - 类 中的静态方法org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
已过时。
It convert LegacyTypeInformationType to planner types.
fromDataTypeToTypeInfo(DataType) - 类 中的静态方法org.apache.flink.table.runtime.types.TypeInfoDataTypeConverter
已过时。
 
fromEpochMillis(long) - 类 中的静态方法org.apache.flink.table.dataformat.SqlTimestamp
Obtains an instance of SqlTimestamp from a millisecond.
fromEpochMillis(long, int) - 类 中的静态方法org.apache.flink.table.dataformat.SqlTimestamp
Obtains an instance of SqlTimestamp from a millisecond and a nanoOfMillisecond.
fromInstant(Instant) - 类 中的静态方法org.apache.flink.table.dataformat.SqlTimestamp
Obtains an instance of SqlTimestamp from an instance of Instant.
fromLocalDateTime(LocalDateTime) - 类 中的静态方法org.apache.flink.table.dataformat.SqlTimestamp
Obtains an instance of SqlTimestamp from an instance of LocalDateTime.
fromLogicalTypeToDataType(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
已过时。
 
fromLogicalTypeToTypeInfo(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.TypeInfoLogicalTypeConverter
已过时。
Use BigDecimalTypeInfo to retain precision and scale of decimal.
fromLong(long, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
fromPrimitiveArray(boolean[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(byte[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(short[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(int[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(long[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(float[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(double[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryArray
 
fromString(String) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString from given java String.
fromTimestamp(Timestamp) - 类 中的静态方法org.apache.flink.table.dataformat.SqlTimestamp
Obtains an instance of SqlTimestamp from an instance of Timestamp.
fromTimestamp(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromTypeInfoToLogicalType(TypeInformation) - 类 中的静态方法org.apache.flink.table.runtime.types.TypeInfoLogicalTypeConverter
已过时。
It will lose some information.
fromUnixtime(long, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Convert unix timestamp (seconds since '1970-01-01 00:00:00' UTC) to datetime string in the "yyyy-MM-dd HH:mm:ss" format.
fromUnixtime(long, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Convert unix timestamp (seconds since '1970-01-01 00:00:00' UTC) to datetime string in the given format.
fromUnixtime(double, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(Decimal, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(long, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnscaledBytes(int, int, byte[]) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
fromUnscaledLong(int, int, long) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
function - 类 中的变量org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
 

G

GeneralWindowProcessFunction<K,W extends Window> - org.apache.flink.table.runtime.operators.window.internal中的类
The general implementation of InternalWindowProcessFunction.
GeneralWindowProcessFunction(WindowAssigner<W>, NamespaceAggsHandleFunctionBase<W>, long) - 类 的构造器org.apache.flink.table.runtime.operators.window.internal.GeneralWindowProcessFunction
 
GeneratedAggsHandleFunction - org.apache.flink.table.runtime.generated中的类
Describes a generated AggsHandleFunction.
GeneratedAggsHandleFunction(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedAggsHandleFunction
 
GeneratedClass<T> - org.apache.flink.table.runtime.generated中的类
A wrapper for generated class, defines a GeneratedClass.newInstance(ClassLoader) method to get an instance by reference objects easily.
GeneratedClass(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedClass
 
GeneratedCollector<C extends org.apache.flink.util.Collector<?>> - org.apache.flink.table.runtime.generated中的类
Describes a generated Collector.
GeneratedCollector(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedCollector
Creates a GeneratedCollector.
generateDefaultFieldNames(int) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
GeneratedFunction<F extends org.apache.flink.api.common.functions.Function> - org.apache.flink.table.runtime.generated中的类
Describes a generated Function.
GeneratedFunction(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedFunction
Creates a GeneratedFunction.
GeneratedHashFunction - org.apache.flink.table.runtime.generated中的类
Describes a generated HashFunction.
GeneratedHashFunction(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedHashFunction
Creates a GeneratedHashFunction.
GeneratedInput<F extends org.apache.flink.api.common.io.InputFormat<?,?>> - org.apache.flink.table.runtime.generated中的类
Describes a generated InputFormat.
GeneratedInput(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedInput
Creates a GeneratedInput.
GeneratedJoinCondition - org.apache.flink.table.runtime.generated中的类
Describes a generated JoinCondition.
GeneratedJoinCondition(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedJoinCondition
Creates a GeneratedJoinCondition.
GeneratedNamespaceAggsHandleFunction<N> - org.apache.flink.table.runtime.generated中的类
Describes a generated NamespaceAggsHandleFunction.
GeneratedNamespaceAggsHandleFunction(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedNamespaceAggsHandleFunction
 
GeneratedNamespaceTableAggsHandleFunction<N> - org.apache.flink.table.runtime.generated中的类
Describes a generated NamespaceTableAggsHandleFunction.
GeneratedNamespaceTableAggsHandleFunction(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedNamespaceTableAggsHandleFunction
 
GeneratedNormalizedKeyComputer - org.apache.flink.table.runtime.generated中的类
Describes a generated NormalizedKeyComputer.
GeneratedNormalizedKeyComputer(String, String) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedNormalizedKeyComputer
Creates a GeneratedNormalizedKeyComputer.
GeneratedOperator<C extends org.apache.flink.streaming.api.operators.StreamOperator<?>> - org.apache.flink.table.runtime.generated中的类
Describes a generated StreamOperator.
GeneratedOperator(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedOperator
Creates a GeneratedOperator.
GeneratedProjection - org.apache.flink.table.runtime.generated中的类
Describes a generated Projection.
GeneratedProjection(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedProjection
Creates a GeneratedProjection.
GeneratedRecordComparator - org.apache.flink.table.runtime.generated中的类
Describes a generated RecordComparator.
GeneratedRecordComparator(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedRecordComparator
Creates a GeneratedRecordComparator.
GeneratedRecordEqualiser - org.apache.flink.table.runtime.generated中的类
Describes a generated RecordEqualiser.
GeneratedRecordEqualiser(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedRecordEqualiser
Creates a GeneratedRecordEqualiser.
GeneratedResultFuture<T extends org.apache.flink.streaming.api.functions.async.ResultFuture<?>> - org.apache.flink.table.runtime.generated中的类
Describes a generated ResultFuture.
GeneratedResultFuture(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedResultFuture
Creates a GeneratedResultFuture.
GeneratedTableAggsHandleFunction - org.apache.flink.table.runtime.generated中的类
Describes a generated TableAggsHandleFunction.
GeneratedTableAggsHandleFunction(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedTableAggsHandleFunction
 
GeneratedWatermarkGenerator - org.apache.flink.table.runtime.generated中的类
Describes a generated WatermarkGenerator.
GeneratedWatermarkGenerator(String, String, Object[]) - 类 的构造器org.apache.flink.table.runtime.generated.GeneratedWatermarkGenerator
 
generatePartitionPath(LinkedHashMap<String, String>) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionPathUtils
Make partition path from partition spec.
generatePartValues(T) - 接口 中的方法org.apache.flink.table.filesystem.PartitionComputer
Compute partition values from record.
generatePartValues(Row) - 类 中的方法org.apache.flink.table.filesystem.RowPartitionComputer
 
GenericArray - org.apache.flink.table.dataformat中的类
A GenericArray is an array where all the elements have the same type.
GenericArray(Object, int) - 类 的构造器org.apache.flink.table.dataformat.GenericArray
 
GenericArray(Object, int, boolean) - 类 的构造器org.apache.flink.table.dataformat.GenericArray
 
GenericConverter(TypeSerializer<T>) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.GenericConverter
 
GenericMap - org.apache.flink.table.dataformat中的类
A GenericMap is a map where all the keys have the same type, and all the values have the same type.
GenericMap(Map<Object, Object>) - 类 的构造器org.apache.flink.table.dataformat.GenericMap
 
GenericRow - org.apache.flink.table.dataformat中的类
A GenericRow can have arbitrary number of fields and contain a set of fields, which may all be different types.
GenericRow(int) - 类 的构造器org.apache.flink.table.dataformat.GenericRow
 
get(Object) - 类 中的方法org.apache.flink.table.dataformat.GenericMap
 
get(TypeGetterSetters, int, LogicalType) - 接口 中的静态方法org.apache.flink.table.dataformat.TypeGetterSetters
 
get(boolean, boolean, LinkedHashMap<String, String>) - 接口 中的静态方法org.apache.flink.table.filesystem.PartitionWriterFactory
Util for get a PartitionWriterFactory.
get() - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView
 
get(long, int) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition
Returns an iterator for all the values for the given key, or null if no value found.
get(K) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils.ThreadLocalHashCache
 
getAccumulators() - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Gets the current accumulators (saved in a row) which contains the current aggregated results.
getAccumulators() - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Gets the current accumulators (saved in a row) which contains the current aggregated results.
getArity() - 接口 中的方法org.apache.flink.table.dataformat.BaseRow
Get the number of fields in the BaseRow.
getArity() - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getArity() - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getArity() - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getArity() - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getArity() - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getArity() - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getArity() - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getArity(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
Gets the arity of the type.
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
Get the number of fields.
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
getArray(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getArray(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getArray(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getArray(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getArray(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getArray(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getArray(int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getArray(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get array value, internal format is BaseArray.
getArray(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getBinary(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getBinary(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getBinary(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getBinary(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getBinary(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getBinary(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getBinary(int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getBinary(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get binary value, internal format is byte[].
getBinary(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getBinarySection() - 类 中的方法org.apache.flink.table.dataformat.LazyBinaryFormat
 
getBlockCount() - 类 中的方法org.apache.flink.table.runtime.io.ChannelWithMeta
 
getBlockCount() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelWriterOutputView
 
getBlockCount() - 类 中的方法org.apache.flink.table.runtime.io.HeaderlessChannelWriterOutputView
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getBoolean(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get boolean value.
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getBoolean(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.BooleanColumnVector
 
getBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapBooleanVector
 
getBoolean(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getBoolean(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get boolean from segments.
getBucketAreaMemorySegments() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
getBuckets() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition
 
getBuffer1() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeFullOuterJoinIterator
 
getBuffer2() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeFullOuterJoinIterator
 
getBuildLongKey(BaseRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
For code gen get build side long key.
getBuildSideIterator() - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
 
getBuildSideIterator() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getByte(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get byte value.
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getByte(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.ByteColumnVector
 
getByte(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapByteVector
 
getByte(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getByte(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get byte from segments.
getByteArray(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getBytes() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Get the underlying UTF-8 byte array, the returned bytes may be reused.
getBytes() - 类 中的方法org.apache.flink.table.dataformat.vector.BytesColumnVector.Bytes
 
getBytes(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.BytesColumnVector
 
getBytes(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
 
getBytes(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Maybe not copied, if want copy, please use copyTo.
getCapacity() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
 
getChainingStrategy() - 类 中的方法org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
getChainingStrategy() - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
 
getChannel() - 类 中的方法org.apache.flink.table.runtime.io.ChannelWithMeta
 
getChannel() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
getChannel() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelWriterOutputView
 
getChannel() - 类 中的方法org.apache.flink.table.runtime.io.HeaderlessChannelWriterOutputView
 
getChannelID() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
getChannelID() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
getClass(ClassLoader) - 类 中的方法org.apache.flink.table.runtime.generated.GeneratedClass
 
getClassName() - 类 中的方法org.apache.flink.table.runtime.generated.GeneratedClass
 
getCode() - 类 中的方法org.apache.flink.table.runtime.generated.GeneratedClass
 
getComparator() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
Returns the comparator for the keys in the map.
getCompletableFuture() - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture
 
getConverterForDataType(DataType) - 类 中的静态方法org.apache.flink.table.dataformat.DataFormatConverters
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer.BinaryGenericSerializerSnapshot
 
getCurrentProbeRow() - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
 
getCurrentProbeRow() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
getCurrentProcessingTime() - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Returns the current processing time.
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer.BaseArraySerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer.BaseMapSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer.BaseRowSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer.BinaryRowSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer.DecimalSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer.SqlTimestampSerializerSnapshot
 
getCurrentWatermark() - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Returns the current watermark time.
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getDecimal(int, int, int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get decimal value, internal format is Decimal.
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getDecimal(int, int, int) - 接口 中的方法org.apache.flink.table.dataformat.vector.DecimalColumnVector
 
getDecimal(int, int, int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getDefaultExternalClassForType(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.ClassLogicalTypeConverter
已过时。
getDefaultTopNSize() - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
Gets default topN size.
getDictionaryIds() - 类 中的方法org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
Returns the underlying integer column for ids of dictionary.
getDictionaryIds() - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapBooleanVector
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getDouble(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get double value.
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getDouble(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.DoubleColumnVector
 
getDouble(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapDoubleVector
 
getDouble(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getDouble(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get double from segments.
getEleSer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
getEnd() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
Gets the end timestamp of this window.
getEntryIterator() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
Returns a destructive iterator for iterating over the entries of this map.
getFetcherCollector() - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
getFetcherCollector() - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
 
getField(int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
getFieldIndex(String) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
getFieldNames() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
getFieldOffset(int) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
Get field offset.
getFieldOffset(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
getFieldOffset(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
getFieldTypes() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
Returns the field types of the row.
getFixedLengthPartSize() - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getFixedLengthPartSize() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getFloat(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get float value.
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getFloat(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.FloatColumnVector
 
getFloat(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapFloatVector
 
getFloat(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getFloat(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get float from segments.
getFreedMemory() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
getGeneratedClass() - 类 中的方法org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
getGeneric(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getGeneric(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getGeneric(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getGeneric(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getGeneric(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getGeneric(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getGeneric(int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getGeneric(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get generic value, internal format is BinaryGeneric.
getGeneric(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getHeader() - 接口 中的方法org.apache.flink.table.dataformat.BaseRow
The header represents the type of this Row.
getHeader() - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getHeader() - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getHeader() - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getHeader() - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getHeader() - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getHeader() - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getId() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow
Gets the id (0-based) of the window.
getInnerSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
getInput() - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionCollector
Gets the input value from left table, which will be used to cross join with the result of table function.
getInput() - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionResultFuture
Gets the input value from left table, which will be used to cross join with the result of right table.
getInstance() - 类 中的静态方法org.apache.flink.table.runtime.util.JsonUtils
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getInt(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get int value.
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getInt(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapIntVector
 
getInt(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.IntColumnVector
 
getInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getInt(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get int from segments.
getInternalClassForType(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.ClassLogicalTypeConverter
Get internal(sql engine execution data formats) class for LogicalType.
getIterator() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
getIterator() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Gets an iterator over all records in this buffer in their logical order.
getIterator() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryKVInMemorySortBuffer
Gets an iterator over all KV records in this buffer in their logical order.
getJavaObject() - 类 中的方法org.apache.flink.table.dataformat.LazyBinaryFormat
 
getJavaObjectFromBinaryGeneric(BinaryGeneric<T>, TypeSerializer<T>) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryGeneric
 
getJsonObject(String, String) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils
 
getJsonObjectsWithoutDollar(String, String[]) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils
 
getKey() - 接口 中的方法org.apache.flink.table.runtime.dataview.NullAwareMapIterator.NullMapEntry
 
getKey(BaseRow) - 类 中的方法org.apache.flink.table.runtime.keyselector.BinaryRowKeySelector
 
getKey(BaseRow) - 类 中的方法org.apache.flink.table.runtime.keyselector.NullBinaryRowKeySelector
 
getKey() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.Entry
 
getKey(IN) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
Get the key for current processing element, which will be used as the map bundle's key.
getKey(IN) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.KeyedMapBundleOperator
 
getKey(IN) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.MapBundleOperator
 
getKeySerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
getKVIterator() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BufferedKVExternalSorter
 
getLastWindow(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.PanedWindowAssigner
Gets the last window which the pane belongs to.
getLastWindow(TimeWindow) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
getLength() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashPartition
 
getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition
 
getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
getListState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView
 
getListState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView.KeyedStateListView
 
getListState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView.NamespacedStateListView
 
getLocationPath() - 接口 中的方法org.apache.flink.table.filesystem.TableMetaStoreFactory.TableMetaStore
Get base location path of this table.
getLogicalTypes() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getLong(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get long value.
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getLong(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapLongVector
 
getLong(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.LongColumnVector
 
getLong(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getLong(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get long from segments.
getMap(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getMap(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getMap(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getMap(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getMap() - 类 中的方法org.apache.flink.table.dataformat.GenericMap
 
getMap(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getMap(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getMap(int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getMap(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get map value, internal format is BaseMap.
getMap(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getMapState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.KeyedStateMapViewWithKeysNotNull
 
getMapState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.KeyedStateMapViewWithKeysNullable
 
getMapState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.NamespacedStateMapViewWithKeysNotNull
 
getMapState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.NamespacedStateMapViewWithKeysNullable
 
getMatchBuffer() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
getMatchKey() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeFullOuterJoinIterator
 
getMatchKey() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
getMaxOutputDelay() - 类 中的方法org.apache.flink.table.runtime.operators.join.RowTimeBoundedStreamJoin
Get the maximum interval between receiving a row and emitting it (as part of a joined result).
getMergingIterator(List<ChannelWithMeta>, List<FileIOChannel>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
Returns an iterator that iterates over the merged result from all given channels.
getMetricGroup() - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Returns the metric group for this Trigger.
getMillisecond() - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
 
getNanoOfMillisecond() - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
 
getNestedSerializers(BinaryGenericSerializer<T>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer.BinaryGenericSerializerSnapshot
 
getNextBuffer() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Gets the next buffer to be used with the hash-table, either for an in-memory partition, or for the table buckets.
getNextBuffers(int) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Bulk memory acquisition.
getNextOrNull(ResettableExternalBuffer.BufferIterator) - 接口 中的静态方法org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
Get next row from iterator.
getNextReturnedBlock() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
getNextReturnedBlock() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
getNioFileChannel() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
getNioFileChannel() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
getNotNullNextBuffer() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
getNullFilterKeys(boolean[]) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.NullAwareJoinHelper
 
getNullState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.KeyedStateMapViewWithKeysNullable
 
getNullState() - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.NamespacedStateMapViewWithKeysNullable
 
getNumBytes() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelWriterOutputView
 
getNumBytes() - 类 中的方法org.apache.flink.table.runtime.io.HeaderlessChannelWriterOutputView
 
getNumBytesInLastBlock() - 类 中的方法org.apache.flink.table.runtime.io.ChannelWithMeta
 
getNumCompressedBytes() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelWriterOutputView
 
getNumCompressedBytes() - 类 中的方法org.apache.flink.table.runtime.io.HeaderlessChannelWriterOutputView
 
getNumElements() - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
getNumElements() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
getNumKeyBytes() - 接口 中的方法org.apache.flink.table.runtime.generated.NormalizedKeyComputer
Get normalized keys bytes length.
getNumLateRecordsDropped() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
getNumRows() - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getNumSpillFiles() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
getNumSpillFiles() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
getNumSpillFiles() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
getNumSpillFiles() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
getObject(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getOccupancy() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
 
getOffset() - 接口 中的方法org.apache.flink.table.dataformat.BinaryFormat
 
getOffset() - 类 中的方法org.apache.flink.table.dataformat.BinarySection
 
getOffset() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
 
getOffset() - 类 中的方法org.apache.flink.table.dataformat.LazyBinaryFormat
 
getOuterRecords() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
Gets the iterable of AbstractStreamingJoinOperator.OuterRecord which composites record and numOfAssociations.
getPartition(LinkedHashMap<String, String>) - 接口 中的方法org.apache.flink.table.filesystem.TableMetaStoreFactory.TableMetaStore
Get partition location path for this partition spec.
getPartitionedState(StateDescriptor<S, ?>) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Creates a partitioned state handle, using the state backend configured for this task.
getPartitionedState(StateDescriptor<S, ?>) - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Retrieves a State object that can be used to interact with fault-tolerant state that is scoped to the window and key of the current trigger invocation.
getPrecision() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
getPrecision() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyInstantTypeInfo
 
getPrecision() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyLocalDateTimeTypeInfo
 
getPrecision() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyTimestampTypeInfo
 
getPrecision() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
getProbeLongKey(BaseRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
For code gen get probe side long key.
getProbeRow() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
getProducedType() - 接口 中的方法org.apache.flink.table.runtime.keyselector.BaseRowKeySelector
 
getProducedType() - 类 中的方法org.apache.flink.table.runtime.keyselector.BinaryRowKeySelector
 
getProducedType() - 类 中的方法org.apache.flink.table.runtime.keyselector.NullBinaryRowKeySelector
 
getProducedType() - 类 中的方法org.apache.flink.table.runtime.operators.match.RowtimeProcessFunction
 
getProducedType() - 类 中的方法org.apache.flink.table.runtime.operators.values.ValuesInputFormat
 
getRankEnd() - 类 中的方法org.apache.flink.table.runtime.operators.rank.ConstantRankRange
 
getRankEndIndex() - 类 中的方法org.apache.flink.table.runtime.operators.rank.VariableRankRange
 
getRankStart() - 类 中的方法org.apache.flink.table.runtime.operators.rank.ConstantRankRange
 
getReader() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
getRecordAreaMemorySegments() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
getRecords() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
Gets the iterable of records.
getRecords() - 接口 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateView
Gets all the records under the current context (i.e. join key).
getRecordsAndNumOfAssociations() - 接口 中的方法org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateView
Gets all the records and number of associations under the current context (i.e. join key).
getReferences() - 类 中的方法org.apache.flink.table.runtime.generated.GeneratedClass
 
getResultFuture() - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionResultFuture
Gets the internal collector which used to emit the final row.
getReturnQueue() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
getReturnQueue() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
getRow(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getRow(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getRow(int, int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getRow(int, int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getRow(int, int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getRow(int, int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getRow(int, int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getRow(int, int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get row value, internal format is BaseRow.
getRow() - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getRow(int, int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getRow() - 类 中的方法org.apache.flink.table.runtime.hashtable.BuildSideIterator.BucketIterator
 
getRow() - 类 中的方法org.apache.flink.table.runtime.hashtable.BuildSideIterator
 
getRow() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition.MatchIterator
 
getRow() - 类 中的方法org.apache.flink.table.runtime.hashtable.LookupBucketIterator
 
getRow() - 类 中的方法org.apache.flink.table.runtime.hashtable.WrappedRowIterator
 
getRow() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer.BufferIterator
 
getRow() - 接口 中的方法org.apache.flink.table.runtime.util.RowIterator
Retrieve the row from this iterator.
getRuntimeContext() - 接口 中的方法org.apache.flink.table.runtime.context.ExecutionContext
 
getRuntimeContext() - 类 中的方法org.apache.flink.table.runtime.context.ExecutionContextImpl
 
getRuntimeContext() - 类 中的方法org.apache.flink.table.runtime.dataview.PerKeyStateDataViewStore
 
getRuntimeContext() - 类 中的方法org.apache.flink.table.runtime.dataview.PerWindowStateDataViewStore
 
getRuntimeContext() - 接口 中的方法org.apache.flink.table.runtime.dataview.StateDataViewStore
Gets the context that contains information about the UDF's runtime, such as the parallelism of the function, the subtask index of the function, or the name of the of the task that executes the function.
getScale() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
getSegments() - 接口 中的方法org.apache.flink.table.dataformat.BinaryFormat
 
getSegments() - 类 中的方法org.apache.flink.table.dataformat.BinarySection
 
getSegments() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
 
getSegments() - 类 中的方法org.apache.flink.table.dataformat.LazyBinaryFormat
 
getSerializedRowFixedPartLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
Return fixed part length to serialize one row.
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getShort(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get short value.
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getShort(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapShortVector
 
getShort(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.ShortColumnVector
 
getShort(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getShort(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get short from segments.
getSize() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
getSize() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
getSizeInBytes() - 接口 中的方法org.apache.flink.table.dataformat.BinaryFormat
 
getSizeInBytes() - 类 中的方法org.apache.flink.table.dataformat.BinarySection
 
getSizeInBytes() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
 
getSizeInBytes() - 类 中的方法org.apache.flink.table.dataformat.LazyBinaryFormat
 
getSpillInBytes() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
getSpillInBytes() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
getSpillInBytes() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
getSpillInBytes() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
getStart() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
Gets the starting timestamp of the window.
getStateListView(String, ListViewTypeInfo<V>) - 类 中的方法org.apache.flink.table.runtime.dataview.PerKeyStateDataViewStore
 
getStateListView(String, ListViewTypeInfo<V>) - 类 中的方法org.apache.flink.table.runtime.dataview.PerWindowStateDataViewStore
 
getStateListView(String, ListViewTypeInfo<V>) - 接口 中的方法org.apache.flink.table.runtime.dataview.StateDataViewStore
Creates a state list view.
getStateMapView(String, MapViewTypeInfo<UK, UV>) - 类 中的方法org.apache.flink.table.runtime.dataview.PerKeyStateDataViewStore
 
getStateMapView(String, MapViewTypeInfo<UK, UV>) - 类 中的方法org.apache.flink.table.runtime.dataview.PerWindowStateDataViewStore
 
getStateMapView(String, MapViewTypeInfo<UK, UV>) - 接口 中的方法org.apache.flink.table.runtime.dataview.StateDataViewStore
Creates a state map view.
getStateWindow(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
Returns the state window for the given in-flight Window.
getStreamOperatorClass(ClassLoader) - 类 中的方法org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
getStreamOperatorClass(ClassLoader) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
 
getString(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getString(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getString(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getString(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getString(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getString(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getString(int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getString(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get string value, internal format is BinaryString.
getString(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getString(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
getTimestamp(int, int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Get Timestamp value, internal format is SqlTimestamp.
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
getTimestamp(int, int) - 接口 中的方法org.apache.flink.table.dataformat.vector.TimestampColumnVector
 
getTimestamp(int, int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
getTotalFields() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
getTotalFields() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
getTotalFields() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
getTriggerWindow() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
getTypeAt(String) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
getUniqueKeySelector() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Returns the KeySelector to extract unique key from the input row.
getUniqueKeyType() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Returns the TypeInformation of the unique key.
getUsedMemoryInBytes() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
getUsedMemoryInBytes() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
getUsedMemoryInBytes() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
getUsedMemoryInBytes() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
getValue() - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunction
Gets the result of the aggregation from the current accumulators.
getValue(N) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunction
Gets the result of the aggregation from the current accumulators and namespace properties (like window start).
getValue() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.Entry
 
getValue() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.LookupInfo
 
getValueSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
getWatermarkLatency() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
getWindowAccumulators(W) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Gets the accumulators of the given window.
getWindowSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
getWindowSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
getWindowSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
getWindowSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
getWindowSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
getWindowSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
Returns a TypeSerializer for serializing windows that are assigned by this WindowAssigner.
getWindowStartWithOffset(long, long, long) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.TimeWindow
Method to get the window start for a timestamp.
GroupAggFunction - org.apache.flink.table.runtime.operators.aggregate中的类
Aggregate Function used for the groupby (without window) aggregate.
GroupAggFunction(long, long, GeneratedAggsHandleFunction, GeneratedRecordEqualiser, LogicalType[], int, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
Creates a GroupAggFunction.
GroupedPartitionWriter<T> - org.apache.flink.table.filesystem中的类
PartitionWriter for grouped dynamic partition inserting.
GroupedPartitionWriter(PartitionWriter.Context<T>, PartitionTempFileManager, PartitionComputer<T>) - 类 的构造器org.apache.flink.table.filesystem.GroupedPartitionWriter
 
GroupTableAggFunction - org.apache.flink.table.runtime.operators.aggregate中的类
Aggregate Function used for the groupby (without window) table aggregate.
GroupTableAggFunction(long, long, GeneratedTableAggsHandleFunction, LogicalType[], int, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction

H

hasDictionary() - 类 中的方法org.apache.flink.table.dataformat.vector.AbstractColumnVector
Returns true if this column has a dictionary.
hash(BinaryString, MessageDigest) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Calculate the hash value of a given string use MessageDigest.
hash(BinaryString, String) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
hash(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Calculate the hash value of a given string.
hash(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Calculate the hash value of a given string.
hash(int, int) - 类 中的静态方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The level parameter is needed so that we can have different hash functions when we recursively apply the partitioning, so that the working set eventually fits into memory.
hash(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
hash segments to int.
hashBytes(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.MurmurHashUtil
Hash bytes in MemorySegment.
hashBytesByWords(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.MurmurHashUtil
Hash bytes in MemorySegment, length must be aligned to 4 bytes.
hashByWords(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
hash segments to int, numBytes must be aligned to 4 bytes.
hashCode() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.BinaryGeneric
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.BinaryMap
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.BinarySection
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
hashCode() - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
 
hashCode(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
hashCode(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.HashFunction
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.operators.window.Window
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyInstantTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyLocalDateTimeTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyTimestampTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
HashFunction - org.apache.flink.table.runtime.generated中的接口
Interface for code generated hash code of BaseRow, which will select some fields to hash.
HashJoinOperator - org.apache.flink.table.runtime.operators.join中的类
Hash join base operator.
HashJoinType - org.apache.flink.table.runtime.operators.join中的枚举
Join type for hash table.
hashUnsafeBytes(Object, long, int) - 类 中的静态方法org.apache.flink.table.runtime.util.MurmurHashUtil
Hash unsafe bytes.
hashUnsafeBytesByWords(Object, long, int) - 类 中的静态方法org.apache.flink.table.runtime.util.MurmurHashUtil
Hash unsafe bytes, length must be aligned to 4 bytes.
hasNext() - 类 中的方法org.apache.flink.table.runtime.dataview.NullAwareMapIterator
 
hasOffset() - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
hasSource() - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
hasTriggerWindow() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
Check if there are windows could be triggered according to the current watermark.
hasUniqueKey() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Returns true if the input has unique key, otherwise false.
headCheckpoints(FileSystem, Path, long) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionTempFileManager
Returns checkpoints whose keys are less than or equal to toCpId in temporary base path.
HEADER_SIZE_IN_BITS - 类 中的静态变量org.apache.flink.table.dataformat.BinaryRow
 
HeaderlessChannelWriterOutputView - org.apache.flink.table.runtime.io中的类
A DataOutputView that is backed by a BlockChannelWriter, making it effectively a data output stream.
HeaderlessChannelWriterOutputView(BlockChannelWriter<MemorySegment>, List<MemorySegment>, int) - 类 的构造器org.apache.flink.table.runtime.io.HeaderlessChannelWriterOutputView
 
HeapBooleanVector - org.apache.flink.table.dataformat.vector.heap中的类
This class represents a nullable heap boolean column vector.
HeapBooleanVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.HeapBooleanVector
 
HeapBytesVector - org.apache.flink.table.dataformat.vector.heap中的类
This class supports string and binary data by value reference -- i.e. each field is explicitly present, as opposed to provided by a dictionary reference.
HeapBytesVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
Don't call this constructor except for testing purposes.
HeapByteVector - org.apache.flink.table.dataformat.vector.heap中的类
This class represents a nullable byte column vector.
HeapByteVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.HeapByteVector
Don't use this except for testing purposes.
HeapDoubleVector - org.apache.flink.table.dataformat.vector.heap中的类
This class represents a nullable double precision floating point column vector.
HeapDoubleVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.HeapDoubleVector
Don't use this except for testing purposes.
HeapFloatVector - org.apache.flink.table.dataformat.vector.heap中的类
This class represents a nullable double precision floating point column vector.
HeapFloatVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.HeapFloatVector
Don't use this except for testing purposes.
HeapIntVector - org.apache.flink.table.dataformat.vector.heap中的类
This class represents a nullable int column vector.
HeapIntVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.HeapIntVector
Don't use this except for testing purposes.
HeapLongVector - org.apache.flink.table.dataformat.vector.heap中的类
This class represents a nullable long column vector.
HeapLongVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.HeapLongVector
Don't use this except for testing purposes.
HeapShortVector - org.apache.flink.table.dataformat.vector.heap中的类
This class represents a nullable short column vector.
HeapShortVector(int) - 类 的构造器org.apache.flink.table.dataformat.vector.heap.HeapShortVector
Don't use this except for testing purposes.
HeapWindowsGrouping - org.apache.flink.table.runtime.operators.window.grouping中的类
A jvm heap implementation of WindowsGrouping, which uses a linked list to buffer all the inputs of a keyed group belonging to the same window.
HeapWindowsGrouping(int, long, long, int, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
HeapWindowsGrouping(int, long, long, long, int, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
hex(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the hex string of a long argument.
hex(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the hex string of a string argument.
HIGHEST_FIRST_BIT - 接口 中的静态变量org.apache.flink.table.dataformat.BinaryFormat
To get the mark in highest bit of long.
HIGHEST_SECOND_TO_EIGHTH_BIT - 接口 中的静态变量org.apache.flink.table.dataformat.BinaryFormat
To get the 7 bits length in second bit to eighth bit out of a long.
hitCount - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 

I

IdentityConverter() - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.IdentityConverter
 
indexEntrySize - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
indexListCache - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
indexOf(BinaryString, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
initCleanupTimeState(String) - 类 中的方法org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
initializeCache(Object) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
Set current key context of this window set.
initializeState(FunctionInitializationContext) - 类 中的方法org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
initializeState(StateInitializationContext) - 类 中的方法org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
initPartitionFanOut - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
initRankEnd(BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
Initialize rank end.
inputFieldTypes - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
inputRowType - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
InsensitiveOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The insensitive window frame calculates the statements which shouldn't care the window frame, for example RANK/DENSE_RANK/PERCENT_RANK/CUME_DIST/ROW_NUMBER.
InsensitiveOverFrame(GeneratedAggsHandleFunction) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.BinaryArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.BinaryGenericConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.BinaryMapConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.BinaryStringConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.BooleanConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.ByteConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.DateConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.DoubleConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.FloatConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.IntConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.LocalDateConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.LocalTimeConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.LongConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveBooleanArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveByteArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveDoubleArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveFloatArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveIntArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveLongArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveShortArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.ShortConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.StringConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.dataformat.DataFormatConverters.TimeConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.runtime.keyselector.NullBinaryRowKeySelector
 
INSTANCE - 类 中的静态变量org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
INSTANCE - 类 中的静态变量org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
InstantConverter(int) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.InstantConverter
 
instr(BinaryString, BinaryString, int, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
IntColumnVector - org.apache.flink.table.dataformat.vector中的接口
Int column vector.
InternalSerializers - org.apache.flink.table.runtime.types中的类
TypeSerializer of LogicalType for internal sql engine execution data formats.
InternalSerializers() - 类 的构造器org.apache.flink.table.runtime.types.InternalSerializers
 
InternalTimeWindowAssigner - org.apache.flink.table.runtime.operators.window.assigners中的接口
The internal time window assigner which has some useful methods.
internalToDate(int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Converts the internal representation of a SQL DATE (int) to the Java type used for UDF parameters (Date).
internalToTime(int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Converts the internal representation of a SQL TIME (int) to the Java type used for UDF parameters (Time).
internalToTimestamp(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Converts the internal representation of a SQL TIMESTAMP (long) to the Java type used for UDF parameters (Timestamp).
InternalWindowProcessFunction<K,W extends Window> - org.apache.flink.table.runtime.operators.window.internal中的类
The internal interface for functions that process over grouped windows.
InternalWindowProcessFunction(WindowAssigner<W>, NamespaceAggsHandleFunctionBase<W>, long) - 类 的构造器org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
 
InternalWindowProcessFunction.Context<K,W extends Window> - org.apache.flink.table.runtime.operators.window.internal中的接口
Information available in an invocation of methods of InternalWindowProcessFunction.
intersects(TimeWindow) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
Returns true if this window intersects the given window.
IntHashSet - org.apache.flink.table.runtime.util.collections中的类
Int hash set.
IntHashSet(int, float) - 类 的构造器org.apache.flink.table.runtime.util.collections.IntHashSet
 
IntHashSet(int) - 类 的构造器org.apache.flink.table.runtime.util.collections.IntHashSet
 
IntHashSet() - 类 的构造器org.apache.flink.table.runtime.util.collections.IntHashSet
 
invalidEscapeCharacter(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlLikeUtils
 
invalidEscapeSequence(String, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlLikeUtils
 
invertKey() - 接口 中的方法org.apache.flink.table.runtime.generated.NormalizedKeyComputer
Flag whether normalized key comparisons should be inverted key.
ioManager - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The I/O manager used to instantiate writers for the spilled partitions.
ioManager - 类 中的变量org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
is32BitDecimal(int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
is64BitDecimal(int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
isAccumulateMsg(BaseRow) - 类 中的静态方法org.apache.flink.table.dataformat.util.BaseRowUtil
 
isAlpha(Object) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
isArray(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isAssignable(LogicalType, LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
Now in the conversion to the TypeInformation from DataType, type may loose some information about nullable and precision.
isBasicType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
isBasicType() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
isBasicType() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
isBinaryString(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isBoolean(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isBuildOuter() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.HashJoinType
 
isByteArrayDecimal(int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
isCharacterString(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isCleanupTime(W, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
Returns true if the given time is the cleanup time for the given window.
isClosed() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
isClosed() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
isClosed() - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
isCollected() - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionCollector
Whether Collector.collect(Object) has been called.
isCompact() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
isCompact(int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
isCompact(int) - 类 中的静态方法org.apache.flink.table.dataformat.SqlTimestamp
Apache Calcite and Flink's planner use the number of milliseconds since epoch to represent a Timestamp type compactly if the number of digits of fractional seconds is between 0 - 3.
isComparable(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isDecimal(Object) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
isDecimal(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isDense - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Is now dense mode.
isDigit(Object) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
isEmpty() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
 
isEmpty() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Checks whether the buffer is empty.
isEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
isEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
isEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
isEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
isEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
isEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
Returns true if elements are assigned to windows based on event time, false otherwise.
isFound() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.LookupInfo
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
isInFixedLengthPart(LogicalType) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryRow
If it is a fixed-length field, we can call this BinaryRow's setXX method for in-place updates.
isInRankEnd(long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
isInRankRange(long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
isInteger(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isInteroperable(LogicalType, LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
Can the two types operate with each other.
isKeyFullyDetermines() - 接口 中的方法org.apache.flink.table.runtime.generated.NormalizedKeyComputer
whether the normalized key can fully determines the comparison.
isKeyType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
isKeyType() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
isKeyType() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
isLeftOuter() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
isLong(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isMap(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isMutable(LogicalType) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryRow
 
isMutable(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isNull - 类 中的变量org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
 
isNullAt(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
isNullAt(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Because the specific row implementation such as BinaryRow uses the binary format.
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
isNullAt(int) - 接口 中的方法org.apache.flink.table.dataformat.vector.ColumnVector
 
isNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
 
isNullAt(int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
isNumeric(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isOuter() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
isPrimitive(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
 
isPrimitive(LogicalTypeRoot) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
 
isPrimitiveArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
isProbeOuter() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.HashJoinType
 
isProcessingTimeTimer(KeyedProcessFunction<K, IN, OUT>.OnTimerContext) - 类 中的方法org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
isProcTime(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isRaw(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isReference(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isRetractMsg(BaseRow) - 类 中的静态方法org.apache.flink.table.dataformat.util.BaseRowUtil
 
isRightOuter() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
isRow(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isRowTime(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isSpaceString(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
isTemporal(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTimeInterval(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTimePoint(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTimestamp(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTimestampWithLocalZone(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTupleType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
isTupleType() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
isTupleType() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
isWindowLate(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
Returns true if the watermark is after the end timestamp plus the allowed lateness of the given window.
IterativeConditionRunner - org.apache.flink.table.runtime.operators.match中的类
A RichIterativeCondition wrapper to delegate invocation to the code generated RichIterativeCondition.
IterativeConditionRunner(GeneratedFunction<RichIterativeCondition<BaseRow>>) - 类 的构造器org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
 

J

join(RowIterator<BinaryRow>, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
JoinCondition - org.apache.flink.table.runtime.generated中的接口
Interface for code generated condition function for [[org.apache.calcite.rel.core.Join]].
joinCondition - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
JoinedRow - org.apache.flink.table.dataformat中的类
Join two row to one row.
JoinedRow() - 类 的构造器org.apache.flink.table.dataformat.JoinedRow
 
JoinedRow(BaseRow, BaseRow) - 类 的构造器org.apache.flink.table.dataformat.JoinedRow
 
JoinInputSideSpec - org.apache.flink.table.runtime.operators.join.stream.state中的类
The JoinInputSideSpec is ap specification which describes input side information of a Join.
joinKeyContainsUniqueKey() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Returns true if the join key contains the unique key of the input.
JoinRecordStateView - org.apache.flink.table.runtime.operators.join.stream.state中的接口
A JoinRecordStateView is a view to the join state.
JoinRecordStateViews - org.apache.flink.table.runtime.operators.join.stream.state中的类
Utility to create a JoinRecordStateView depends on JoinInputSideSpec.
JoinRecordStateViews() - 类 的构造器org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateViews
 
JSON_FACTORY - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
JsonUtils - org.apache.flink.table.runtime.util中的类
Json scalar function util.
JsonUtils() - 类 的构造器org.apache.flink.table.runtime.util.JsonUtils
 
JsonUtils.HashCache<K,V> - org.apache.flink.table.runtime.util中的类
An LRU cache using a linked hash map.
JsonUtils.ThreadLocalHashCache<K,V> - org.apache.flink.table.runtime.util中的类
An ThreadLocal cache using a linked hash map.
jsonValue(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 

K

keyArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryMap
 
keyComparator - 类 中的变量org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
keyContext - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
KeyedCoProcessOperatorWithWatermarkDelay<K,IN1,IN2,OUT> - org.apache.flink.table.runtime.operators.join中的类
A KeyedCoProcessOperator that supports holding back watermarks with a static delay.
KeyedCoProcessOperatorWithWatermarkDelay(CoProcessFunction<IN1, IN2, OUT>, long) - 类 的构造器org.apache.flink.table.runtime.operators.join.KeyedCoProcessOperatorWithWatermarkDelay
 
KeyedMapBundleOperator<K,V,IN,OUT> - org.apache.flink.table.runtime.operators.bundle中的类
The KeyedMapBundleOperator uses framework's key as bundle map key, thus can only be used on org.apache.flink.streaming.api.datastream.KeyedStream.
KeyedMapBundleOperator(MapBundleFunction<K, V, IN, OUT>, BundleTrigger<IN>) - 类 的构造器org.apache.flink.table.runtime.operators.bundle.KeyedMapBundleOperator
 
KeyedProcessFunctionWithCleanupState<K,IN,OUT> - org.apache.flink.table.runtime.functions中的类
A function that processes elements of a stream, and could cleanup state.
KeyedProcessFunctionWithCleanupState(long, long) - 类 的构造器org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
KeyedStateListView(ListState<T>) - 类 的构造器org.apache.flink.table.runtime.dataview.StateListView.KeyedStateListView
 
KeyedStateMapViewWithKeysNotNull(MapState<MK, MV>) - 类 的构造器org.apache.flink.table.runtime.dataview.StateMapView.KeyedStateMapViewWithKeysNotNull
 
KeyedStateMapViewWithKeysNullable(MapState<MK, MV>, ValueState<MV>) - 类 的构造器org.apache.flink.table.runtime.dataview.StateMapView.KeyedStateMapViewWithKeysNullable
 
keyValue(BinaryString, byte, byte, BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Parse target string as key-value string and return the value matches key name.
keyValue(BinaryString, BinaryString, BinaryString, BinaryString) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Parse string as key-value string and return the value matches key name.

L

lastIndexEntryOffset - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
LazyBinaryFormat<T> - org.apache.flink.table.dataformat中的类
Lazy binary format.
LazyBinaryFormat() - 类 的构造器org.apache.flink.table.dataformat.LazyBinaryFormat
 
LazyBinaryFormat(MemorySegment[], int, int, T) - 类 的构造器org.apache.flink.table.dataformat.LazyBinaryFormat
 
LazyBinaryFormat(MemorySegment[], int, int) - 类 的构造器org.apache.flink.table.dataformat.LazyBinaryFormat
 
LazyBinaryFormat(T) - 类 的构造器org.apache.flink.table.dataformat.LazyBinaryFormat
 
LazyBinaryFormat(T, BinarySection) - 类 的构造器org.apache.flink.table.dataformat.LazyBinaryFormat
 
LEFT_RECORDS_STATE_NAME - 类 中的静态变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
leftInputSideSpec - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
leftType - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
LegacyInstantTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for Instant.
LegacyInstantTypeInfo(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.LegacyInstantTypeInfo
 
LegacyLocalDateTimeTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for LocalDateTime.
LegacyLocalDateTimeTypeInfo(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.LegacyLocalDateTimeTypeInfo
 
LegacyTimestampTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for Timestamp.
LegacyTimestampTypeInfo(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.LegacyTimestampTypeInfo
 
len - 类 中的变量org.apache.flink.table.dataformat.vector.BytesColumnVector.Bytes
 
length - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
The length of each field.
LENGTH_SIZE_IN_BYTES - 类 中的静态变量org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
LimitOperator - org.apache.flink.table.runtime.operators.sort中的类
Operator for batch limit.
LimitOperator(boolean, long, long) - 类 的构造器org.apache.flink.table.runtime.operators.sort.LimitOperator
 
LIST_TYPE - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
ListMemorySegmentPool - org.apache.flink.table.runtime.operators.sort中的类
MemorySegment pool of a MemorySegment list.
ListMemorySegmentPool(List<MemorySegment>) - 类 的构造器org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
 
listStatusWithoutHidden(FileSystem, Path) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionPathUtils
List file status without hidden files.
listTaskTemporaryPaths(FileSystem, Path, long) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionTempFileManager
Returns task temporary paths in this checkpoint.
LITTLE_ENDIAN - 类 中的静态变量org.apache.flink.table.dataformat.BinaryRow
 
LITTLE_ENDIAN - 类 中的静态变量org.apache.flink.table.runtime.util.SegmentsUtil
Constant that flags the byte order.
loadNonPartition(List<Path>) - 类 中的方法org.apache.flink.table.filesystem.PartitionLoader
Load a non-partition files to output path.
loadPartition(LinkedHashMap<String, String>, List<Path>) - 类 中的方法org.apache.flink.table.filesystem.PartitionLoader
Load a single partition.
LocalDateTimeConverter(int) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.LocalDateTimeConverter
 
localDateTimeToUnixTimestamp(LocalDateTime) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
localDateToUnixDate(LocalDate) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
localTimeToUnixDate(LocalTime) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
log(double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the natural logarithm of "x".
log(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log(double, double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the logarithm of "x" with base "base".
log(double, Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log(Decimal, double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log(Decimal, Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
LOG - 类 中的静态变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
LOG - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
log10(double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log10(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log2(double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the logarithm of "a" with base 2.
log2(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
LogicalTypeDataTypeConverter - org.apache.flink.table.runtime.types中的类
已过时。
LogicalTypeDataTypeConverter() - 类 的构造器org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
已过时。
 
LongColumnVector - org.apache.flink.table.dataformat.vector中的接口
Long column vector.
LongHashPartition - org.apache.flink.table.runtime.hashtable中的类
Partition for LongHybridHashTable.
LongHashPartition.MatchIterator - org.apache.flink.table.runtime.hashtable中的类
Iterator for probe match.
LongHashSet - org.apache.flink.table.runtime.util.collections中的类
Long hash set.
LongHashSet(int, float) - 类 的构造器org.apache.flink.table.runtime.util.collections.LongHashSet
 
LongHashSet(int) - 类 的构造器org.apache.flink.table.runtime.util.collections.LongHashSet
 
LongHashSet() - 类 的构造器org.apache.flink.table.runtime.util.collections.LongHashSet
 
LongHybridHashTable - org.apache.flink.table.runtime.hashtable中的类
Special optimized hashTable with key long.
LongHybridHashTable(Configuration, Object, BinaryRowSerializer, BinaryRowSerializer, MemoryManager, long, IOManager, int, long) - 类 的构造器org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
LongSqlTimestampConverter(int) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.LongSqlTimestampConverter
 
lookup(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
LookupBucketIterator - org.apache.flink.table.runtime.hashtable中的类
Build iterator from bucket to match probe row.
LookupJoinRunner - org.apache.flink.table.runtime.operators.join.lookup中的类
The join runner to lookup the dimension table.
LookupJoinRunner(GeneratedFunction<FlatMapFunction<BaseRow, BaseRow>>, GeneratedCollector<TableFunctionCollector<BaseRow>>, boolean, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
LookupJoinWithCalcRunner - org.apache.flink.table.runtime.operators.join.lookup中的类
The join runner with an additional calculate function on the dimension table.
LookupJoinWithCalcRunner(GeneratedFunction<FlatMapFunction<BaseRow, BaseRow>>, GeneratedFunction<FlatMapFunction<BaseRow, BaseRow>>, GeneratedCollector<TableFunctionCollector<BaseRow>>, boolean, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
 
lpad(String, int, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the string str left-padded with the string pad to a length of len characters.
LRUMap<K,V> - org.apache.flink.table.runtime.util中的类
An LRU cache, based on LinkedHashMap.
LRUMap(int) - 类 的构造器org.apache.flink.table.runtime.util.LRUMap
 
LRUMap(int, LRUMap.RemovalListener<K, V>) - 类 的构造器org.apache.flink.table.runtime.util.LRUMap
 
LRUMap.RemovalListener<K,V> - org.apache.flink.table.runtime.util中的接口
An object that can receive a notification when an entry is removed from a LRUMap.

M

MAP_TYPE - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
MapBundleFunction<K,V,IN,OUT> - org.apache.flink.table.runtime.operators.bundle中的类
Basic interface for map bundle processing.
MapBundleFunction() - 类 的构造器org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
 
MapBundleOperator<K,V,IN,OUT> - org.apache.flink.table.runtime.operators.bundle中的类
The MapBundleOperator uses a KeySelector to extract bundle key, thus can be used with non-keyed-stream.
MapBundleOperator(MapBundleFunction<K, V, IN, OUT>, BundleTrigger<IN>, KeySelector<IN, K>) - 类 的构造器org.apache.flink.table.runtime.operators.bundle.MapBundleOperator
 
MapConverter(DataType, DataType) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.MapConverter
 
mapFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
Map a record from the given source paged input view.
mapFromPages(T, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
mapFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
mapFromPages(BaseRow, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
mapFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
mapFromPages(BinaryRow, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
MAPPER - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
mask - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The mask for wrapping a position counter.
matchBuffer - 类 中的变量org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
MatchIterator() - 类 的构造器org.apache.flink.table.runtime.hashtable.LongHashPartition.MatchIterator
 
matchKey - 类 中的变量org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
materialize(TypeSerializer<T>) - 类 中的方法org.apache.flink.table.dataformat.BinaryGeneric
 
materialize(TypeSerializer<String>) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
 
materialize(TypeSerializer<T>) - 类 中的方法org.apache.flink.table.dataformat.LazyBinaryFormat
Materialize java object to binary format.
MAX_COMPACT_PRECISION - 类 中的静态变量org.apache.flink.table.dataformat.Decimal
 
MAX_FIX_PART_DATA_SIZE - 接口 中的静态变量org.apache.flink.table.dataformat.BinaryFormat
It decides whether to put data in FixLenPart or VarLenPart.
MAX_INT_DIGITS - 类 中的静态变量org.apache.flink.table.dataformat.Decimal
Maximum number of decimal digits an Int can represent. (1e9 < Int.MaxValue < 1e10)
MAX_LONG_DIGITS - 类 中的静态变量org.apache.flink.table.dataformat.Decimal
Maximum number of decimal digits a Long can represent. (1e18 < Long.MaxValue < 1e19)
MAX_NUM_PARTITIONS - 类 中的静态变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The maximum number of partitions, which defines the spilling granularity.
MAX_RECURSION_DEPTH - 类 中的静态变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The maximum number of recursive partitionings that the join does before giving up.
maxFill - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Threshold after which we rehash.
maxFill(int, float) - 类 中的静态方法org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Returns the maximum number of entries that can be filled before rehashing.
maxInitBufferOfBucketArea(int) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Give up to one-sixth of the memory of the bucket area.
maxNormalizedKey(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
Max unsigned byte is -1.
maxNumPartition() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Bucket area need at-least one and data need at-least one.
maxTimestamp() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow
 
maxTimestamp() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
Gets the largest timestamp that still belongs to this window.
maxTimestamp() - 类 中的方法org.apache.flink.table.runtime.operators.window.Window
Gets the largest timestamp that still belongs to this window.
memorySegmentPool - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
MemorySegmentPool - org.apache.flink.table.runtime.util中的接口
MemorySegment pool to hold pages in memory.
merge(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Merges the other accumulators into current accumulators.
merge(N, BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Merges the other accumulators into current accumulators.
merge(W, Collection<W>) - 接口 中的方法org.apache.flink.table.runtime.operators.window.assigners.MergingWindowAssigner.MergeCallback
Specifies that the given windows should be merged into the result window.
merge(W, Collection<W>, W, Collection<W>) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet.MergeFunction
This gets called when a merge occurs.
mergeChannelList(List<ChannelWithMeta>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
Merges the given sorted runs to a smaller number of sorted runs.
mergeComparator() - 类 中的方法org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
mergeComparator() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
mergeComparator() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
mergePartitionedState(StateDescriptor<S, ?>) - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.OnMergeContext
 
mergeReusedEntries(int) - 类 中的方法org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
mergeReusedEntries(int) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
mergeReusedEntries(int) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
mergeWindows(W, NavigableSet<W>, MergingWindowAssigner.MergeCallback<W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.MergingWindowAssigner
Determines which windows (if any) should be merged.
mergeWindows(TimeWindow, NavigableSet<TimeWindow>, MergingWindowAssigner.MergeCallback<TimeWindow>) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
MergingWindowAssigner<W extends Window> - org.apache.flink.table.runtime.operators.window.assigners中的类
A WindowAssigner that can merge windows.
MergingWindowAssigner() - 类 的构造器org.apache.flink.table.runtime.operators.window.assigners.MergingWindowAssigner
 
MergingWindowAssigner.MergeCallback<W> - org.apache.flink.table.runtime.operators.window.assigners中的接口
Callback to be used in MergingWindowAssigner.mergeWindows(Window, NavigableSet, MergeCallback) for specifying which windows should be merged.
MergingWindowProcessFunction<K,W extends Window> - org.apache.flink.table.runtime.operators.window.internal中的类
MergingWindowProcessFunction(MergingWindowAssigner<W>, NamespaceAggsHandleFunctionBase<W>, TypeSerializer<W>, long) - 类 的构造器org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
MergingWindowSet<W extends Window> - org.apache.flink.table.runtime.operators.window.internal中的类
Utility for keeping track of merging Windows when using a MergingWindowAssigner in a WindowOperator.
MergingWindowSet(MergingWindowAssigner<W>, MapState<W, W>) - 类 的构造器org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
Restores a MergingWindowSet from the given state.
MergingWindowSet.MergeFunction<W> - org.apache.flink.table.runtime.operators.window.internal中的接口
MIN_NUM_MEMORY - 类 中的静态变量org.apache.flink.table.runtime.util.ResettableExternalBuffer
The minimum number of segments that are required, 320 KibiBytes.
MiniBatchDeduplicateKeepFirstRowFunction - org.apache.flink.table.runtime.operators.deduplicate中的类
This function is used to get the first row for every key partition in miniBatch mode.
MiniBatchDeduplicateKeepFirstRowFunction(TypeSerializer<BaseRow>) - 类 的构造器org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepFirstRowFunction
 
MiniBatchDeduplicateKeepLastRowFunction - org.apache.flink.table.runtime.operators.deduplicate中的类
This function is used to get the last row for every key partition in miniBatch mode.
MiniBatchDeduplicateKeepLastRowFunction(BaseRowTypeInfo, boolean, TypeSerializer<BaseRow>) - 类 的构造器org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepLastRowFunction
 
MiniBatchGlobalGroupAggFunction - org.apache.flink.table.runtime.operators.aggregate中的类
Aggregate Function used for the global groupby (without window) aggregate in miniBatch mode.
MiniBatchGlobalGroupAggFunction(GeneratedAggsHandleFunction, GeneratedAggsHandleFunction, GeneratedRecordEqualiser, LogicalType[], int, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
MiniBatchGroupAggFunction - org.apache.flink.table.runtime.operators.aggregate中的类
Aggregate Function used for the groupby (without window) aggregate in miniBatch mode.
MiniBatchGroupAggFunction(GeneratedAggsHandleFunction, GeneratedRecordEqualiser, LogicalType[], RowType, int, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
MiniBatchIncrementalGroupAggFunction - org.apache.flink.table.runtime.operators.aggregate中的类
Aggregate Function used for the incremental groupby (without window) aggregate in miniBatch mode.
MiniBatchIncrementalGroupAggFunction(GeneratedAggsHandleFunction, GeneratedAggsHandleFunction, KeySelector<BaseRow, BaseRow>) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
MiniBatchLocalGroupAggFunction - org.apache.flink.table.runtime.operators.aggregate中的类
Aggregate Function used for the local groupby (without window) aggregate in miniBatch mode.
MiniBatchLocalGroupAggFunction(GeneratedAggsHandleFunction) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.MiniBatchLocalGroupAggFunction
 
minNormalizedKey(MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
minRetentionTime - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
mKeyGroup1Cache - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
mKeyMatchesCache - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
mod(Decimal, Decimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
multiply(Decimal, Decimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
MurmurHashUtil - org.apache.flink.table.runtime.util中的类
Murmur hasher.
MurmurHashUtil() - 类 的构造器org.apache.flink.table.runtime.util.MurmurHashUtil
 

N

n - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The current table size.
NamespaceAggsHandleFunction<N> - org.apache.flink.table.runtime.generated中的接口
The base class for handling aggregate functions with namespace.
NamespaceAggsHandleFunctionBase<N> - org.apache.flink.table.runtime.generated中的接口
The base class for handling aggregate or table aggregate functions.
NamespacedStateListView(InternalListState<?, N, T>) - 类 的构造器org.apache.flink.table.runtime.dataview.StateListView.NamespacedStateListView
 
NamespacedStateMapViewWithKeysNotNull(InternalMapState<?, N, MK, MV>) - 类 的构造器org.apache.flink.table.runtime.dataview.StateMapView.NamespacedStateMapViewWithKeysNotNull
 
NamespacedStateMapViewWithKeysNullable(InternalMapState<?, N, MK, MV>, InternalValueState<?, N, MV>) - 类 的构造器org.apache.flink.table.runtime.dataview.StateMapView.NamespacedStateMapViewWithKeysNullable
 
NamespaceTableAggsHandleFunction<N> - org.apache.flink.table.runtime.generated中的接口
The base class for handling table aggregate functions with namespace.
needSetProbed() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.HashJoinType
 
needToCleanupState(Long) - 类 中的方法org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
negate() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
NestedRow - org.apache.flink.table.dataformat中的类
Its memory storage structure is exactly the same with BinaryRow.
NestedRow(int) - 类 的构造器org.apache.flink.table.dataformat.NestedRow
 
newBufferIterator(int) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
newBufferIterator(int) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
newHashJoinOperator(HashJoinType, GeneratedJoinCondition, boolean, boolean[], GeneratedProjection, GeneratedProjection, boolean, int, long, long, RowType) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
newInstance(ClassLoader) - 类 中的方法org.apache.flink.table.runtime.generated.GeneratedClass
Create a new instance of this generated class.
newInstance(ClassLoader, Object...) - 类 中的方法org.apache.flink.table.runtime.generated.GeneratedClass
 
newIterator() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
newIterator(int) - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
newIterator() - 接口 中的方法org.apache.flink.table.runtime.util.ResettableRowBuffer
Get a new iterator starting from first row.
newIterator(int) - 接口 中的方法org.apache.flink.table.runtime.util.ResettableRowBuffer
Get a new iterator starting from the `beginRow`-th row.
next() - 类 中的方法org.apache.flink.table.runtime.dataview.NullAwareMapIterator
 
next() - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
next(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
 
next() - 类 中的方法org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
 
next(Entry) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryMergeIterator
 
next() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryMergeIterator
 
next(Tuple2<K, V>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.ChannelReaderKVInputViewIterator
 
next() - 类 中的方法org.apache.flink.table.runtime.operators.sort.ChannelReaderKVInputViewIterator
 
nextInnerJoin() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeInnerJoinIterator
 
nextMatching() - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
Next record from rebuilt spilled partition or build side outer partition.
nextMatching() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
nextMemorySegment() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
nextOuterJoin() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeFullOuterJoinIterator
 
nextOuterJoin() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeOneSideOuterJoinIterator
 
nextPowerOfTwo(long) - 类 中的静态方法org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Return the least power of two greater than or equal to the specified value.
nextProbe() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
nextRecord(BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.values.ValuesInputFormat
 
nextSegment() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
This is the method called by the partitions to request memory to serialize records.
nextSegment(MemorySegment, int) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashPartition.BuildSideBuffer
 
nextSegment(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashPartition
 
nextSegment(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition
 
nextSegment(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
nextSegment(MemorySegment, int) - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelWriterOutputView
 
nextSegment(MemorySegment, int) - 类 中的方法org.apache.flink.table.runtime.io.HeaderlessChannelWriterOutputView
 
nextSegment() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMapSpillMemorySegmentPool
 
nextSegment() - 类 中的方法org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
 
nextSelection() - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
NonBufferOverWindowOperator - org.apache.flink.table.runtime.operators.over中的类
The operator for OVER window don't need cache data.
NonBufferOverWindowOperator(GeneratedAggsHandleFunction[], GeneratedRecordComparator, boolean[]) - 类 的构造器org.apache.flink.table.runtime.operators.over.NonBufferOverWindowOperator
 
noNulls - 类 中的变量org.apache.flink.table.dataformat.vector.AbstractColumnVector
 
NormalizedKeyComputer - org.apache.flink.table.runtime.generated中的接口
Normalized key computer for BinaryInMemorySortBuffer.
now() - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Returns current timestamp(count by seconds).
now(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Returns current timestamp(count by seconds) with offset.
NullAwareJoinHelper - org.apache.flink.table.runtime.operators.join中的类
Helper for null aware join.
NullAwareJoinHelper() - 类 的构造器org.apache.flink.table.runtime.operators.join.NullAwareJoinHelper
 
NullAwareMapIterator<K,V> - org.apache.flink.table.runtime.dataview中的类
An Iterator implementation that iterate on a map iterator and a null entry.
NullAwareMapIterator(Iterator<Map.Entry<K, V>>, NullAwareMapIterator.NullMapEntry<K, V>) - 类 的构造器org.apache.flink.table.runtime.dataview.NullAwareMapIterator
 
NullAwareMapIterator.NullMapEntry<K,V> - org.apache.flink.table.runtime.dataview中的接口
A Map Entry that the entry key is always null.
NullBinaryRowKeySelector - org.apache.flink.table.runtime.keyselector中的类
A utility class which key is always empty no matter what the input row is.
NullBinaryRowKeySelector() - 类 的构造器org.apache.flink.table.runtime.keyselector.NullBinaryRowKeySelector
 
numChars() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Returns the number of UTF-8 code points in the string.
numElements() - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
numElements() - 接口 中的方法org.apache.flink.table.dataformat.BaseMap
Invoke by codeGens.
numElements() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
numElements() - 类 中的方法org.apache.flink.table.dataformat.BinaryMap
 
numElements() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
numElements() - 类 中的方法org.apache.flink.table.dataformat.GenericMap
 
numOfAssociations - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.OuterRecord
 
numRecords - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
numSpillFiles - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 

O

ObjectArrayConverter(DataType) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.ObjectArrayConverter
 
ObjectArrayRow - org.apache.flink.table.dataformat中的类
An row implementation that uses an array of objects as the underlying storage.
ObjectArrayRow(int) - 类 的构造器org.apache.flink.table.dataformat.ObjectArrayRow
 
ObjectHashSet<T> - org.apache.flink.table.runtime.util.collections中的类
Wrap HashSet with hashSet interface.
ObjectHashSet(int, float) - 类 的构造器org.apache.flink.table.runtime.util.collections.ObjectHashSet
 
ObjectHashSet(int) - 类 的构造器org.apache.flink.table.runtime.util.collections.ObjectHashSet
 
ObjectHashSet() - 类 的构造器org.apache.flink.table.runtime.util.collections.ObjectHashSet
 
of(Object...) - 类 中的静态方法org.apache.flink.table.dataformat.GenericRow
 
of(int) - 类 中的静态方法org.apache.flink.table.runtime.operators.aggregate.RecordCounter
Creates a RecordCounter depends on the index of count(*).
of(boolean, boolean, boolean) - 枚举 中的静态方法org.apache.flink.table.runtime.operators.join.HashJoinType
 
of(boolean, boolean, boolean, boolean, boolean) - 枚举 中的静态方法org.apache.flink.table.runtime.operators.join.HashJoinType
 
of(BaseRow, boolean, JoinRecordStateView, JoinCondition) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
Creates an AbstractStreamingJoinOperator.AssociatedRecords which represents the records associated to the input row.
of(long, long) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
of(long) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
of(Duration, Duration) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
Creates a new SlidingEventTimeWindows org.apache.flink.streaming.api.windowing.assigners.WindowAssigner that assigns elements to sliding time windows based on the element timestamp.
of(Duration) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
Creates a new TumblingWindowAssigner WindowAssigner that assigns elements to time windows based on the element timestamp.
of(long, long) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.TimeWindow
 
of(RowType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
of(int, int) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
of(BigDecimal) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
of(int, int) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
offset - 类 中的变量org.apache.flink.table.dataformat.BinarySection
 
offset - 类 中的变量org.apache.flink.table.dataformat.vector.BytesColumnVector.Bytes
 
OFFSET_LEN - 类 中的静态变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
OffsetOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The offset window frame calculates frames containing LEAD/LAG statements.
OffsetOverFrame(GeneratedAggsHandleFunction, Long, OffsetOverFrame.CalcOffsetFunc) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame
 
OffsetOverFrame.CalcOffsetFunc - org.apache.flink.table.runtime.operators.over.frame中的接口
Calc offset from base row.
onBufferEvict(int) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
onBufferEvict(int) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
onElement(T) - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.BundleTrigger
Called for every element that gets added to the bundle.
onElement(T) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountBundleTrigger
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
onElement(Object, long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger
Called for every element that gets added to a pane.
onElement1(IN1) - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CoBundleTrigger
Called for every element that gets added to the bundle from the first input.
onElement1(IN1) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountCoBundleTrigger
 
onElement2(IN2) - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CoBundleTrigger
Called for every element that gets added to the bundle from the second input.
onElement2(IN2) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountCoBundleTrigger
 
onEventTime(InternalTimer<Object, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
Invoked when an event-time timer fires.
onEventTime(InternalTimer<Object, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
onEventTime(InternalTimer<BaseRow, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
onEventTime(InternalTimer<BaseRow, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
onEventTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger
Called when an event-time timer that was set using the trigger context fires.
onEventTime(InternalTimer<K, W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
onMerge(W, Collection<W>) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
onMerge(W, Trigger.OnMergeContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger
Called when several windows have been merged into one window by the org.apache.flink.streaming.api.windowing.assigners.WindowAssigner.
onProcessingTime(InternalTimer<Object, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
The users of this class are not allowed to use processing time timers.
onProcessingTime(InternalTimer<BaseRow, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
onProcessingTime(InternalTimer<BaseRow, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
onProcessingTime(long, W) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger
Called when a processing-time timer that was set using the trigger context fires.
onProcessingTime(InternalTimer<K, W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
onProcessingTime(long) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
 
onProcessingTime(long) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
 
onRemoval(Map.Entry<K, V>) - 接口 中的方法org.apache.flink.table.runtime.util.LRUMap.RemovalListener
 
onTimer(long, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
 
onTimer(long, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
 
onTimer(long, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepFirstRowFunction
 
onTimer(long, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepLastRowFunction
 
onTimer(long, KeyedProcessFunction<K, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
 
onTimer(long, KeyedProcessFunction<K, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<K, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<K, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<K, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<K, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
 
onTimer(long, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
 
onTimer(long, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.OnTimerContext, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
open(int, int) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat
 
open(StateDataViewStore) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Initialization method for the function.
open(StateDataViewStore) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Initialization method for the function.
open() - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchLocalGroupAggFunction
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepFirstRowFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepLastRowFunction
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepFirstRowFunction
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepLastRowFunction
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinWithCalcRunner
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.StreamingSemiAntiJoinOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame
 
open(ExecutionContext) - 接口 中的方法org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
Open to init with ExecutionContext.
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeSlidingOverFrame
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedFollowingOverFrame
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedPrecedingOverFrame
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.SlidingOverFrame
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.UnboundedFollowingOverFrame
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
 
open(ExecutionContext) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.UnboundedPrecedingOverFrame
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.over.NonBufferOverWindowOperator
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
 
open(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.sort.LimitOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.sort.RankOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortLimitOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
open(GenericInputSplit) - 类 中的方法org.apache.flink.table.runtime.operators.values.ValuesInputFormat
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.window.AggregateWindowOperator
 
open(InternalWindowProcessFunction.Context<?, CountWindow>) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
open(InternalWindowProcessFunction.Context<?, CountWindow>) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
open(InternalWindowProcessFunction.Context<?, W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
Initialization method for the function.
open(InternalWindowProcessFunction.Context<K, W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
Initialization method for the function.
open(InternalWindowProcessFunction.Context<K, W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
open(Trigger.TriggerContext) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger
Initialization method for the trigger.
open() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
 
open() - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
 
OptimizableHashSet - org.apache.flink.table.runtime.util.collections中的类
A type-specific hash set with with a fast, small-footprint implementation.
OptimizableHashSet(int, float) - 类 的构造器org.apache.flink.table.runtime.util.collections.OptimizableHashSet
 
optimize() - 类 中的方法org.apache.flink.table.runtime.util.collections.ByteHashSet
 
optimize() - 类 中的方法org.apache.flink.table.runtime.util.collections.DoubleHashSet
 
optimize() - 类 中的方法org.apache.flink.table.runtime.util.collections.FloatHashSet
 
optimize() - 类 中的方法org.apache.flink.table.runtime.util.collections.IntHashSet
 
optimize() - 类 中的方法org.apache.flink.table.runtime.util.collections.LongHashSet
 
optimize() - 类 中的方法org.apache.flink.table.runtime.util.collections.ObjectHashSet
 
optimize() - 类 中的方法org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Decide whether to convert to dense mode.
optimize() - 类 中的方法org.apache.flink.table.runtime.util.collections.ShortHashSet
 
org.apache.flink.table.dataformat - 程序包 org.apache.flink.table.dataformat
 
org.apache.flink.table.dataformat.util - 程序包 org.apache.flink.table.dataformat.util
 
org.apache.flink.table.dataformat.vector - 程序包 org.apache.flink.table.dataformat.vector
 
org.apache.flink.table.dataformat.vector.heap - 程序包 org.apache.flink.table.dataformat.vector.heap
 
org.apache.flink.table.filesystem - 程序包 org.apache.flink.table.filesystem
 
org.apache.flink.table.runtime.collector - 程序包 org.apache.flink.table.runtime.collector
 
org.apache.flink.table.runtime.context - 程序包 org.apache.flink.table.runtime.context
 
org.apache.flink.table.runtime.dataview - 程序包 org.apache.flink.table.runtime.dataview
 
org.apache.flink.table.runtime.functions - 程序包 org.apache.flink.table.runtime.functions
 
org.apache.flink.table.runtime.generated - 程序包 org.apache.flink.table.runtime.generated
 
org.apache.flink.table.runtime.hashtable - 程序包 org.apache.flink.table.runtime.hashtable
 
org.apache.flink.table.runtime.io - 程序包 org.apache.flink.table.runtime.io
 
org.apache.flink.table.runtime.keyselector - 程序包 org.apache.flink.table.runtime.keyselector
 
org.apache.flink.table.runtime.operators - 程序包 org.apache.flink.table.runtime.operators
 
org.apache.flink.table.runtime.operators.aggregate - 程序包 org.apache.flink.table.runtime.operators.aggregate
 
org.apache.flink.table.runtime.operators.bundle - 程序包 org.apache.flink.table.runtime.operators.bundle
 
org.apache.flink.table.runtime.operators.bundle.trigger - 程序包 org.apache.flink.table.runtime.operators.bundle.trigger
 
org.apache.flink.table.runtime.operators.deduplicate - 程序包 org.apache.flink.table.runtime.operators.deduplicate
 
org.apache.flink.table.runtime.operators.join - 程序包 org.apache.flink.table.runtime.operators.join
 
org.apache.flink.table.runtime.operators.join.lookup - 程序包 org.apache.flink.table.runtime.operators.join.lookup
 
org.apache.flink.table.runtime.operators.join.stream - 程序包 org.apache.flink.table.runtime.operators.join.stream
 
org.apache.flink.table.runtime.operators.join.stream.state - 程序包 org.apache.flink.table.runtime.operators.join.stream.state
 
org.apache.flink.table.runtime.operators.join.temporal - 程序包 org.apache.flink.table.runtime.operators.join.temporal
 
org.apache.flink.table.runtime.operators.match - 程序包 org.apache.flink.table.runtime.operators.match
 
org.apache.flink.table.runtime.operators.over - 程序包 org.apache.flink.table.runtime.operators.over
 
org.apache.flink.table.runtime.operators.over.frame - 程序包 org.apache.flink.table.runtime.operators.over.frame
 
org.apache.flink.table.runtime.operators.rank - 程序包 org.apache.flink.table.runtime.operators.rank
 
org.apache.flink.table.runtime.operators.sort - 程序包 org.apache.flink.table.runtime.operators.sort
 
org.apache.flink.table.runtime.operators.values - 程序包 org.apache.flink.table.runtime.operators.values
 
org.apache.flink.table.runtime.operators.window - 程序包 org.apache.flink.table.runtime.operators.window
 
org.apache.flink.table.runtime.operators.window.assigners - 程序包 org.apache.flink.table.runtime.operators.window.assigners
 
org.apache.flink.table.runtime.operators.window.grouping - 程序包 org.apache.flink.table.runtime.operators.window.grouping
 
org.apache.flink.table.runtime.operators.window.internal - 程序包 org.apache.flink.table.runtime.operators.window.internal
 
org.apache.flink.table.runtime.operators.window.triggers - 程序包 org.apache.flink.table.runtime.operators.window.triggers
 
org.apache.flink.table.runtime.operators.wmassigners - 程序包 org.apache.flink.table.runtime.operators.wmassigners
 
org.apache.flink.table.runtime.partitioner - 程序包 org.apache.flink.table.runtime.partitioner
 
org.apache.flink.table.runtime.types - 程序包 org.apache.flink.table.runtime.types
 
org.apache.flink.table.runtime.typeutils - 程序包 org.apache.flink.table.runtime.typeutils
 
org.apache.flink.table.runtime.util - 程序包 org.apache.flink.table.runtime.util
 
org.apache.flink.table.runtime.util.collections - 程序包 org.apache.flink.table.runtime.util.collections
 
OuterJoinPaddingUtil - org.apache.flink.table.runtime.operators.join中的类
An utility to generate reusable padding results for outer joins.
OuterJoinPaddingUtil(int, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
 
OuterJoinRecordStateView - org.apache.flink.table.runtime.operators.join.stream.state中的接口
OuterJoinRecordStateViews - org.apache.flink.table.runtime.operators.join.stream.state中的类
Utility to create a OuterJoinRecordStateViews depends on JoinInputSideSpec.
OuterJoinRecordStateViews() - 类 的构造器org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateViews
 
output - 类 中的变量org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
 
OutputFormatFactory<T> - org.apache.flink.table.filesystem中的接口
A factory to create an OutputFormat.
outputRankNumber - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
outputResult(Object) - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionCollector
Output final result of this UDTF to downstreams.
outputView - 类 中的变量org.apache.flink.table.dataformat.AbstractBinaryWriter
 
overlay(String, String, long, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
overlay(String, String, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
OverWindowFrame - org.apache.flink.table.runtime.operators.over.frame中的接口
A window frame calculates the results for those records belong to a window frame.

P

padLeft(BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
Returns a padding result with the given left row.
padRight(BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
Returns a padding result with the given right row.
pageSize() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
pageSize() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMapSpillMemorySegmentPool
 
pageSize - 类 中的变量org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
pageSize() - 类 中的方法org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
 
pageSize() - 接口 中的方法org.apache.flink.table.runtime.util.MemorySegmentPool
Get the page size of each page this pool holds.
PanedWindowAssigner<W extends Window> - org.apache.flink.table.runtime.operators.window.assigners中的类
A WindowAssigner that window can be split into panes.
PanedWindowAssigner() - 类 的构造器org.apache.flink.table.runtime.operators.window.assigners.PanedWindowAssigner
 
PanedWindowProcessFunction<K,W extends Window> - org.apache.flink.table.runtime.operators.window.internal中的类
PanedWindowProcessFunction(PanedWindowAssigner<W>, NamespaceAggsHandleFunctionBase<W>, long) - 类 的构造器org.apache.flink.table.runtime.operators.window.internal.PanedWindowProcessFunction
 
parseUrl(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Parse url and return various components of the URL.
parseUrl(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Parse url and return various parameter of the URL.
partitionColumns - 类 中的变量org.apache.flink.table.filesystem.RowPartitionComputer
 
PartitionComputer<T> - org.apache.flink.table.filesystem中的接口
Compute partition path from record and project non-partition columns for output writer.
partitionIndexes - 类 中的变量org.apache.flink.table.filesystem.RowPartitionComputer
 
PartitionLoader - org.apache.flink.table.filesystem中的类
Loader to temporary files to final output path and meta store.
PartitionLoader(boolean, FileSystem, TableMetaStoreFactory) - 类 的构造器org.apache.flink.table.filesystem.PartitionLoader
 
PartitionPathUtils - org.apache.flink.table.filesystem中的类
Utils for file system.
PartitionPathUtils() - 类 的构造器org.apache.flink.table.filesystem.PartitionPathUtils
 
PartitionTempFileManager - org.apache.flink.table.filesystem中的类
Manage temporary files for writing files.
PartitionWriter<T> - org.apache.flink.table.filesystem中的接口
Partition writer to write records with partition.
PartitionWriter.Context<T> - org.apache.flink.table.filesystem中的类
Context for partition writer, provide some information and generation utils.
PartitionWriterFactory<T> - org.apache.flink.table.filesystem中的接口
Factory of PartitionWriter to avoid virtual function calls.
pathExprCache - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
patternIndex - 类 中的变量org.apache.flink.table.runtime.util.JsonUtils
 
patternKey - 类 中的变量org.apache.flink.table.runtime.util.JsonUtils
 
PatternProcessFunctionRunner - org.apache.flink.table.runtime.operators.match中的类
A PatternProcessFunction wrapper to delegate invocation to the code generated PatternProcessFunction.
PatternProcessFunctionRunner(GeneratedFunction<PatternProcessFunction<BaseRow, BaseRow>>) - 类 的构造器org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
 
PerKeyStateDataViewStore - org.apache.flink.table.runtime.dataview中的类
Default implementation of StateDataViewStore that currently forwards state registration to a RuntimeContext.
PerKeyStateDataViewStore(RuntimeContext) - 类 的构造器org.apache.flink.table.runtime.dataview.PerKeyStateDataViewStore
 
PerWindowStateDataViewStore - org.apache.flink.table.runtime.dataview中的类
An implementation of StateDataViewStore for window aggregates which forward the state registration to underlying KeyedStateBackend.
PerWindowStateDataViewStore(KeyedStateBackend<?>, TypeSerializer<?>, RuntimeContext) - 类 的构造器org.apache.flink.table.runtime.dataview.PerWindowStateDataViewStore
 
PlannerTypeUtils - org.apache.flink.table.runtime.types中的类
Utilities for LogicalType and DataType..
PlannerTypeUtils() - 类 的构造器org.apache.flink.table.runtime.types.PlannerTypeUtils
 
pointTo(MemorySegment[], int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
pointTo(MemorySegment[], int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryMap
 
pointTo(MemorySegment, int, int) - 类 中的方法org.apache.flink.table.dataformat.BinarySection
 
pointTo(MemorySegment[], int, int) - 类 中的方法org.apache.flink.table.dataformat.BinarySection
 
pointTo(int, BinaryRow, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
Point row to memory segments with offset(in the AbstractPagedInputView) and length.
PojoConverter(PojoTypeInfo<T>, DataType[]) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.PojoConverter
 
position(BinaryString, BinaryString) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
position(BinaryString, BinaryString, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
POW10 - 类 中的静态变量org.apache.flink.table.dataformat.Decimal
 
power(double, Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
power(Decimal, Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
power(Decimal, double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
precision() - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
precision() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
prepare(ResettableExternalBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
 
prepare(ResettableExternalBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame
 
prepare(ResettableExternalBuffer) - 接口 中的方法org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
Prepare for next partition.
prepare(ResettableExternalBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RowSlidingOverFrame
 
prepare(ResettableExternalBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RowUnboundedPrecedingOverFrame
 
prepare(ResettableExternalBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.SlidingOverFrame
 
prepare(ResettableExternalBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.UnboundedFollowingOverFrame
 
prepare(ResettableExternalBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
 
prepare(ResettableExternalBuffer) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.UnboundedPrecedingOverFrame
 
prepareAggregateAccumulatorForEmit(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.GeneralWindowProcessFunction
 
prepareAggregateAccumulatorForEmit(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
Prepares the accumulator of the given window before emit the final result.
prepareAggregateAccumulatorForEmit(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
prepareAggregateAccumulatorForEmit(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.PanedWindowProcessFunction
 
prepareSnapshotPreBarrier(long) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
previousState - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperator
 
ProbeIterator - org.apache.flink.table.runtime.hashtable中的类
Probe iterator from probe or spilled partition.
ProbeIterator(BinaryRow) - 类 的构造器org.apache.flink.table.runtime.hashtable.ProbeIterator
 
probeKey - 类 中的变量org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
probeToBinary(BaseRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
For code gen probe side to BinaryRow.
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
 
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame
 
process(int, BaseRow) - 接口 中的方法org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
return the ACC of the window frame.
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeSlidingOverFrame
 
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedFollowingOverFrame
 
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedPrecedingOverFrame
 
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RowSlidingOverFrame
 
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RowUnboundedFollowingOverFrame
 
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RowUnboundedPrecedingOverFrame
 
process(int, BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
 
processElement(StreamRecord<IN>) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepFirstRowFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepLastRowFunction
 
processElement(BaseRow, ProcessFunction<BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
processElement(BaseRow, ProcessFunction<BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.match.RowtimeProcessFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
Puts an element from the input stream into state if it is not late.
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.NonBufferOverWindowOperator
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.LimitOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.RankOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortLimitOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
 
processElement(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
 
processElement1(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
processElement1(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
processElement1(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
 
processElement1(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.StreamingSemiAntiJoinOperator
Process an input element and output incremental joined records, retraction messages will be sent in some scenarios.
processElement1(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
processElement1(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
processElement2(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
processElement2(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
processElement2(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
 
processElement2(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.StreamingSemiAntiJoinOperator
Process an input element and output incremental joined records, retraction messages will be sent in some scenarios.
processElement2(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
processElement2(StreamRecord<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
processElementsWithSameTimestamp(List<BaseRow>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
Process the same timestamp datas, the mechanism is different between rows and range window.
processElementsWithSameTimestamp(List<BaseRow>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRangeUnboundedPrecedingFunction
 
processElementsWithSameTimestamp(List<BaseRow>, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRowsUnboundedPrecedingFunction
 
ProcessingTimeTriggers - org.apache.flink.table.runtime.operators.window.triggers中的类
A Trigger that reacts to processing-time timers.
ProcessingTimeTriggers.AfterEndOfWindow<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
A Trigger that fires once the current system time passes the end of the window to which a pane belongs.
ProcessingTimeTriggers.AfterEndOfWindowNoLate<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
A composite Trigger that consist of AfterEndOfWindow and a early trigger.
ProcessingTimeTriggers.AfterFirstElementPeriodic<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
Trigger every a given interval, the first trigger time is interval after the first element in the pane.
processMatch(Map<String, List<BaseRow>>, PatternProcessFunction.Context, Collector<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
 
processWatermark(Watermark) - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator
 
processWatermark(Watermark) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
processWatermark(Watermark) - 类 中的方法org.apache.flink.table.runtime.operators.join.KeyedCoProcessOperatorWithWatermarkDelay
 
processWatermark(Watermark) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
Override the base implementation to completely ignore watermarks propagated from upstream (we rely only on the AssignerWithPeriodicWatermarks to emit watermarks from here).
processWatermark(Watermark) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
 
processWatermark(Watermark) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
Override the base implementation to completely ignore watermarks propagated from upstream (we rely only on the WatermarkGenerator to emit watermarks from here).
ProcTimeBoundedStreamJoin - org.apache.flink.table.runtime.operators.join中的类
The function to execute processing time bounded stream inner-join.
ProcTimeBoundedStreamJoin(FlinkJoinType, long, long, BaseRowTypeInfo, BaseRowTypeInfo, GeneratedFunction<FlatJoinFunction<BaseRow, BaseRow, BaseRow>>) - 类 的构造器org.apache.flink.table.runtime.operators.join.ProcTimeBoundedStreamJoin
 
ProcTimeMiniBatchAssignerOperator - org.apache.flink.table.runtime.operators.wmassigners中的类
A stream operator that emits mini-batch marker in a given period.
ProcTimeMiniBatchAssignerOperator(long) - 类 的构造器org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
 
ProcTimeRangeBoundedPrecedingFunction<K> - org.apache.flink.table.runtime.operators.over中的类
Process Function used for the aggregate in bounded proc-time OVER window.
ProcTimeRangeBoundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], long) - 类 的构造器org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
ProcTimeRowsBoundedPrecedingFunction<K> - org.apache.flink.table.runtime.operators.over中的类
Process Function for ROW clause processing-time bounded OVER window.
ProcTimeRowsBoundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], long) - 类 的构造器org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
ProcTimeSortOperator - org.apache.flink.table.runtime.operators.sort中的类
Sort on proc-time and additional secondary sort attributes.
ProcTimeSortOperator(BaseRowTypeInfo, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
ProcTimeUnboundedPrecedingFunction<K> - org.apache.flink.table.runtime.operators.over中的类
Process Function for processing-time unbounded OVER window.
ProcTimeUnboundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[]) - 类 的构造器org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
projectColumnsToWrite(T) - 接口 中的方法org.apache.flink.table.filesystem.PartitionComputer
Project non-partition columns for output writer.
projectColumnsToWrite(Row) - 类 中的方法org.apache.flink.table.filesystem.RowPartitionComputer
 
Projection<IN extends BaseRow,OUT extends BaseRow> - org.apache.flink.table.runtime.generated中的接口
Interface for code generated projection, which will map a BaseRow to another one.
put(K, V) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils.ThreadLocalHashCache
 
putBinaryNormalizedKey(byte[], MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
putBooleanNormalizedKey(boolean, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
putBuildRow(BaseRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
Put a build side row to hash table.
putBuildRow(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
putByteNormalizedKey(byte, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
putDecimalNormalizedKey(Decimal, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
Just support the compact precision decimal.
putDoubleNormalizedKey(double, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
See http://stereopsis.com/radix.html for more details.
putFloatNormalizedKey(float, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
See http://stereopsis.com/radix.html for more details.
putIntNormalizedKey(int, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
putKey(BaseRow, MemorySegment, int) - 接口 中的方法org.apache.flink.table.runtime.generated.NormalizedKeyComputer
Writes a normalized key for the given record into the target MemorySegment.
putLongNormalizedKey(long, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
putShortNormalizedKey(short, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
putStringNormalizedKey(BinaryString, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
UTF-8 supports bytes comparison.
putTimestampNormalizedKey(SqlTimestamp, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
Support the compact precision SqlTimestamp.

R

radians(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
RangeSlidingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The range sliding window frame calculates frames with the following SQL form: ...
RangeSlidingOverFrame(RowType, RowType, GeneratedAggsHandleFunction, GeneratedRecordComparator, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.RangeSlidingOverFrame
 
RangeUnboundedFollowingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The range unboundedFollowing window frame calculates frames with the following SQL form: ...
RangeUnboundedFollowingOverFrame(RowType, GeneratedAggsHandleFunction, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedFollowingOverFrame
 
RangeUnboundedPrecedingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The range UnboundPreceding window frame calculates frames with the following SQL form: ...
RangeUnboundedPrecedingOverFrame(GeneratedAggsHandleFunction, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedPrecedingOverFrame
 
rankEnd - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
RankOperator - org.apache.flink.table.runtime.operators.sort中的类
Rank operator to compute top N.
RankOperator(GeneratedRecordComparator, GeneratedRecordComparator, long, long, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.sort.RankOperator
 
RankRange - org.apache.flink.table.runtime.operators.rank中的接口
RankRange for Rank, including following 3 types : ConstantRankRange, ConstantRankRangeWithoutEnd, VariableRankRange.
RankType - org.apache.flink.table.runtime.operators.rank中的枚举
An enumeration of rank type, usable to show how exactly generate rank number.
reachedEnd() - 类 中的方法org.apache.flink.table.runtime.operators.values.ValuesInputFormat
 
readAllBuffers(FileIOChannel.ID, int) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
readBinaryFieldFromSegments(MemorySegment[], int, int, long) - 接口 中的静态方法org.apache.flink.table.dataformat.BinaryFormat
Get binary, if len less than 8, will be include in variablePartOffsetAndLen.
readBinaryMapFieldFromSegments(MemorySegment[], int, long) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryMap
 
readBinaryStringFieldFromSegments(MemorySegment[], int, int, long) - 接口 中的静态方法org.apache.flink.table.dataformat.BinaryFormat
Get binary string, if len less than 8, will be include in variablePartOffsetAndLen.
readBlock(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer.BaseArraySerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer.BaseMapSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer.BaseRowSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer.BinaryRowSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer.DecimalSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer.SqlTimestampSerializerSnapshot
 
readTimestampFieldFromSegments(MemorySegment[], int, long) - 类 中的静态方法org.apache.flink.table.dataformat.SqlTimestamp
Obtains an instance of SqlTimestamp from underlying MemorySegment.
realSize() - 类 中的方法org.apache.flink.table.runtime.util.collections.OptimizableHashSet
 
record - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.OuterRecord
 
RECORD_BYTES - 类 中的静态变量org.apache.flink.table.runtime.hashtable.BinaryHashBucketArea
The number of bytes that the entry in the hash structure occupies, in bytes.
RECORD_EXTRA_LENGTH - 类 中的静态变量org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
recordBuffer - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
RecordComparator - org.apache.flink.table.runtime.generated中的接口
Record comparator for BinaryInMemorySortBuffer.
RecordCounter - org.apache.flink.table.runtime.operators.aggregate中的类
The RecordCounter is used to count the number of input records under the current key.
RecordCounter() - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.RecordCounter
 
RecordEqualiser - org.apache.flink.table.runtime.generated中的接口
Record equaliser for BaseRow which can compare two BaseRows and returns whether they are equal.
recordSize() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
recordsPerSegment() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
recycle(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
recycle(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
recycle(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
recycle(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelWriterOutputView
 
regExp(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
regexpExtract(String, String, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns a string extracted with a specified regular expression and a regex match group index.
regexpExtract(String, String, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
regexpExtract(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the first string extracted with a specified regular expression.
regexpReplace(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns a string resulting from replacing all substrings that match the regular expression with replacement.
registerCallback(BundleTriggerCallback) - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.BundleTrigger
Register a callback which will be called once this trigger decides to finish this bundle.
registerCallback(BundleTriggerCallback) - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CoBundleTrigger
Register a callback which will be called once this trigger decides to finish this bundle.
registerCallback(BundleTriggerCallback) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountBundleTrigger
 
registerCallback(BundleTriggerCallback) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountCoBundleTrigger
 
registerEventTimeTimer(long) - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
registerEventTimeTimer(long) - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Register an event-time callback.
registerMetric(long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
registerProcessingCleanupTimer(ValueState<Long>, long, long, long, TimerService) - 接口 中的方法org.apache.flink.table.runtime.functions.CleanupState
 
registerProcessingCleanupTimer(KeyedProcessFunction<K, IN, OUT>.Context, long) - 类 中的方法org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
registerProcessingCleanupTimer() - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
If the user has specified a minRetentionTime and maxRetentionTime, this method registers a cleanup timer for currentProcessingTime + minRetentionTime.
registerProcessingTimeTimer(long) - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
registerProcessingTimeTimer(long) - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Register a system time callback.
remainBuffers() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
remove() - 接口 中的方法org.apache.flink.table.runtime.dataview.NullAwareMapIterator.NullMapEntry
 
remove() - 类 中的方法org.apache.flink.table.runtime.dataview.NullAwareMapIterator
 
remove(T) - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView
 
remove() - 类 中的静态方法org.apache.flink.table.runtime.util.JsonUtils
 
remove() - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils.ThreadLocalHashCache
 
removeChannel(FileIOChannel.ID) - 类 中的方法org.apache.flink.table.runtime.operators.sort.SpillChannelManager
 
removeEldestEntry(Map.Entry<K, V>) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils.HashCache
 
removeEldestEntry(Map.Entry<K, V>) - 类 中的方法org.apache.flink.table.runtime.util.LRUMap
 
repeat(String, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns a string that repeats the base string n times.
replace(BaseRow, BaseRow) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
replace(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Replaces all the old strings with the replacement string.
requestCount - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
requestFailed(Buffer, IOException) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
requestFailed(Buffer, IOException) - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
requestSuccessful(Buffer) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
requestSuccessful(Buffer) - 类 中的方法org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
reserveDictionaryIds(int) - 类 中的方法org.apache.flink.table.dataformat.vector.AbstractColumnVector
Reserve a integer column for ids of dictionary.
reserveDictionaryIds(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
 
reserveDictionaryIds(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapBooleanVector
 
reset() - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
First, reset.
reset() - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
First, reset.
reset() - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
Reset writer to prepare next write.
reset() - 接口 中的方法org.apache.flink.table.dataformat.vector.ColumnVector
Resets the column to default state.
reset() - 类 中的方法org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
Resets the column to default state
reset() - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
 
reset() - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
Resets the batch for writing.
reset() - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionCollector
Resets the flag to indicate whether [[collect(T)]] has been called.
reset() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
reset the map's record and bucket area's memory segments for reusing.
reset() - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.BundleTrigger
Reset the trigger to its initiate status.
reset() - 接口 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CoBundleTrigger
Reset the trigger to its initiate status.
reset() - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountBundleTrigger
 
reset() - 类 中的方法org.apache.flink.table.runtime.operators.bundle.trigger.CountCoBundleTrigger
 
reset() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Resets the sort buffer back to the state where it is empty.
reset() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
Reset for next group.
reset() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer.BufferIterator
 
reset() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
reset() - 接口 中的方法org.apache.flink.table.runtime.util.ResettableRowBuffer
Re-initialize the buffer state.
reset() - 接口 中的方法org.apache.flink.table.runtime.util.ResettableRowBuffer.ResettableIterator
Re-initialize the iterator, start from begin row.
resetAccumulators() - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Resets all the accumulators.
resetBuffer() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
resetBuffer() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
ResettableExternalBuffer - org.apache.flink.table.runtime.util中的类
A resettable external buffer for binary row.
ResettableExternalBuffer(MemoryManager, IOManager, List<MemorySegment>, AbstractRowSerializer, boolean) - 类 的构造器org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
ResettableExternalBuffer.BufferIterator - org.apache.flink.table.runtime.util中的类
Iterator of external buffer.
ResettableRowBuffer - org.apache.flink.table.runtime.util中的接口
Resettable buffer that add BaseRow and return BinaryRow iterator.
ResettableRowBuffer.ResettableIterator - org.apache.flink.table.runtime.util中的接口
Row iterator that can be reset.
resolveSchemaCompatibility(TypeSerializer<BaseArray>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer.BaseArraySerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<BaseMap>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer.BaseMapSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<BaseRow>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer.BaseRowSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<BinaryRow>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer.BinaryRowSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<Decimal>) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer.DecimalSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<SortedMap<K, V>>) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<SqlTimestamp>) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer.SqlTimestampSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer.BaseArraySerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer.BaseMapSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer.BaseRowSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer.BinaryRowSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer.DecimalSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer.SqlTimestampSerializerSnapshot
 
retireWindow(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
Removes the given window from the set of in-flight windows.
retract(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Retracts the input values from the accumulators.
retract(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Retracts the input values from the accumulators.
retract(Collector<BaseRow>, BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
RETRACT_MSG - 类 中的静态变量org.apache.flink.table.dataformat.util.BaseRowUtil
Indicates the row as a retraction message.
RetractableTopNFunction - org.apache.flink.table.runtime.operators.rank中的类
The function could handle retract stream.
RetractableTopNFunction(long, long, BaseRowTypeInfo, GeneratedRecordComparator, BaseRowKeySelector, RankType, RankRange, GeneratedRecordEqualiser, boolean, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
 
retractRecord(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateView
Retract the record from the state view.
returnAll(List<MemorySegment>) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
returnAll(List<MemorySegment>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMapSpillMemorySegmentPool
 
returnAll(List<MemorySegment>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
 
returnAll(List<MemorySegment>) - 接口 中的方法org.apache.flink.table.runtime.util.MemorySegmentPool
Return all pages back into this pool.
returnToSegmentPool() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
 
reverse(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Reverse each character in current string.
RIGHT_RECORDS_STATE_NAME - 类 中的静态变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
rightInputSideSpec - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
rightType - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
roundNumberOfBytesToNearestWord(int) - 类 中的静态方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
row1 - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
RowConverter(DataType[]) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.RowConverter
 
RowIterator<T extends BaseRow> - org.apache.flink.table.runtime.util中的接口
An internal iterator interface which presents a more restrictive API than Iterator.
RowPartitionComputer - org.apache.flink.table.filesystem中的类
RowPartitionComputer(String, String[], String[]) - 类 的构造器org.apache.flink.table.filesystem.RowPartitionComputer
 
RowSlidingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The row sliding window frame calculates frames with the following SQL form: ...
RowSlidingOverFrame(RowType, RowType, GeneratedAggsHandleFunction, long, long) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.RowSlidingOverFrame
 
RowTimeBoundedStreamJoin - org.apache.flink.table.runtime.operators.join中的类
The function to execute row(event) time bounded stream inner-join.
RowTimeBoundedStreamJoin(FlinkJoinType, long, long, long, BaseRowTypeInfo, BaseRowTypeInfo, GeneratedFunction<FlatJoinFunction<BaseRow, BaseRow, BaseRow>>, int, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.RowTimeBoundedStreamJoin
 
rowtimeIndex - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
RowTimeMiniBatchAssginerOperator - org.apache.flink.table.runtime.operators.wmassigners中的类
A stream operator that emits watermark in a given event-time interval.
RowTimeMiniBatchAssginerOperator(long) - 类 的构造器org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
 
RowtimeProcessFunction - org.apache.flink.table.runtime.operators.match中的类
ProcessFunction to copy a timestamp from a BaseRow field into the StreamRecord.
RowtimeProcessFunction(int, TypeInformation<BaseRow>, int) - 类 的构造器org.apache.flink.table.runtime.operators.match.RowtimeProcessFunction
 
RowTimeRangeBoundedPrecedingFunction<K> - org.apache.flink.table.runtime.operators.over中的类
Process Function for RANGE clause event-time bounded OVER window.
RowTimeRangeBoundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], long, int) - 类 的构造器org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
 
RowTimeRangeUnboundedPrecedingFunction<K> - org.apache.flink.table.runtime.operators.over中的类
A ProcessFunction to support unbounded RANGE window.
RowTimeRangeUnboundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], int) - 类 的构造器org.apache.flink.table.runtime.operators.over.RowTimeRangeUnboundedPrecedingFunction
 
RowTimeRowsBoundedPrecedingFunction<K> - org.apache.flink.table.runtime.operators.over中的类
Process Function for ROWS clause event-time bounded OVER window.
RowTimeRowsBoundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], long, int) - 类 的构造器org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
 
RowTimeRowsUnboundedPrecedingFunction<K> - org.apache.flink.table.runtime.operators.over中的类
A ProcessFunction to support unbounded ROWS window.
RowTimeRowsUnboundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], int) - 类 的构造器org.apache.flink.table.runtime.operators.over.RowTimeRowsUnboundedPrecedingFunction
 
RowTimeSortOperator - org.apache.flink.table.runtime.operators.sort中的类
Sort based on event-time and possibly additional secondary sort attributes.
RowTimeSortOperator(BaseRowTypeInfo, int, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
 
RowUnboundedFollowingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The row unboundedFollowing window frame calculates frames with the following SQL form: ...
RowUnboundedFollowingOverFrame(RowType, GeneratedAggsHandleFunction, long) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.RowUnboundedFollowingOverFrame
 
RowUnboundedPrecedingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The row UnboundPreceding window frame calculates frames with the following SQL form: ...
RowUnboundedPrecedingOverFrame(GeneratedAggsHandleFunction, long) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.RowUnboundedPrecedingOverFrame
 
rpad(String, int, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the string str right-padded with the string pad to a length of len characters.

S

safeToString(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
scale() - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
scale() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
searchPartSpecAndPaths(FileSystem, Path, int) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionPathUtils
Search all partitions in this path.
seekToPosition(long) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
segment - 类 中的变量org.apache.flink.table.dataformat.AbstractBinaryWriter
 
segments - 类 中的变量org.apache.flink.table.dataformat.BinarySection
 
segmentSize - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The size of the segments used by the hash join buckets.
segmentSizeBits - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
segmentSizeMask - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
SegmentsUtil - org.apache.flink.table.runtime.util中的类
Util for data format segments calc.
SegmentsUtil() - 类 的构造器org.apache.flink.table.runtime.util.SegmentsUtil
 
selectChannel(SerializationDelegate<StreamRecord<BaseRow>>) - 类 中的方法org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
 
sendRetraction - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperator
 
sendRetraction - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
serialize(CountWindow, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
serialize(TimeWindow, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
serialize(BaseArray, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
serialize(BaseMap, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
serialize(BaseRow, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
serialize(BinaryGeneric<T>, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
serialize(BinaryRow, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
serialize(BinaryString, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
serialize(Decimal, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
serialize(SqlTimestamp, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
serializer - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
Serializer() - 类 的构造器org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
Serializer() - 类 的构造器org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
serializer1 - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
serializeToPages(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition
 
serializeToPages(T, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
Serializes the given record to the given target paged output view.
serializeToPages(BaseRow, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
serializeToPages(BinaryRow, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
serializeWithoutLengthSlow(BinaryRow, MemorySegmentWritable) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
session(Duration) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
SessionWindowAssigner - org.apache.flink.table.runtime.operators.window.assigners中的类
A WindowAssigner that windows elements into sessions based on the timestamp.
SessionWindowAssigner(long, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
set(long) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition.MatchIterator
 
set(MemorySegment, MemorySegment[], BinaryHashPartition, int, int) - 类 中的方法org.apache.flink.table.runtime.hashtable.LookupBucketIterator
 
set(ChannelReaderInputViewIterator<BinaryRow>) - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
setAccumulate(BaseRow) - 类 中的静态方法org.apache.flink.table.dataformat.util.BaseRowUtil
 
setAccumulators(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Set the current accumulators (saved in a row) which contains the current aggregated results.
setAccumulators(N, BaseRow) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Set the current accumulators (saved in a row) which contains the current aggregated results.
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setBoolean(int, boolean) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set boolean value.
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setBoolean(MemorySegment[], int, boolean) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set boolean from segments.
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setByte(int, byte) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set byte value.
setByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setByte(MemorySegment[], int, byte) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set byte from segments.
setChainingStrategy(ChainingStrategy) - 类 中的方法org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
setChainingStrategy(ChainingStrategy) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
 
setCollector(Collector<?>) - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionCollector
Sets the current collector, which used to emit the final row.
setCurrentKey(BaseRow) - 接口 中的方法org.apache.flink.table.runtime.context.ExecutionContext
Sets current key.
setCurrentKey(BaseRow) - 类 中的方法org.apache.flink.table.runtime.context.ExecutionContextImpl
 
setCurrentNamespace(N) - 接口 中的方法org.apache.flink.table.runtime.dataview.StateDataView
Sets current namespace for state.
setCurrentNamespace(N) - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView.KeyedStateListView
 
setCurrentNamespace(N) - 类 中的方法org.apache.flink.table.runtime.dataview.StateListView.NamespacedStateListView
 
setCurrentNamespace(N) - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.KeyedStateMapViewWithKeysNotNull
 
setCurrentNamespace(N) - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.KeyedStateMapViewWithKeysNullable
 
setCurrentNamespace(N) - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.NamespacedStateMapViewWithKeysNotNull
 
setCurrentNamespace(N) - 类 中的方法org.apache.flink.table.runtime.dataview.StateMapView.NamespacedStateMapViewWithKeysNullable
 
setDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
setDecimal(int, Decimal, int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set the decimal column value.
setDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setDictionary(Dictionary) - 类 中的方法org.apache.flink.table.dataformat.vector.AbstractColumnVector
Update the dictionary.
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setDouble(int, double) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set double value.
setDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setDouble(MemorySegment[], int, double) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set double from segments.
setDynamicGrouped(boolean) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setField(int, Object) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
setField(int, Object) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setFileSystemFactory(FileSystemFactory) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setFloat(int, float) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set float value.
setFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setFloat(MemorySegment[], int, float) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set float from segments.
setFormatFactory(OutputFormatFactory<T>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setHeader(byte) - 接口 中的方法org.apache.flink.table.dataformat.BaseRow
Set the byte header.
setHeader(byte) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setHeader(byte) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setHeader(byte) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setHeader(byte) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setHeader(byte) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
setHeader(byte) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setInput(Object) - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionCollector
Sets the input row from left table, which will be used to cross join with the result of table function.
setInput(Object) - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionResultFuture
Sets the input row from left table, which will be used to cross join with the result of right table.
setInstance(BaseRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setInt(int, int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set int value.
setInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setInt(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set int from segments.
setJavaObject(T) - 类 中的方法org.apache.flink.table.dataformat.LazyBinaryFormat
Must be public as it is used during code generation.
setKeyContext(KeyContext) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
Sets keyContext to RankFunction.
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setLong(int, long) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set long value.
setLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setLong(MemorySegment[], int, long) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set long from segments.
setMetaStoreFactory(TableMetaStoreFactory) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setNonPrimitiveValue(int, Object) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
setNotNullAt(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNotNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNotNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNullAt(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullAt(int, LogicalType) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
Default not null.
setNullAt(int) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
Set null to this field.
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
setNullAt(int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set null to this field.
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setNullAt(int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
 
setNullBit(int) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
setNullBit(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullBit(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
setNullBoolean(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNullBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNullBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullBoolean(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNullByte(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNullByte(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNullByte(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullByte(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNullDouble(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNullDouble(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNullDouble(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullDouble(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNullFloat(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNullFloat(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNullFloat(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullFloat(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNullInt(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNullInt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNullInt(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullInt(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNullLong(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNullLong(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNullLong(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullLong(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNullShort(int) - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
setNullShort(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setNullShort(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setNullShort(int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setNumRows(int) - 类 中的方法org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
setObject(int, Object) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setOffsetAndSize(int, int, long) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
Set offset and size to fix len part.
setOffsetAndSize(int, int, long) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
setOffsetAndSize(int, int, long) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
setOutputFileConfig(OutputFileConfig) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setOverwrite(boolean) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setPartition(BinaryHashPartition) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashBucketArea
 
setPartitionColumns(String[]) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setPartitionComputer(PartitionComputer<T>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setReadPosition(long) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashPartition
 
setReadPosition(long) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition
 
setResultFuture(ResultFuture<?>) - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionResultFuture
Sets the current collector, which used to emit the final row.
setRetract(BaseRow) - 类 中的静态方法org.apache.flink.table.dataformat.util.BaseRowUtil
 
setReuse(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
setRowId(int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.BoxedWrapperRow
 
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.GenericRow
 
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setShort(int, short) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set short value.
setShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setShort(MemorySegment[], int, short) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set short from segments.
setStaticPartitions(LinkedHashMap<String, String>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setTempPath(Path) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
setTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
setTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
setTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.NestedRow
 
setTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
setTimestamp(int, SqlTimestamp, int) - 接口 中的方法org.apache.flink.table.dataformat.TypeGetterSetters
Set Timestamp value.
setTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.UpdatableRow
 
setTotalSize(int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
setVal(int, byte[], int, int) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
Set a field by actually copying in to a local buffer.
setVal(int, byte[]) - 类 中的方法org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
Set a field by actually copying in to a local buffer.
setVectorizedColumnBatch(VectorizedColumnBatch) - 类 中的方法org.apache.flink.table.dataformat.ColumnarRow
 
setWindowAccumulators(W, BaseRow) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Sets the accumulators of the given window.
ShortColumnVector - org.apache.flink.table.dataformat.vector中的接口
Short column vector.
ShortHashSet - org.apache.flink.table.runtime.util.collections中的类
Short hash set.
ShortHashSet(int, float) - 类 的构造器org.apache.flink.table.runtime.util.collections.ShortHashSet
 
ShortHashSet(int) - 类 的构造器org.apache.flink.table.runtime.util.collections.ShortHashSet
 
ShortHashSet() - 类 的构造器org.apache.flink.table.runtime.util.collections.ShortHashSet
 
shouldAutocastTo(BasicTypeInfo<?>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
shouldFilter(boolean, boolean, int[], BinaryRow) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.NullAwareJoinHelper
 
sign(Decimal) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
SQL SIGN operator applied to BigDecimal values.
sign(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
signum() - 类 中的方法org.apache.flink.table.dataformat.Decimal
Returns the signum function of this decimal.
sin(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
SingleDirectoryWriter<T> - org.apache.flink.table.filesystem中的类
PartitionWriter for single directory writer.
SingleDirectoryWriter(PartitionWriter.Context<T>, PartitionTempFileManager, PartitionComputer<T>, LinkedHashMap<String, String>) - 类 的构造器org.apache.flink.table.filesystem.SingleDirectoryWriter
 
sinh(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
size() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
 
size() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
size - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Number of entries in the set.
size() - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
sizeInBytes - 类 中的变量org.apache.flink.table.dataformat.BinarySection
 
sliding(Duration, Duration) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
SlidingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The sliding window frame.
SlidingOverFrame(RowType, RowType, GeneratedAggsHandleFunction) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.SlidingOverFrame
 
SlidingWindowAssigner - org.apache.flink.table.runtime.operators.window.assigners中的类
A WindowAssigner that windows elements into sliding windows based on the timestamp of the elements.
SlidingWindowAssigner(long, long, long, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
snapshotState(FunctionSnapshotContext) - 类 中的方法org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
snapshotState(StateSnapshotContext) - 类 中的方法org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
sortAndSpill(ArrayList<MemorySegment>, long, MemorySegmentPool) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BufferedKVExternalSorter
 
SortedMapSerializer<K,V> - org.apache.flink.table.runtime.typeutils中的类
A serializer for SortedMap.
SortedMapSerializer(Comparator<K>, TypeSerializer<K>, TypeSerializer<V>) - 类 的构造器org.apache.flink.table.runtime.typeutils.SortedMapSerializer
Constructor with given comparator, and the serializers for the keys and values in the map.
SortedMapSerializerSnapshot<K,V> - org.apache.flink.table.runtime.typeutils中的类
Snapshot class for the SortedMapSerializer.
SortedMapSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
SortedMapTypeInfo<K,V> - org.apache.flink.table.runtime.typeutils中的类
The type information for sorted maps.
SortedMapTypeInfo(TypeInformation<K>, TypeInformation<V>, Comparator<K>) - 类 的构造器org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
SortedMapTypeInfo(Class<K>, Class<V>, Comparator<K>) - 类 的构造器org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
SortedMapTypeInfo(Class<K>, Class<V>) - 类 的构造器org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
sortIndex - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
sortKeyComparator - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
sortKeySelector - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
SortLimitOperator - org.apache.flink.table.runtime.operators.sort中的类
Operator for batch sort limit.
SortLimitOperator(boolean, long, long, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.sort.SortLimitOperator
 
SortMergeFullOuterJoinIterator - org.apache.flink.table.runtime.operators.join中的类
Gets two matched rows for full outer join.
SortMergeFullOuterJoinIterator(BinaryRowSerializer, BinaryRowSerializer, Projection<BaseRow, BinaryRow>, Projection<BaseRow, BinaryRow>, RecordComparator, MutableObjectIterator<BinaryRow>, MutableObjectIterator<BinaryRow>, ResettableExternalBuffer, ResettableExternalBuffer, boolean[]) - 类 的构造器org.apache.flink.table.runtime.operators.join.SortMergeFullOuterJoinIterator
 
SortMergeInnerJoinIterator - org.apache.flink.table.runtime.operators.join中的类
Gets probeRow and match rows for inner join.
SortMergeInnerJoinIterator(BinaryRowSerializer, BinaryRowSerializer, Projection, Projection, RecordComparator, MutableObjectIterator<BaseRow>, MutableObjectIterator<BinaryRow>, ResettableExternalBuffer, boolean[]) - 类 的构造器org.apache.flink.table.runtime.operators.join.SortMergeInnerJoinIterator
 
SortMergeJoinIterator - org.apache.flink.table.runtime.operators.join中的类
Gets probeRow and match rows for inner/left/right join.
SortMergeJoinIterator(BinaryRowSerializer, BinaryRowSerializer, Projection<BaseRow, BinaryRow>, Projection<BaseRow, BinaryRow>, RecordComparator, MutableObjectIterator<BaseRow>, MutableObjectIterator<BinaryRow>, ResettableExternalBuffer, boolean[]) - 类 的构造器org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
SortMergeJoinOperator - org.apache.flink.table.runtime.operators.join中的类
An implementation that realizes the joining through a sort-merge join strategy. 1.In most cases, its performance is weaker than HashJoin. 2.It is more stable than HashJoin, and most of the data can be sorted stably. 3.SortMergeJoin should be the best choice if sort can be omitted in the case of multi-level join cascade with the same key.
SortMergeJoinOperator(double, FlinkJoinType, boolean, GeneratedJoinCondition, GeneratedProjection, GeneratedProjection, GeneratedNormalizedKeyComputer, GeneratedRecordComparator, GeneratedNormalizedKeyComputer, GeneratedRecordComparator, GeneratedRecordComparator, boolean[]) - 类 的构造器org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
SortMergeOneSideOuterJoinIterator - org.apache.flink.table.runtime.operators.join中的类
Gets probeRow and match rows for left/right join.
SortMergeOneSideOuterJoinIterator(BinaryRowSerializer, BinaryRowSerializer, Projection<BaseRow, BinaryRow>, Projection<BaseRow, BinaryRow>, RecordComparator, MutableObjectIterator<BaseRow>, MutableObjectIterator<BinaryRow>, ResettableExternalBuffer, boolean[]) - 类 的构造器org.apache.flink.table.runtime.operators.join.SortMergeOneSideOuterJoinIterator
 
SortOperator - org.apache.flink.table.runtime.operators.sort中的类
Operator for batch sort.
SortOperator(GeneratedNormalizedKeyComputer, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.sort.SortOperator
 
SortUtil - org.apache.flink.table.runtime.operators.sort中的类
Util for sort.
SortUtil() - 类 的构造器org.apache.flink.table.runtime.operators.sort.SortUtil
 
SpillChannelManager - org.apache.flink.table.runtime.operators.sort中的类
Channel manager to manage the life cycle of spill channels.
SpillChannelManager() - 类 的构造器org.apache.flink.table.runtime.operators.sort.SpillChannelManager
 
spillInBytes - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
spillPartition() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
spillPartition() - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
Selects a partition and spills it.
spillPartition() - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
splitByWholeSeparatorPreserveAllTokens(BinaryString, BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Splits the provided text into an array, separator string specified.
splitIndex(String, String, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Split target string with custom separator and pick the index-th(start with 0) result.
splitIndex(String, int, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Split target string with custom separator and pick the index-th(start with 0) result.
splitIntoPanes(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.PanedWindowAssigner
Splits the given window into panes collection.
splitIntoPanes(TimeWindow) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
SqlDateTimeUtils - org.apache.flink.table.runtime.functions中的类
Utility functions for datetime types: date, time, timestamp.
SqlDateTimeUtils() - 类 的构造器org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
SqlFunctionUtils - org.apache.flink.table.runtime.functions中的类
Built-in scalar runtime functions.
SqlFunctionUtils() - 类 的构造器org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
SqlLikeChainChecker - org.apache.flink.table.runtime.functions中的类
String Like util: Matches a chained sequence of checkers.
SqlLikeChainChecker(String) - 类 的构造器org.apache.flink.table.runtime.functions.SqlLikeChainChecker
 
SqlLikeUtils - org.apache.flink.table.runtime.functions中的类
Utilities for converting SQL LIKE and SIMILAR operators to regular expressions.
SqlTimestamp - org.apache.flink.table.dataformat中的类
Immutable SQL TIMESTAMP and TIMESTAMP_WITH_LOCAL_TIME_ZONE with nanosecond precision.
SqlTimestampConverter(int) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.SqlTimestampConverter
 
SqlTimestampSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer of SqlTimestamp.
SqlTimestampSerializer(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer
 
SqlTimestampSerializer.SqlTimestampSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for SqlTimestampSerializer.
SqlTimestampSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer.SqlTimestampSerializerSnapshot
 
SqlTimestampTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation of SqlTimestamp.
SqlTimestampTypeInfo(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
sqlToRegexLike(String, CharSequence) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlLikeUtils
Translates a SQL LIKE pattern to Java regex pattern, with optional escape string.
sround(Decimal, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
SQL ROUND operator applied to BigDecimal values.
sround(int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to int values.
sround(int, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to int values.
sround(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to long values.
sround(long, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to long values.
sround(BigDecimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to BigDecimal values.
sround(BigDecimal, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to BigDecimal values.
sround(double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to double values.
sround(double, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to double values.
sround(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to Decimal values.
sround(Decimal, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to Decimal values.
start - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
start offset of each field.
startsWith(BinaryString) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Tests if this BinaryString starts with the specified prefix.
startThreads() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
Starts all the threads that are used by this sorter.
stateCleaningEnabled - 类 中的变量org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
stateCleaningEnabled - 类 中的变量org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
stateCleaningEnabled - 类 中的变量org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
 
StateDataView<N> - org.apache.flink.table.runtime.dataview中的接口
A DataView which is implemented using state backend.
StateDataViewStore - org.apache.flink.table.runtime.dataview中的接口
This interface contains methods for registering StateDataView with a managed store.
StateListView<N,T> - org.apache.flink.table.runtime.dataview中的类
StateListView is a ListView which implemented using state backend.
StateListView() - 类 的构造器org.apache.flink.table.runtime.dataview.StateListView
 
StateListView.KeyedStateListView<N,T> - org.apache.flink.table.runtime.dataview中的类
StateListView.KeyedStateListView is an default implementation of StateListView whose underlying is a keyed state.
StateListView.NamespacedStateListView<N,T> - org.apache.flink.table.runtime.dataview中的类
StateListView.NamespacedStateListView is an StateListView whose underlying is a keyed and namespaced state.
StateMapView<N,MK,MV> - org.apache.flink.table.runtime.dataview中的类
MapView which is implemented using state backends.
StateMapView() - 类 的构造器org.apache.flink.table.runtime.dataview.StateMapView
 
StateMapView.KeyedStateMapViewWithKeysNotNull<N,MK,MV> - org.apache.flink.table.runtime.dataview中的类
A state MapView which do not support nullable keys and namespace.
StateMapView.KeyedStateMapViewWithKeysNullable<N,MK,MV> - org.apache.flink.table.runtime.dataview中的类
A state MapView which support nullable keys, but not support namespace.
StateMapView.NamespacedStateMapViewWithKeysNotNull<N,MK,MV> - org.apache.flink.table.runtime.dataview中的类
A state MapView which support namespace but not support nullable keys.
StateMapView.NamespacedStateMapViewWithKeysNullable<N,MK,MV> - org.apache.flink.table.runtime.dataview中的类
A state MapView which support nullable keys and namespace.
StreamingJoinOperator - org.apache.flink.table.runtime.operators.join.stream中的类
Streaming unbounded Join operator which supports INNER/LEFT/RIGHT/FULL JOIN.
StreamingJoinOperator(BaseRowTypeInfo, BaseRowTypeInfo, GeneratedJoinCondition, JoinInputSideSpec, JoinInputSideSpec, boolean, boolean, boolean[], long) - 类 的构造器org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
 
StreamingSemiAntiJoinOperator - org.apache.flink.table.runtime.operators.join.stream中的类
Streaming unbounded Join operator which supports SEMI/ANTI JOIN.
StreamingSemiAntiJoinOperator(boolean, BaseRowTypeInfo, BaseRowTypeInfo, GeneratedJoinCondition, JoinInputSideSpec, JoinInputSideSpec, boolean[], long) - 类 的构造器org.apache.flink.table.runtime.operators.join.stream.StreamingSemiAntiJoinOperator
 
StreamRecordCollector<T> - org.apache.flink.table.runtime.util中的类
Wrapper around an Output for wrap T to StreamRecord.
StreamRecordCollector(Output<StreamRecord<T>>) - 类 的构造器org.apache.flink.table.runtime.util.StreamRecordCollector
 
StreamSortOperator - org.apache.flink.table.runtime.operators.sort中的类
Operator for stream sort.
StreamSortOperator(BaseRowTypeInfo, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
StringUtf8Utils - org.apache.flink.table.runtime.util中的类
String utf-8 utils.
StringUtf8Utils() - 类 的构造器org.apache.flink.table.runtime.util.StringUtf8Utils
 
strToDate(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Returns the epoch days since 1970-01-01.
strToMap(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Creates a map by parsing text.
strToMap(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Creates a map by parsing text.
struncate(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL TRUNCATE operator applied to BigDecimal values.
struncate(Decimal, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
struncate(float) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL TRUNCATE operator applied to double values.
struncate(float, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
substring(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Returns a binary string that is a substring of this binary string.
subString(String, long, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
subString(String, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
substringSQL(BinaryString, int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
substringSQL(BinaryString, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
subtract(Decimal, Decimal, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
swap(int, int) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
swap(int, int, int, int) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
swapKey(MemorySegment, int, MemorySegment, int) - 接口 中的方法org.apache.flink.table.runtime.generated.NormalizedKeyComputer
Swaps two normalized keys in respective MemorySegment.

T

TableAggregateWindowOperator<K,W extends Window> - org.apache.flink.table.runtime.operators.window中的类
A WindowOperator for grouped and windowed table aggregates.
TableAggregateWindowOperatorBuilder(NamespaceTableAggsHandleFunction<?>, WindowOperatorBuilder) - 类 的构造器org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder.TableAggregateWindowOperatorBuilder
 
TableAggregateWindowOperatorBuilder(GeneratedNamespaceTableAggsHandleFunction<?>, WindowOperatorBuilder) - 类 的构造器org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder.TableAggregateWindowOperatorBuilder
 
TableAggsHandleFunction - org.apache.flink.table.runtime.generated中的接口
The base class for handling table aggregate functions.
TableFunctionCollector<T> - org.apache.flink.table.runtime.collector中的类
The basic implementation of collector for TableFunction.
TableFunctionCollector() - 类 的构造器org.apache.flink.table.runtime.collector.TableFunctionCollector
 
TableFunctionResultFuture<T> - org.apache.flink.table.runtime.collector中的类
The basic implementation of collector for ResultFuture in table joining.
TableFunctionResultFuture() - 类 的构造器org.apache.flink.table.runtime.collector.TableFunctionResultFuture
 
TableMetaStoreFactory - org.apache.flink.table.filesystem中的接口
Meta store factory to create TableMetaStoreFactory.TableMetaStore.
TableMetaStoreFactory.TableMetaStore - org.apache.flink.table.filesystem中的接口
Meta store to manage the location paths of this table and its partitions.
TableStreamOperator<OUT> - org.apache.flink.table.runtime.operators中的类
Table operator to invoke close always.
TableStreamOperator() - 类 的构造器org.apache.flink.table.runtime.operators.TableStreamOperator
 
tan(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
tanh(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Calculates the hyperbolic tangent of a big decimal number.
TemporalProcessTimeJoinOperator - org.apache.flink.table.runtime.operators.join.temporal中的类
The operator to temporal join a stream on processing time.
TemporalProcessTimeJoinOperator(BaseRowTypeInfo, GeneratedJoinCondition, long, long) - 类 的构造器org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
TemporalRowTimeJoinOperator - org.apache.flink.table.runtime.operators.join.temporal中的类
This operator works by keeping on the state collection of probe and build records to process on next watermark.
TemporalRowTimeJoinOperator(BaseRowTypeInfo, BaseRowTypeInfo, GeneratedJoinCondition, int, int, long, long) - 类 的构造器org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
ThreadLocalHashCache() - 类 的构造器org.apache.flink.table.runtime.util.JsonUtils.ThreadLocalHashCache
 
timerService - 类 中的变量org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
timerService() - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
timestamp() - 类 中的方法org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
timestampCeil(TimeUnitRange, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampCeil(TimeUnitRange, long, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Keep the algorithm consistent with Calcite DateTimeUtils.julianDateFloor, but here we take time zone into account.
TimestampColumnVector - org.apache.flink.table.dataformat.vector中的接口
Timestamp column vector.
TimestampConverter(int) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.TimestampConverter
 
timestampFloor(TimeUnitRange, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampFloor(TimeUnitRange, long, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampToInternal(Timestamp) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Converts the Java type used for UDF parameters of SQL TIMESTAMP type (Timestamp) to internal representation (long).
timestampToString(long, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampToString(long, int, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Convert a timestamp to string.
timestampToString(SqlTimestamp, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampToString(SqlTimestamp, TimeZone, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampToTimestampWithLocalZone(SqlTimestamp, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampWithLocalZoneToDate(long, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampWithLocalZoneToTime(long, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampWithLocalZoneToTimestamp(SqlTimestamp, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timeStringToUnixDate(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timeStringToUnixDate(String, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timeToInternal(Time) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Converts the Java type used for UDF parameters of SQL TIME type (Time) to internal representation (int).
timeToTimestampWithLocalZone(int, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
TimeWindow - org.apache.flink.table.runtime.operators.window中的类
A Window that represents a time interval from start (inclusive) to end (exclusive).
TimeWindow(long, long) - 类 的构造器org.apache.flink.table.runtime.operators.window.TimeWindow
 
TimeWindow.Serializer - org.apache.flink.table.runtime.operators.window中的类
The serializer used to write the TimeWindow type.
TimeWindow.Serializer.TimeWindowSerializerSnapshot - org.apache.flink.table.runtime.operators.window中的类
Serializer configuration snapshot for compatibility and format evolution.
TimeWindowSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer.TimeWindowSerializerSnapshot
 
toBase64(BinaryString) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
toBase64(byte[]) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
toBigDecimal() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
toBinaryArray(BaseArray) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
toBinaryMap(BaseMap) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
toBinaryRow(T) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
Convert a BaseRow to a BinaryRow.
toBinaryRow(BaseRow) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer
Convert base row to binary row.
toBinaryRow(BinaryRow) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
toBooleanArray() - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
toBooleanArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
toBooleanArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
toBooleanSQL(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Decide boolean representation of a string.
toByte(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
toByteArray() - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
toByteArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
toByteArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
toClassArray(LogicalType, Class<T>) - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
toDate(int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toDecimal(BinaryString, int, int) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Parses this BinaryString to Decimal.
toDouble(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
toDoubleArray() - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
toDoubleArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
toDoubleArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
toExternal(Internal) - 类 中的方法org.apache.flink.table.dataformat.DataFormatConverters.DataFormatConverter
Convert a internal data format to its external(Java) equivalent while automatically handling nulls.
toExternal(BaseRow, int) - 类 中的方法org.apache.flink.table.dataformat.DataFormatConverters.DataFormatConverter
Given a internalType row, convert the value at column `column` to its external(Java) equivalent.
toFloat(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
toFloatArray() - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
toFloatArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
toFloatArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
toGenericRow(BaseRow, LogicalType[]) - 类 中的静态方法org.apache.flink.table.dataformat.util.BaseRowUtil
 
toInstant() - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
Convert this SqlTimestamp object to a Instant.
toInt(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Parses this BinaryString to Int.
toIntArray() - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
toIntArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
toIntArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
toInternal(External) - 类 中的方法org.apache.flink.table.dataformat.DataFormatConverters.DataFormatConverter
Converts a external(Java) data format to its internal equivalent while automatically handling nulls.
toJavaMap(LogicalType, LogicalType) - 接口 中的方法org.apache.flink.table.dataformat.BaseMap
This method will return a Java map containing INTERNAL type data.
toJavaMap(LogicalType, LogicalType) - 类 中的方法org.apache.flink.table.dataformat.BinaryMap
 
toJavaMap(LogicalType, LogicalType) - 类 中的方法org.apache.flink.table.dataformat.GenericMap
 
toLocalDateTime() - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
Convert this SqlTimestamp object to a LocalDateTime.
toLong(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Parses this BinaryString to Long.
toLongArray() - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
toLongArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
toLongArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
toLowerCase() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Converts all of the characters in this BinaryString to lower case.
toOriginString(LogicalType...) - 类 中的方法org.apache.flink.table.dataformat.BinaryRow
 
toOriginString(BaseRow, LogicalType[]) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryRow
 
toRowType(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
 
toRowType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
toShort(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
toShortArray() - 接口 中的方法org.apache.flink.table.dataformat.BaseArray
 
toShortArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryArray
 
toShortArray() - 类 中的方法org.apache.flink.table.dataformat.GenericArray
 
toSqlTimestamp(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toSqlTimestamp(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toString() - 类 中的方法org.apache.flink.table.dataformat.BinaryGeneric
 
toString() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
 
toString() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
toString() - 类 中的方法org.apache.flink.table.dataformat.GenericMap
 
toString() - 类 中的方法org.apache.flink.table.dataformat.JoinedRow
 
toString() - 类 中的方法org.apache.flink.table.dataformat.ObjectArrayRow
 
toString() - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
 
toString() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
 
toString(List<String>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.ConstantRankRange
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.rank.ConstantRankRange
 
toString(List<String>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.ConstantRankRangeWithoutEnd
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.rank.ConstantRankRangeWithoutEnd
 
toString(List<String>) - 接口 中的方法org.apache.flink.table.runtime.operators.rank.RankRange
 
toString(List<String>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.VariableRankRange
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.rank.VariableRankRange
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.TimeWindow
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
toString() - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
toString() - 类 中的方法org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyInstantTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyLocalDateTimeTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.LegacyTimestampTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampTypeInfo
 
totalNumBuffers - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The total reserved number of memory segments available to the hash join.
toTimestamp() - 类 中的方法org.apache.flink.table.dataformat.SqlTimestamp
Convert this SqlTimestmap object to a Timestamp.
toTimestamp(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(Decimal) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Parse date time string to timestamp based on the given time zone and "yyyy-MM-dd HH:mm:ss" format.
toTimestamp(String, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Parse date time string to timestamp based on the given time zone and format.
toTimestamp(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestampTz(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Parse date time string to timestamp based on the given time zone string and format.
toTimestampTz(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toUnscaledBytes() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
toUnscaledLong() - 类 中的方法org.apache.flink.table.dataformat.Decimal
 
toUpperCase() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Converts all of the characters in this BinaryString to upper case.
Trigger<W extends Window> - org.apache.flink.table.runtime.operators.window.triggers中的类
A Trigger determines when a pane of a window should be evaluated to emit the results for that part of the window.
Trigger() - 类 的构造器org.apache.flink.table.runtime.operators.window.triggers.Trigger
 
trigger - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
Trigger.OnMergeContext - org.apache.flink.table.runtime.operators.window.triggers中的接口
Trigger.TriggerContext - org.apache.flink.table.runtime.operators.window.triggers中的接口
A context object that is given to Trigger methods to allow them to register timer callbacks and deal with state.
triggering(Trigger<?>) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
trim() - 类 中的方法org.apache.flink.table.dataformat.BinaryString
Returns a string whose value is this string, with any leading and trailing whitespace removed.
trim(BinaryString, BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Walk each character of current string from both ends, remove the character if it is in trim string.
trim(BinaryString, boolean, boolean, BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
trimLeft(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
trimLeft(BinaryString, BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Walk each character of current string from left end, remove the character if it is in trim string.
trimRight(BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
 
trimRight(BinaryString, BinaryString) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryStringUtil
Walk each character of current string from right end, remove the character if it is in trim string.
truncate(SqlTimestamp, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
tryDistinctBuildRow - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Try to make the buildSide rows distinct.
tryProbe(BaseRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
Find matched build side rows for a probe row.
tryProbe(BaseRow) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
tumble(Duration) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
TumblingWindowAssigner - org.apache.flink.table.runtime.operators.window.assigners中的类
A WindowAssigner that windows elements into fixed-size windows based on the timestamp of the elements.
TumblingWindowAssigner(long, long, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
TupleConverter(Class<Tuple>, DataType[]) - 类 的构造器org.apache.flink.table.dataformat.DataFormatConverters.TupleConverter
 
TypeCheckUtils - org.apache.flink.table.runtime.typeutils中的类
Utils for type.
TypeCheckUtils() - 类 的构造器org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
TypeGetterSetters - org.apache.flink.table.dataformat中的接口
Provide type specialized getters and setters to reduce if/else and eliminate box and unbox.
TypeInfoDataTypeConverter - org.apache.flink.table.runtime.types中的类
已过时。
TypeInfoDataTypeConverter() - 类 的构造器org.apache.flink.table.runtime.types.TypeInfoDataTypeConverter
已过时。
 
TypeInfoLogicalTypeConverter - org.apache.flink.table.runtime.types中的类
已过时。
TypeInfoLogicalTypeConverter() - 类 的构造器org.apache.flink.table.runtime.types.TypeInfoLogicalTypeConverter
已过时。
 

U

UnboundedFollowingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The UnboundedFollowing window frame.
UnboundedFollowingOverFrame(RowType, GeneratedAggsHandleFunction) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.UnboundedFollowingOverFrame
 
UnboundedOverWindowFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The unbounded window frame calculates frames with the following SQL forms: ...
UnboundedOverWindowFrame(GeneratedAggsHandleFunction, RowType) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
 
UnboundedPrecedingOverFrame - org.apache.flink.table.runtime.operators.over.frame中的类
The UnboundedPreceding window frame.
UnboundedPrecedingOverFrame(GeneratedAggsHandleFunction) - 类 的构造器org.apache.flink.table.runtime.operators.over.frame.UnboundedPrecedingOverFrame
 
unescapePathName(String) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionPathUtils
 
unixDateCeil(TimeUnitRange, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixDateToLocalDate(int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimeExtract(TimeUnitRange, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimestamp() - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Returns a Unix timestamp in seconds since '1970-01-01 00:00:00' UTC as an unsigned integer.
unixTimestamp(String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Returns the value of the argument as an unsigned integer in seconds since '1970-01-01 00:00:00' UTC.
unixTimestamp(String, String, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Returns the value of the argument as an unsigned integer in seconds since '1970-01-01 00:00:00' UTC.
unixTimestamp(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimestamp(String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimestamp(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Returns the value of the timestamp to seconds since '1970-01-01 00:00:00' UTC.
unixTimestampToLocalDateTime(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimeToLocalTime(int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimeToString(int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Helper for CAST({time} AS VARCHAR(n)).
UNSAFE - 类 中的静态变量org.apache.flink.table.dataformat.util.BinaryRowUtil
 
UpdatableRow - org.apache.flink.table.dataformat中的类
Wrap row to a updatable Generic Row.
UpdatableRow(BaseRow, int) - 类 的构造器org.apache.flink.table.dataformat.UpdatableRow
 
UpdatableTopNFunction - org.apache.flink.table.runtime.operators.rank中的类
The function could handle update input stream.
UpdatableTopNFunction(long, long, BaseRowTypeInfo, BaseRowKeySelector, GeneratedRecordComparator, BaseRowKeySelector, RankType, RankRange, boolean, boolean, long) - 类 的构造器org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
updateNumOfAssociations(BaseRow, int) - 接口 中的方法org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateView
Updates the number of associations belongs to the record.
used - 类 中的变量org.apache.flink.table.runtime.util.collections.ByteHashSet
 
used - 类 中的变量org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Used array for dense mode.
UTC_ZONE - 类 中的静态变量org.apache.flink.table.runtime.functions.SqlDateTimeUtils
The UTC time zone.
uuid() - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
uuid(byte[]) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 

V

valueArray() - 类 中的方法org.apache.flink.table.dataformat.BinaryMap
 
valueOf(BinaryArray, BinaryArray) - 类 中的静态方法org.apache.flink.table.dataformat.BinaryMap
 
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.runtime.operators.join.FlinkJoinType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.runtime.operators.join.HashJoinType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.runtime.operators.rank.RankType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.table.runtime.operators.join.FlinkJoinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.table.runtime.operators.join.HashJoinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.table.runtime.operators.rank.RankType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
ValuesInputFormat - org.apache.flink.table.runtime.operators.values中的类
Generated ValuesInputFormat.
ValuesInputFormat(GeneratedInput<GenericInputFormat<BaseRow>>, BaseRowTypeInfo) - 类 的构造器org.apache.flink.table.runtime.operators.values.ValuesInputFormat
 
VariableRankRange - org.apache.flink.table.runtime.operators.rank中的类
changing rank limit depends on input.
VariableRankRange(int) - 类 的构造器org.apache.flink.table.runtime.operators.rank.VariableRankRange
 
vector - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapBooleanVector
 
vector - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapByteVector
 
vector - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapDoubleVector
 
vector - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapFloatVector
 
vector - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapIntVector
 
vector - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapLongVector
 
vector - 类 中的变量org.apache.flink.table.dataformat.vector.heap.HeapShortVector
 
VectorizedColumnBatch - org.apache.flink.table.dataformat.vector中的类
A VectorizedColumnBatch is a set of rows, organized with each column as a vector.
VectorizedColumnBatch(ColumnVector[]) - 类 的构造器org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
visit(AtomicDataType) - 类 中的方法org.apache.flink.table.runtime.types.DataTypePrecisionFixer
 
visit(CollectionDataType) - 类 中的方法org.apache.flink.table.runtime.types.DataTypePrecisionFixer
 
visit(FieldsDataType) - 类 中的方法org.apache.flink.table.runtime.types.DataTypePrecisionFixer
 
visit(KeyValueDataType) - 类 中的方法org.apache.flink.table.runtime.types.DataTypePrecisionFixer
 

W

WatermarkAssignerOperator - org.apache.flink.table.runtime.operators.wmassigners中的类
A stream operator that extracts timestamps from stream elements and generates periodic watermarks.
WatermarkAssignerOperator(int, WatermarkGenerator, long) - 类 的构造器org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
Create a watermark assigner operator.
WatermarkAssignerOperatorFactory - org.apache.flink.table.runtime.operators.wmassigners中的类
WatermarkAssignerOperatorFactory(int, long, GeneratedWatermarkGenerator) - 类 的构造器org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
 
WatermarkGenerator - org.apache.flink.table.runtime.generated中的类
The WatermarkGenerator is used to generate watermark based the input elements.
WatermarkGenerator() - 类 的构造器org.apache.flink.table.runtime.generated.WatermarkGenerator
 
Window - org.apache.flink.table.runtime.operators.window中的类
A Window is a grouping of elements into finite buckets.
Window() - 类 的构造器org.apache.flink.table.runtime.operators.window.Window
 
windowAggregator - 类 中的变量org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
 
windowAggregator - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperator
 
WindowAssigner<W extends Window> - org.apache.flink.table.runtime.operators.window.assigners中的类
A WindowAssigner assigns zero or more Windows to an element.
WindowAssigner() - 类 的构造器org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
 
windowAssigner - 类 中的变量org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
 
windowAssigner - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
windowFunction - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperator
 
WindowOperator<K,W extends Window> - org.apache.flink.table.runtime.operators.window中的类
An operator that implements the logic for windowing based on a WindowAssigner and Trigger.
WindowOperatorBuilder - org.apache.flink.table.runtime.operators.window中的类
The WindowOperatorBuilder is used to build WindowOperator fluently.
WindowOperatorBuilder() - 类 的构造器org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
WindowOperatorBuilder.AggregateWindowOperatorBuilder - org.apache.flink.table.runtime.operators.window中的类
The builder which is used to build AggregateWindowOperator fluently.
WindowOperatorBuilder.TableAggregateWindowOperatorBuilder - org.apache.flink.table.runtime.operators.window中的类
The builder which is used to build TableAggregateWindowOperator fluently.
windowPropertyTypes - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
WindowsGrouping - org.apache.flink.table.runtime.operators.window.grouping中的类
Assigning windows from the sorted input buffers.
withAllowedLateness(Duration) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withEarlyFirings(Trigger<W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
Creates a new Trigger like the this, except that it fires repeatedly whenever the given Trigger fires before the watermark has passed the end of the window.
withEarlyFirings(Trigger<W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
Creates a new Trigger like the this, except that it fires repeatedly whenever the given Trigger fires before the processing time has passed the end of the window.
withEventTime() - 接口 中的方法org.apache.flink.table.runtime.operators.window.assigners.InternalTimeWindowAssigner
 
withEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
withEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
withEventTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
withEventTime(int) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withGap(Duration) - 类 中的静态方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
Creates a new SessionWindowAssigner WindowAssigner that assigns elements to sessions based on the timestamp.
withInputFields(LogicalType[]) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withLateFirings(Trigger<W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
Creates a new Trigger like the this, except that it fires repeatedly whenever the given Trigger fires after the watermark has passed the end of the window.
withLateFirings(Trigger<W>) - 类 中的方法org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
Creates a new Trigger like the this, except that it fires repeatedly whenever the given Trigger fires after the watermark has passed the end of the window.
withOffset(Duration) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
withOffset(Duration) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
Creates a new TumblingWindowAssigner WindowAssigner that assigns elements to time windows based on the element timestamp and offset.
withoutUniqueKey() - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Creates a JoinInputSideSpec that input hasn't any unique keys.
withProcessingTime() - 接口 中的方法org.apache.flink.table.runtime.operators.window.assigners.InternalTimeWindowAssigner
 
withProcessingTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
withProcessingTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
withProcessingTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
withProcessingTime() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withSendRetraction() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withUniqueKey(BaseRowTypeInfo, KeySelector<BaseRow, BaseRow>) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Creates a JoinInputSideSpec that the input has an unique key.
withUniqueKeyContainedByJoinKey(BaseRowTypeInfo, KeySelector<BaseRow, BaseRow>) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Creates a JoinInputSideSpec that input has an unique key and the unique key is contained by the join key.
WrappedRowIterator<T extends BaseRow> - org.apache.flink.table.runtime.hashtable中的类
Wrap MutableObjectIterator to java RowIterator.
WrappedRowIterator(MutableObjectIterator<T>, T) - 类 的构造器org.apache.flink.table.runtime.hashtable.WrappedRowIterator
 
write(BinaryWriter, int, Object, LogicalType, TypeSerializer) - 接口 中的静态方法org.apache.flink.table.dataformat.BinaryWriter
 
write(T) - 类 中的方法org.apache.flink.table.filesystem.DynamicPartitionWriter
 
write(T) - 类 中的方法org.apache.flink.table.filesystem.GroupedPartitionWriter
 
write(T) - 接口 中的方法org.apache.flink.table.filesystem.PartitionWriter
Write a record.
write(T) - 类 中的方法org.apache.flink.table.filesystem.SingleDirectoryWriter
 
write(BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
write(MutableObjectIterator<BinaryRow>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
write(BaseRow) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Writes a given record to this sort buffer.
writeArray(int, BaseArray, BaseArraySerializer) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeArray(int, BaseArray, BaseArraySerializer) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeBinary(int, byte[]) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeBinary(int, byte[]) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeBlock(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
writeBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeBoolean(int, boolean) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
writeBoolean(int, boolean) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeByte(int, byte) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
writeByte(int, byte) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeDecimal(int, Decimal, int) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeDecimal(int, Decimal, int) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeDouble(int, double) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
writeDouble(int, double) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeFloat(int, float) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
writeFloat(int, float) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeGeneric(int, BinaryGeneric, BinaryGenericSerializer) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeGeneric(int, BinaryGeneric, BinaryGenericSerializer) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeHeader(byte) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
writeIndexAndNormalizedKey(BaseRow, long) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
Write of index and normalizedKey.
writeInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeInt(int, int) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
writeInt(int, int) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeLong(int, long) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
writeLong(int, long) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeMap(int, BaseMap, BaseMapSerializer) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeMap(int, BaseMap, BaseMapSerializer) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeMergingOutput(MutableObjectIterator<Entry>, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
read the merged stream and write the data back.
writeMergingOutput(MutableObjectIterator<BinaryRow>, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
writeMergingOutput(MutableObjectIterator<Tuple2<BinaryRow, BinaryRow>>, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
writeRecord(T) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat
 
writeRow(int, BaseRow, BaseRowSerializer) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeRow(int, BaseRow, BaseRowSerializer) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeShort(int, short) - 类 中的方法org.apache.flink.table.dataformat.BinaryRowWriter
 
writeShort(int, short) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseArraySerializer.BaseArraySerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseMapSerializer.BaseMapSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BaseRowSerializer.BaseRowSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowSerializer.BinaryRowSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalSerializer.DecimalSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.SqlTimestampSerializer.SqlTimestampSerializerSnapshot
 
writeString(int, BinaryString) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
writeString(int, BinaryString) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeTimestamp(int, SqlTimestamp, int) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeTimestamp(int, SqlTimestamp, int) - 接口 中的方法org.apache.flink.table.dataformat.BinaryWriter
 
writeToOutput(AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
Spill: Write all records to a AbstractPagedOutputView.
writeToOutput(AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryKVInMemorySortBuffer
 

Z

zero(int, int) - 类 中的静态方法org.apache.flink.table.dataformat.Decimal
 
zeroOutPaddingBytes(int) - 类 中的方法org.apache.flink.table.dataformat.AbstractBinaryWriter
 
A B C D E F G H I J K L M N O P R S T U V W Z 
跳过导航链接

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