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

A

abs(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
abs(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
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
 
AbstractHeapVector - org.apache.flink.table.data.vector.heap中的类
Heap vector that nullable shared structure.
AbstractHeapVector(int) - 类 的构造器org.apache.flink.table.data.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.
AbstractRowDataConverter(DataType[]) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.AbstractRowDataConverter
 
AbstractRowDataSerializer<T extends org.apache.flink.table.data.RowData> - org.apache.flink.table.runtime.typeutils中的类
Row serializer, provided paged serialize paged method.
AbstractRowDataSerializer() - 类 的构造器org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
 
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(RowDataTypeInfo, RowDataTypeInfo, 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.
AbstractWritableVector - org.apache.flink.table.data.vector.writable中的类
Contains the shared structure for ColumnVectors, including NULL information and dictionary.
AbstractWritableVector() - 类 的构造器org.apache.flink.table.data.vector.writable.AbstractWritableVector
 
accept(Collection<OUT>, Throwable) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture
 
accumulate(RowData) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Accumulates the input values to the accumulators.
accumulate(RowData) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Accumulates the input values to the accumulators.
accumulatorTypes - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
acos(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
add(DecimalData, DecimalData, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
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(RowData) - 类 中的方法org.apache.flink.table.runtime.util.ResettableExternalBuffer
 
add(RowData) - 接口 中的方法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(RowData, RowData) - 类 中的方法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<RowData>, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
 
addInput(RowData, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
addInput(RowData, RowData) - 类 中的方法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(RowData, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepFirstRowFunction
 
addInput(RowData, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepLastRowFunction
 
addInputToBuffer(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
addIntoBuffer(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
addIntoBuffer(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
addMonths(long, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
TODO: remove addMonths and subtractMonths if CALCITE-3881 fixed.
addMonths(int, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
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.
addPartition(String) - 接口 中的方法org.apache.flink.table.filesystem.stream.PartitionCommitTrigger
Add a pending partition.
addPartition(String) - 类 中的方法org.apache.flink.table.filesystem.stream.PartitionTimeCommitTigger
 
addPartition(String) - 类 中的方法org.apache.flink.table.filesystem.stream.ProcTimeCommitTigger
 
addRecord(RowData) - 接口 中的方法org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateView
Add a new record to the state view.
addRecord(RowData, 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.data.writer.BinaryArrayWriter
 
afterGrow() - 类 中的方法org.apache.flink.table.data.writer.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
 
append(BytesHashMap.LookupInfo, BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
Append an value into the hash map's record area.
appendBytes(int, byte[], int, int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBytesVector
 
appendBytes(int, byte[], int, int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableBytesVector
Append byte[] at rowId with the provided value.
AppendOnlyTopNFunction - org.apache.flink.table.runtime.operators.rank中的类
A TopN function could handle insert-only stream.
AppendOnlyTopNFunction(long, long, RowDataTypeInfo, GeneratedRecordComparator, RowDataKeySelector, RankType, RankRange, boolean, boolean, long) - 类 的构造器org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
 
apply(RowData, RowData) - 接口 中的方法org.apache.flink.table.runtime.generated.JoinCondition
 
apply(IN) - 接口 中的方法org.apache.flink.table.runtime.generated.Projection
 
applyLimit(long) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
applyPartitionPruning(List<Map<String, String>>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
applyPredicate(List<Expression>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
ArrayBooleanArrayConverter - org.apache.flink.table.data.conversion中的类
Converter for ArrayType of boolean[] external type.
ArrayBooleanArrayConverter() - 类 的构造器org.apache.flink.table.data.conversion.ArrayBooleanArrayConverter
 
ArrayByteArrayConverter - org.apache.flink.table.data.conversion中的类
Converter for ArrayType of byte[] external type.
ArrayByteArrayConverter() - 类 的构造器org.apache.flink.table.data.conversion.ArrayByteArrayConverter
 
ArrayColumnVector - org.apache.flink.table.data.vector中的接口
Array column vector.
ArrayDataSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for ArrayData.
ArrayDataSerializer(LogicalType, ExecutionConfig) - 类 的构造器org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
ArrayDataSerializer.ArrayDataSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for ArrayDataSerializer.
ArrayDataSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
ArrayDoubleArrayConverter - org.apache.flink.table.data.conversion中的类
Converter for ArrayType of double[] external type.
ArrayDoubleArrayConverter() - 类 的构造器org.apache.flink.table.data.conversion.ArrayDoubleArrayConverter
 
ArrayFloatArrayConverter - org.apache.flink.table.data.conversion中的类
Converter for ArrayType of float[] external type.
ArrayFloatArrayConverter() - 类 的构造器org.apache.flink.table.data.conversion.ArrayFloatArrayConverter
 
ArrayIntArrayConverter - org.apache.flink.table.data.conversion中的类
Converter for ArrayType of int[] external type.
ArrayIntArrayConverter() - 类 的构造器org.apache.flink.table.data.conversion.ArrayIntArrayConverter
 
ArrayLongArrayConverter - org.apache.flink.table.data.conversion中的类
Converter for ArrayType of long[] external type.
ArrayLongArrayConverter() - 类 的构造器org.apache.flink.table.data.conversion.ArrayLongArrayConverter
 
ArrayObjectArrayConverter<E> - org.apache.flink.table.data.conversion中的类
Converter for ArrayType of nested primitive or object arrays external types.
ArrayShortArrayConverter - org.apache.flink.table.data.conversion中的类
Converter for ArrayType of short[] external type.
ArrayShortArrayConverter() - 类 的构造器org.apache.flink.table.data.conversion.ArrayShortArrayConverter
 
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(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
assignActualWindows(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.GeneralWindowProcessFunction
 
assignActualWindows(RowData, 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(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
assignActualWindows(RowData, 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(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.GeneralWindowProcessFunction
 
assignStateNamespace(RowData, 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(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
assignStateNamespace(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.PanedWindowProcessFunction
 
assignWindows(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
assignWindows(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
assignWindows(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
assignWindows(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
assignWindows(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
assignWindows(RowData, 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(RowData, ResultFuture<RowData>) - 类 中的方法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<RowData, Object>>, GeneratedResultFuture<TableFunctionResultFuture<RowData>>, TypeInformation<?>, RowDataTypeInfo, 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<RowData, Object>>, GeneratedFunction<FlatMapFunction<RowData, RowData>>, GeneratedResultFuture<TableFunctionResultFuture<RowData>>, TypeInformation<?>, RowDataTypeInfo, boolean, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinWithCalcRunner
 
atan(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
atan2(DecimalData, DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 

B

BaseHybridHashTable - org.apache.flink.table.runtime.hashtable中的类
BaseHybridHashTable(Configuration, Object, MemoryManager, long, IOManager, int, long, boolean) - 类 的构造器org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
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.data.util.DataFormatConverters.BigDecimalConverter
 
BigDecimalTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for BigDecimal.
BigDecimalTypeInfo(int, int) - 类 的构造器org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
BinaryArrayWriter - org.apache.flink.table.data.writer中的类
Writer for binary array.
BinaryArrayWriter(BinaryArrayData, int, int) - 类 的构造器org.apache.flink.table.data.writer.BinaryArrayWriter
 
BinaryArrayWriter.NullSetter - org.apache.flink.table.data.writer中的接口
Accessor for setting the elements of an array writer to null during runtime.
BinaryExternalMerger - org.apache.flink.table.runtime.operators.sort中的类
Record merger for sort of BinaryRowData.
BinaryExternalMerger(IOManager, int, int, SpillChannelManager, BinaryRowDataSerializer, 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, AbstractRowDataSerializer<RowData>, BinaryRowDataSerializer, NormalizedKeyComputer, RecordComparator, Configuration) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
BinaryExternalSorter(Object, MemoryManager, long, IOManager, AbstractRowDataSerializer<RowData>, BinaryRowDataSerializer, NormalizedKeyComputer, RecordComparator, Configuration, float) - 类 的构造器org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
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 BinaryRowData.
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, AbstractRowDataSerializer, AbstractRowDataSerializer, Projection<RowData, BinaryRowData>, Projection<RowData, BinaryRowData>, 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, BinaryRowDataSerializer, 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, BinaryRowDataSerializer, BinaryRowDataSerializer, 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.
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
 
BinaryRowChannelInputViewIterator - org.apache.flink.table.runtime.io中的类
A simple iterator over the input read though an I/O channel.
BinaryRowChannelInputViewIterator(ChannelReaderInputView, BinaryRowDataSerializer) - 类 的构造器org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
 
BinaryRowChannelInputViewIterator(ChannelReaderInputView, List<MemorySegment>, BinaryRowDataSerializer) - 类 的构造器org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
 
BinaryRowDataKeySelector - org.apache.flink.table.runtime.keyselector中的类
A KeySelector which will extract key from RowData.
BinaryRowDataKeySelector(RowDataTypeInfo, GeneratedProjection) - 类 的构造器org.apache.flink.table.runtime.keyselector.BinaryRowDataKeySelector
 
BinaryRowDataSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for BinaryRowData.
BinaryRowDataSerializer(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for BinaryRowDataSerializer.
BinaryRowDataSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
 
BinaryRowDataUtil - org.apache.flink.table.data.binary中的类
Utilities for BinaryRowData.
BinaryRowDataUtil() - 类 的构造器org.apache.flink.table.data.binary.BinaryRowDataUtil
 
BinaryRowWriter - org.apache.flink.table.data.writer中的类
Writer for BinaryRowData.
BinaryRowWriter(BinaryRowData) - 类 的构造器org.apache.flink.table.data.writer.BinaryRowWriter
 
BinaryRowWriter(BinaryRowData, int) - 类 的构造器org.apache.flink.table.data.writer.BinaryRowWriter
 
BinaryStringDataUtil - org.apache.flink.table.data.binary中的类
Util for BinaryStringData.
BinaryStringDataUtil() - 类 的构造器org.apache.flink.table.data.binary.BinaryStringDataUtil
 
BinaryWriter - org.apache.flink.table.data.writer中的接口
Writer to write a composite data format, like row, array. 1.
BinaryWriter.ValueSetter - org.apache.flink.table.data.writer中的接口
Accessor for setting the elements of an array writer during runtime.
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
 
BooleanColumnVector - org.apache.flink.table.data.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
 
BoxedWrapperRowData - org.apache.flink.table.data中的类
An implementation of RowData which also is also backed by an array of Java Object, just similar to GenericRowData.
BoxedWrapperRowData(int) - 类 的构造器org.apache.flink.table.data.BoxedWrapperRowData
 
BUCKET_SIZE - 类 中的静态变量org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
buffer - 类 中的变量org.apache.flink.table.data.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, BinaryRowDataSerializer, BinaryRowDataSerializer, 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.data.binary.BinaryRowDataUtil
 
BYTE_ARRAY_OFFSET - 类 中的静态变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
byteArrayEquals(byte[], byte[], int) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryRowDataUtil
 
byteArrayEquals(Object, long, Object, long, int) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryRowDataUtil
 
ByteColumnVector - org.apache.flink.table.data.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.data.vector.BytesColumnVector.Bytes
 
BytesColumnVector - org.apache.flink.table.data.vector中的接口
Bytes column vector to get BytesColumnVector.Bytes, it include original data and offset and length.
BytesColumnVector.Bytes - org.apache.flink.table.data.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(BinaryRowData) 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(RowData) - 接口 中的方法org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame.CalcOffsetFunc
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
canEqual(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
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.data.util.DataFormatConverters.CaseClassConverter
 
castFrom(DecimalData, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castFrom(String, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castFrom(double, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castFrom(long, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castFrom(boolean, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToBoolean(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToByte(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToDecimal(DecimalData, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToDouble(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToFloat(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToInt(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToIntegral(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToLong(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToShort(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
castToTimestamp(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
catalogName() - 接口 中的方法org.apache.flink.table.filesystem.PartitionCommitPolicy.Context
Catalog name of this table.
ceil(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
ceil(DecimalData) - 类 中的静态方法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(BinaryStringData) - 类 中的方法org.apache.flink.table.runtime.functions.SqlLikeChainChecker
 
checkNextIndexOffset() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
check if we need request next index memory.
checkpointId - 类 中的变量org.apache.flink.table.filesystem.stream.StreamingFileCommitter.CommitMessage
 
checkSkipReadForFixLengthPart(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
We need skip bytes to read when the remain bytes of current segment is not enough to write binary row fixed part.
checkSortKeyInBufferRange(RowData, 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
 
cleanCache() - 类 中的方法org.apache.flink.table.runtime.util.LazyMemorySegmentPool
 
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.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.collector.WrappingCollector
 
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.LazyMemorySegmentPool
 
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(T) - 类 中的方法org.apache.flink.table.runtime.util.StreamRecordCollector
 
collectDelete(Collector<RowData>, RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
collectDelete(Collector<RowData>, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
collectInsert(Collector<RowData>, RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
collectInsert(Collector<RowData>, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
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.
collectUpdateAfter(Collector<RowData>, RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
collectUpdateAfter(Collector<RowData>, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
collectUpdateBefore(Collector<RowData>, RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
collectUpdateBefore(Collector<RowData>, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
ColumnarArrayData - org.apache.flink.table.data中的类
Columnar array to support access to vector column data.
ColumnarArrayData(ColumnVector, int, int) - 类 的构造器org.apache.flink.table.data.ColumnarArrayData
 
ColumnarRowData - org.apache.flink.table.data中的类
Columnar row to support access to vector column data.
ColumnarRowData() - 类 的构造器org.apache.flink.table.data.ColumnarRowData
 
ColumnarRowData(VectorizedColumnBatch) - 类 的构造器org.apache.flink.table.data.ColumnarRowData
 
ColumnarRowData(VectorizedColumnBatch, int) - 类 的构造器org.apache.flink.table.data.ColumnarRowData
 
columns - 类 中的变量org.apache.flink.table.data.vector.VectorizedColumnBatch
 
ColumnVector - org.apache.flink.table.data.vector中的接口
Nullable column vector.
commit(PartitionCommitPolicy.Context) - 类 中的方法org.apache.flink.table.filesystem.MetastoreCommitPolicy
 
commit(PartitionCommitPolicy.Context) - 接口 中的方法org.apache.flink.table.filesystem.PartitionCommitPolicy
Commit a partition.
commit(PartitionCommitPolicy.Context) - 类 中的方法org.apache.flink.table.filesystem.SuccessFileCommitPolicy
 
CommitMessage() - 类 的构造器org.apache.flink.table.filesystem.stream.StreamingFileCommitter.CommitMessage
Pojo need this constructor.
CommitMessage(long, int, int, List<String>) - 类 的构造器org.apache.flink.table.filesystem.stream.StreamingFileCommitter.CommitMessage
 
committablePartitions(long) - 接口 中的方法org.apache.flink.table.filesystem.stream.PartitionCommitTrigger
Get committable partitions, and cleanup useless watermarks and partitions.
committablePartitions(long) - 类 中的方法org.apache.flink.table.filesystem.stream.PartitionTimeCommitTigger
 
committablePartitions(long) - 类 中的方法org.apache.flink.table.filesystem.stream.ProcTimeCommitTigger
 
compare(DecimalData, DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
compare(DecimalData, long) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
compare(DecimalData, double) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
compare(long, DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
compare(double, DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
compare(RowData, RowData) - 接口 中的方法org.apache.flink.table.runtime.generated.RecordComparator
 
compare(RowData, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.match.RowDataEventComparator
 
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(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.data.writer.BinaryArrayWriter
Finally, complete write to set real size to row.
complete() - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
complete() - 接口 中的方法org.apache.flink.table.data.writer.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(BinaryStringData...) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Concatenates input strings together into a single string.
concat(Iterable<BinaryStringData>) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
concatWs(BinaryStringData, BinaryStringData...) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Concatenates input strings together into a single string using the separator.
concatWs(BinaryStringData, Iterable<BinaryStringData>) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
configure(Configuration) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat
 
configure(String[], TypeInformation<?>[]) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink
 
configurePartitionGrouping(boolean) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink
 
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
 
consumeDataStream(DataStream<RowData>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink
 
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.data.util.DataFormatConverters.AbstractRowDataConverter
 
convertToJavaMap(MapData, LogicalType, LogicalType) - 类 中的静态方法org.apache.flink.table.data.util.MapDataUtil
Converts a MapData into Java Map, the keys and values of the Java map still holds objects of internal data structures.
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(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(ArrayData) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
copy(ArrayData, ArrayData) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
copy(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
copy(BinaryRowData, BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
copy(DecimalData) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
copy(DecimalData, DecimalData) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
copy(MapData) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
NOTE: Map should be a HashMap, when we insert the key/value pairs of the TreeMap into a HashMap, problems maybe occur.
copy(MapData, MapData) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
copy(RawValueData<T>) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
copy(RawValueData<T>, RawValueData<T>) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
copy(RowData) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
copy(RowData, RowData) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
copy(StringData) - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
copy(StringData, StringData) - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
copy(TimestampData) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
copy(TimestampData, TimestampData) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
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.BinaryRowDataSerializer
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
 
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(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
cosh(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
cot(DecimalData) - 类 中的静态方法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(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
 
create(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.RawByteArrayConverter
 
create(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.RawObjectConverter
 
create(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.RowRowConverter
 
create(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.StructuredObjectConverter
 
create(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.YearMonthIntervalPeriodConverter
 
create(URI) - 接口 中的方法org.apache.flink.table.filesystem.FileSystemFactory
Creates a new file system for the given file system URI.
create(FSDataOutputStream) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink.ProjectionBulkFactory
 
create(ClassLoader, String, String, String) - 接口 中的静态方法org.apache.flink.table.filesystem.PartitionTimeExtractor
 
create(PartitionWriter.Context<T>, PartitionTempFileManager, PartitionComputer<T>) - 接口 中的方法org.apache.flink.table.filesystem.PartitionWriterFactory
 
create(boolean, OperatorStateStore, Configuration, ClassLoader, List<String>, ProcessingTimeService) - 接口 中的静态方法org.apache.flink.table.filesystem.stream.PartitionCommitTrigger
 
create(RuntimeContext, String, JoinInputSideSpec, RowDataTypeInfo, long) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateViews
create(RuntimeContext, String, JoinInputSideSpec, RowDataTypeInfo, long) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateViews
create(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.InternalSerializers
Creates a TypeSerializer for internal data structures of the given LogicalType.
create(LogicalType, ExecutionConfig) - 类 中的静态方法org.apache.flink.table.runtime.types.InternalSerializers
Creates a TypeSerializer for internal data structures of the given LogicalType.
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, AbstractRowDataSerializer<RowData>, BinaryRowDataSerializer, RecordComparator, MemorySegmentPool) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Create a memory sorter in `insert` way.
createBuffer(NormalizedKeyComputer, BinaryRowDataSerializer, BinaryRowDataSerializer, RecordComparator, ArrayList<MemorySegment>, long, MemorySegmentPool) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.BinaryKVInMemorySortBuffer
 
createComparator(int[], boolean[], int, ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
createDataStructureConverter(DataType) - 类 中的方法org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
 
createDataStructureConverter(DataType) - 类 中的方法org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
 
createDataStructureConverter(DataType) - 类 中的方法org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
 
createFetcherResultFuture(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
 
createFetcherResultFuture(Configuration) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinWithCalcRunner
 
createForElement(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
 
createForMapType(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.MapMapConverter
 
createFormatFactory(Map<String, String>) - 类 中的静态方法org.apache.flink.table.filesystem.FileSystemTableFactory
 
createForMultisetType(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.MapMapConverter
 
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.ArrayDataSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
createInstance() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
createNullSetter(LogicalType) - 类 中的静态方法org.apache.flink.table.data.writer.BinaryArrayWriter
Creates an for accessor setting the elements of an array writer to null during runtime.
createOrAlterPartition(LinkedHashMap<String, String>, Path) - 接口 中的方法org.apache.flink.table.filesystem.TableMetaStoreFactory.TableMetaStore
After data has been inserted into the partition path, the partition may need to be created (if doesn't exists) or updated.
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
 
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
 
createPartitionDir(String...) - 类 中的方法org.apache.flink.table.filesystem.PartitionTempFileManager
Generate a new partition directory with partitions.
createPolicyChain(ClassLoader, String, String, String, Supplier<FileSystem>) - 接口 中的静态方法org.apache.flink.table.filesystem.PartitionCommitPolicy
Create a policy chain from config.
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
createStreamingSink(Configuration, Path, List<String>, ObjectIdentifier, boolean, DataStream<RowData>, StreamingFileSink.BucketsBuilder<RowData, String, ? extends StreamingFileSink.BucketsBuilder<RowData, ?, ?>>, TableMetaStoreFactory, FileSystemFactory, long) - 类 中的静态方法org.apache.flink.table.filesystem.FileSystemTableSink
 
createStreamOperator(StreamOperatorParameters<OUT>) - 类 中的方法org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
createStreamOperator(StreamOperatorParameters) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
 
createTableMetaStore() - 类 中的方法org.apache.flink.table.filesystem.EmptyMetaStoreFactory
 
createTableMetaStore() - 接口 中的方法org.apache.flink.table.filesystem.TableMetaStoreFactory
createTableSink(TableSinkFactory.Context) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableFactory
 
createTableSource(TableSourceFactory.Context) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableFactory
 
createTtlConfig(long) - 类 中的静态方法org.apache.flink.table.runtime.util.StateTtlConfigUtil
Creates a StateTtlConfig depends on retentionTime parameter.
createTypeComparatorBuilder() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
createTypeInformation(DataType) - 类 中的方法org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
 
createTypeInformation(DataType) - 类 中的方法org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
 
createTypeInformation(DataType) - 类 中的方法org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
 
createValueSetter(LogicalType) - 接口 中的静态方法org.apache.flink.table.data.writer.BinaryWriter
Creates an accessor for setting the elements of an array writer during runtime.
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(RowData) - 类 中的方法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(RowData) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.BoundedOutOfOrderWatermarkGenerator
 
CUSTOM - 接口 中的静态变量org.apache.flink.table.filesystem.PartitionCommitPolicy
 
CUSTOM - 接口 中的静态变量org.apache.flink.table.filesystem.PartitionTimeExtractor
 

D

data - 类 中的变量org.apache.flink.table.data.vector.BytesColumnVector.Bytes
 
databaseName() - 接口 中的方法org.apache.flink.table.filesystem.PartitionCommitPolicy.Context
Database name of this table.
DataFormatConverter() - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
 
DataFormatConverters - org.apache.flink.table.data.util中的类
Converters between internal data format and java format.
DataFormatConverters() - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters
 
DataFormatConverters.AbstractRowDataConverter<E> - org.apache.flink.table.data.util中的类
Abstract converter for internal base row.
DataFormatConverters.ArrayDataConverter - org.apache.flink.table.data.util中的类
Converter for ArrayData.
DataFormatConverters.BigDecimalConverter - org.apache.flink.table.data.util中的类
Converter for BigDecimal.
DataFormatConverters.BooleanConverter - org.apache.flink.table.data.util中的类
Converter for boolean.
DataFormatConverters.ByteConverter - org.apache.flink.table.data.util中的类
Converter for byte.
DataFormatConverters.CaseClassConverter - org.apache.flink.table.data.util中的类
Converter for case class.
DataFormatConverters.DataFormatConverter<Internal,External> - org.apache.flink.table.data.util中的类
Converter between internal data format and java format.
DataFormatConverters.DateConverter - org.apache.flink.table.data.util中的类
Converter for date.
DataFormatConverters.DecimalDataConverter - org.apache.flink.table.data.util中的类
Converter for DecimalData.
DataFormatConverters.DoubleConverter - org.apache.flink.table.data.util中的类
Converter for double.
DataFormatConverters.FloatConverter - org.apache.flink.table.data.util中的类
Converter for float.
DataFormatConverters.GenericConverter<T> - org.apache.flink.table.data.util中的类
Converter for RawValueData.
DataFormatConverters.IdentityConverter<T> - org.apache.flink.table.data.util中的类
Identity converter.
DataFormatConverters.InstantConverter - org.apache.flink.table.data.util中的类
Converter for Instant.
DataFormatConverters.IntConverter - org.apache.flink.table.data.util中的类
Converter for int.
DataFormatConverters.LocalDateConverter - org.apache.flink.table.data.util中的类
Converter for LocalDate.
DataFormatConverters.LocalDateTimeConverter - org.apache.flink.table.data.util中的类
Converter for LocalDateTime.
DataFormatConverters.LocalTimeConverter - org.apache.flink.table.data.util中的类
Converter for LocalTime.
DataFormatConverters.LongConverter - org.apache.flink.table.data.util中的类
Converter for long.
DataFormatConverters.LongTimestampDataConverter - org.apache.flink.table.data.util中的类
Converter for Long and TimestampData.
DataFormatConverters.MapConverter - org.apache.flink.table.data.util中的类
Converter for map.
DataFormatConverters.MapDataConverter - org.apache.flink.table.data.util中的类
Converter for MapData.
DataFormatConverters.ObjectArrayConverter<T> - org.apache.flink.table.data.util中的类
Converter for object array.
DataFormatConverters.PojoConverter<T> - org.apache.flink.table.data.util中的类
Converter for pojo.
DataFormatConverters.PrimitiveBooleanArrayConverter - org.apache.flink.table.data.util中的类
Converter for primitive boolean array.
DataFormatConverters.PrimitiveByteArrayConverter - org.apache.flink.table.data.util中的类
Converter for primitive byte array.
DataFormatConverters.PrimitiveDoubleArrayConverter - org.apache.flink.table.data.util中的类
Converter for primitive double array.
DataFormatConverters.PrimitiveFloatArrayConverter - org.apache.flink.table.data.util中的类
Converter for primitive float array.
DataFormatConverters.PrimitiveIntArrayConverter - org.apache.flink.table.data.util中的类
Converter for primitive int array.
DataFormatConverters.PrimitiveLongArrayConverter - org.apache.flink.table.data.util中的类
Converter for primitive long array.
DataFormatConverters.PrimitiveShortArrayConverter - org.apache.flink.table.data.util中的类
Converter for primitive short array.
DataFormatConverters.RawValueDataConverter - org.apache.flink.table.data.util中的类
Converter for RawValueData.
DataFormatConverters.RowConverter - org.apache.flink.table.data.util中的类
Converter for row.
DataFormatConverters.RowDataConverter - org.apache.flink.table.data.util中的类
Converter for base row.
DataFormatConverters.ShortConverter - org.apache.flink.table.data.util中的类
Converter for short.
DataFormatConverters.StringConverter - org.apache.flink.table.data.util中的类
Converter for String.
DataFormatConverters.StringDataConverter - org.apache.flink.table.data.util中的类
Converter for StringData.
DataFormatConverters.TimeConverter - org.apache.flink.table.data.util中的类
Converter for time.
DataFormatConverters.TimestampConverter - org.apache.flink.table.data.util中的类
Converter for timestamp.
DataFormatConverters.TimestampDataConverter - org.apache.flink.table.data.util中的类
Converter for TimestampData class.
DataFormatConverters.TupleConverter - org.apache.flink.table.data.util中的类
Converter for flink tuple.
DataStructureConverter<I,E> - org.apache.flink.table.data.conversion中的接口
Converter between internal and external data structure.
DataStructureConverters - org.apache.flink.table.data.conversion中的类
Registry of available data structure converters.
DataStructureConverters() - 类 的构造器org.apache.flink.table.data.conversion.DataStructureConverters
 
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
 
DateDateConverter - org.apache.flink.table.data.conversion中的类
Converter for DateType of Date external type.
DateDateConverter() - 类 的构造器org.apache.flink.table.data.conversion.DateDateConverter
 
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(TimestampData, String, ZoneId) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Format a timestamp as specific.
dateFormat(TimestampData, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(TimestampData, 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
 
DateLocalDateConverter - org.apache.flink.table.data.conversion中的类
Converter for DateType of LocalDate external type.
DateLocalDateConverter() - 类 的构造器org.apache.flink.table.data.conversion.DateLocalDateConverter
 
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
 
DayTimeIntervalDurationConverter - org.apache.flink.table.data.conversion中的类
Converter for DayTimeIntervalType of Duration external type.
DayTimeIntervalDurationConverter() - 类 的构造器org.apache.flink.table.data.conversion.DayTimeIntervalDurationConverter
 
DECIMAL_SYSTEM_DEFAULT - 类 中的静态变量org.apache.flink.table.data.DecimalDataUtils
 
DecimalBigDecimalConverter - org.apache.flink.table.data.conversion中的类
Converter for DecimalType of BigDecimal external type.
DecimalColumnVector - org.apache.flink.table.data.vector中的接口
Decimal column vector.
DecimalDataConverter(int, int) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.DecimalDataConverter
 
DecimalDataSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for DecimalData.
DecimalDataSerializer(int, int) - 类 的构造器org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
DecimalDataSerializer.DecimalSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for DecimalDataSerializer.
DecimalDataTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for DecimalData.
DecimalDataTypeInfo(int, int) - 类 的构造器org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
DecimalDataUtils - org.apache.flink.table.data中的类
Utilities for DecimalData.
DecimalDataUtils() - 类 的构造器org.apache.flink.table.data.DecimalDataUtils
 
DecimalSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
 
decodeToBinary(int) - 接口 中的方法org.apache.flink.table.data.vector.Dictionary
 
decodeToDouble(int) - 接口 中的方法org.apache.flink.table.data.vector.Dictionary
 
decodeToFloat(int) - 接口 中的方法org.apache.flink.table.data.vector.Dictionary
 
decodeToInt(int) - 接口 中的方法org.apache.flink.table.data.vector.Dictionary
 
decodeToLong(int) - 接口 中的方法org.apache.flink.table.data.vector.Dictionary
 
decodeToTimestamp(int) - 接口 中的方法org.apache.flink.table.data.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) - 类 的构造器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, RowDataTypeInfo, boolean, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepLastRowFunction
 
DEFAULT - 接口 中的静态变量org.apache.flink.table.filesystem.PartitionTimeExtractor
 
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.data.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
 
DefaultPartTimeExtractor - org.apache.flink.table.filesystem中的类
DefaultPartTimeExtractor(String) - 类 的构造器org.apache.flink.table.filesystem.DefaultPartTimeExtractor
 
defaultPartValue - 类 中的变量org.apache.flink.table.filesystem.RowDataPartitionComputer
 
defaultPartValue - 类 中的变量org.apache.flink.table.filesystem.RowPartitionComputer
 
degrees(DecimalData) - 类 中的静态方法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
 
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.ArrayDataSerializer
 
deserialize(ArrayData, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
deserialize(BinaryRowData, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
deserialize(DecimalData, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
deserialize(MapData, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
deserialize(RawValueData<T>, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
deserialize(RowData, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
deserialize(StringData, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
deserialize(TimestampData, DataInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
deserializeFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
De-serializes a record from the given source paged input view.
deserializeFromPages(T, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
deserializeFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
deserializeFromPages(BinaryRowData, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
deserializeFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
deserializeFromPages(RowData, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
deserializeInternal(DataInputView) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
Dictionary - org.apache.flink.table.data.vector中的接口
The interface for dictionary in AbstractColumnVector to decode dictionary encoded values.
dictionary - 类 中的变量org.apache.flink.table.data.vector.writable.AbstractWritableVector
The Dictionary for this column.
dictionaryIds - 类 中的变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
Reusable column for ids of dictionary.
dispose() - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileWriter
 
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(DecimalData, DecimalData, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
divideInt(int, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
divideToIntegralValue(DecimalData, DecimalData, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
Returns a DecimalData whose value is the integer part of the quotient (this / divisor) rounded down.
DOUBLE_ARRAY_OFFSET - 类 中的静态变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
DoubleColumnVector - org.apache.flink.table.data.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(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
duplicate() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
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, RowData, Collector<RowData>) - 接口 中的方法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<RowData>, RowData, 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.data.binary.BinaryRowDataUtil
 
EMPTY_STRING_ARRAY - 类 中的静态变量org.apache.flink.table.data.binary.BinaryStringDataUtil
 
EmptyMetaStoreFactory - org.apache.flink.table.filesystem中的类
Empty implementation TableMetaStoreFactory.
EmptyMetaStoreFactory(Path) - 类 的构造器org.apache.flink.table.filesystem.EmptyMetaStoreFactory
 
EmptyRowDataKeySelector - org.apache.flink.table.runtime.keyselector中的类
A utility class which key is always empty no matter what the input row is.
EmptyRowDataKeySelector() - 类 的构造器org.apache.flink.table.runtime.keyselector.EmptyRowDataKeySelector
 
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() - 接口 中的方法org.apache.flink.table.filesystem.stream.PartitionCommitTrigger
End input, return committable partitions and clear.
endInput() - 类 中的方法org.apache.flink.table.filesystem.stream.PartitionTimeCommitTigger
 
endInput() - 类 中的方法org.apache.flink.table.filesystem.stream.ProcTimeCommitTigger
 
endInput() - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileWriter
 
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
 
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(BinaryRowData, BinaryRowData) - 类 的构造器org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.Entry
 
equaliser - 类 中的变量org.apache.flink.table.runtime.operators.window.AggregateWindowOperator
The util to compare two RowData equals to each other.
equals(Object) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
equals(Object) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
equals(Object) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
equals(RowData, RowData) - 接口 中的方法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.ArrayDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
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.MapDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
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.StringDataTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
equals(Object) - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
equals(MemorySegment[], int, MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Equals two memory segments regions.
eval(Object...) - 类 中的方法org.apache.flink.table.filesystem.FileSystemLookupFunction
 
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(DecimalData) - 类 中的静态方法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
 
explainSource() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
extract(List<String>, List<String>) - 类 中的方法org.apache.flink.table.filesystem.DefaultPartTimeExtractor
 
extract(List<String>, List<String>) - 接口 中的方法org.apache.flink.table.filesystem.PartitionTimeExtractor
Extract time from partition keys and values.
extract(Object, String, boolean) - 类 中的方法org.apache.flink.table.runtime.util.JsonUtils
 
extractFromTimestamp(TimeUnitRange, TimestampData, 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
 
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.data.BoxedWrapperRowData
 
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.
FileSystemLookupFunction<T extends org.apache.flink.core.io.InputSplit> - org.apache.flink.table.filesystem中的类
Lookup table function for filesystem connector tables.
FileSystemLookupFunction(InputFormat<RowData, T>, String[], String[], DataType[], Duration) - 类 的构造器org.apache.flink.table.filesystem.FileSystemLookupFunction
 
FileSystemOptions - org.apache.flink.table.filesystem中的类
This class holds configuration constants used by filesystem(Including hive) connector.
FileSystemOptions() - 类 的构造器org.apache.flink.table.filesystem.FileSystemOptions
 
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.
FileSystemTableFactory - org.apache.flink.table.filesystem中的类
File system TableFactory.
FileSystemTableFactory() - 类 的构造器org.apache.flink.table.filesystem.FileSystemTableFactory
 
FileSystemTableSink - org.apache.flink.table.filesystem中的类
File system TableSink.
FileSystemTableSink(ObjectIdentifier, boolean, TableSchema, Path, List<String>, String, Map<String, String>) - 类 的构造器org.apache.flink.table.filesystem.FileSystemTableSink
Construct a file system table sink.
FileSystemTableSink.ProjectionBulkFactory - org.apache.flink.table.filesystem中的类
Project row to non-partition fields.
FileSystemTableSink.TableBucketAssigner - org.apache.flink.table.filesystem中的类
Table bucket assigner, wrap PartitionComputer.
FileSystemTableSink.TableRollingPolicy - org.apache.flink.table.filesystem中的类
Table RollingPolicy, it extends CheckpointRollingPolicy for bulk writers.
FileSystemTableSource - org.apache.flink.table.filesystem中的类
File system table source.
FileSystemTableSource(TableSchema, Path, List<String>, String, Map<String, String>) - 类 的构造器org.apache.flink.table.filesystem.FileSystemTableSource
Construct a file system table source.
fill(boolean) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBooleanVector
 
fill(byte[]) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBytesVector
 
fill(byte) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapByteVector
 
fill(double) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapDoubleVector
 
fill(float) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapFloatVector
 
fill(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapIntVector
 
fill(long) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapLongVector
 
fill(short) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapShortVector
 
fill(TimestampData) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapTimestampVector
 
fill(boolean) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableBooleanVector
Fill the column vector with the provided value.
fill(byte[]) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableBytesVector
Fill the column vector with the provided value.
fill(byte) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableByteVector
Fill the column vector with the provided value.
fill(double) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableDoubleVector
Fill the column vector with the provided value.
fill(float) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableFloatVector
Fill the column vector with the provided value.
fill(int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableIntVector
Fill the column vector with the provided value.
fill(long) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableLongVector
Fill the column vector with the provided value.
fill(short) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableShortVector
Fill the column vector with the provided value.
fill(TimestampData) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableTimestampVector
Fill the column vector with the provided value.
fillWithNulls() - 类 中的方法org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
fillWithNulls() - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableColumnVector
Fill the column vector with nulls.
filter(RowData, IterativeCondition.Context<RowData>) - 类 中的方法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<RowData, RowData>, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
 
finishBundle(Map<RowData, List<RowData>>, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
 
finishBundle(Map<RowData, RowData>, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
finishBundle(Map<RowData, RowData>, Collector<RowData>) - 类 中的方法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<RowData, RowData>, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepFirstRowFunction
 
finishBundle(Map<RowData, RowData>, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepLastRowFunction
 
FlinkJoinType - org.apache.flink.table.runtime.operators.join中的枚举
Join type for join.
FLOAT_ARRAY_OFFSET - 类 中的静态变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
FloatColumnVector - org.apache.flink.table.data.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(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
floor(DecimalData) - 类 中的静态方法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() - 类 中的方法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.
freePages() - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
freePages() - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMapSpillMemorySegmentPool
 
freePages() - 类 中的方法org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
 
freePages() - 类 中的方法org.apache.flink.table.runtime.util.LazyMemorySegmentPool
 
freePages() - 接口 中的方法org.apache.flink.table.runtime.util.MemorySegmentPool
 
fromBase64(BinaryStringData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
fromBase64(byte[]) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
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
已过时。
 
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.
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(DecimalData, 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(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
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.RowDataTypeInfo
 
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
 
generatePartValues(T) - 接口 中的方法org.apache.flink.table.filesystem.PartitionComputer
Compute partition values from record.
generatePartValues(RowData) - 类 中的方法org.apache.flink.table.filesystem.RowDataPartitionComputer
 
generatePartValues(Row) - 类 中的方法org.apache.flink.table.filesystem.RowPartitionComputer
 
GenericConverter(TypeSerializer<T>) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.GenericConverter
 
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.data.BoxedWrapperRowData
 
getArity() - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getArity() - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getArity() - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getArity() - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getArity(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
Gets the arity of the type.
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
Get the number of fields.
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
getArity() - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
getArray(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getArray(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getArray(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getArray(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getArray(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getArray(int) - 接口 中的方法org.apache.flink.table.data.vector.ArrayColumnVector
 
getArray(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getBinary(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getBinary(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getBinary(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getBinary(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getBinary(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
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.data.BoxedWrapperRowData
 
getBoolean(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getBoolean(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getBoolean(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getBoolean(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getBoolean(int) - 接口 中的方法org.apache.flink.table.data.vector.BooleanColumnVector
 
getBoolean(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBooleanVector
 
getBoolean(int, int) - 类 中的方法org.apache.flink.table.data.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
 
getBucketId(RowData, BucketAssigner.Context) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink.TableBucketAssigner
 
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(RowData) - 类 中的方法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.data.BoxedWrapperRowData
 
getByte(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getByte(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getByte(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getByte(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getByte(int) - 接口 中的方法org.apache.flink.table.data.vector.ByteColumnVector
 
getByte(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapByteVector
 
getByte(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getByte(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get byte from segments.
getByteArray(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getBytes() - 类 中的方法org.apache.flink.table.data.vector.BytesColumnVector.Bytes
 
getBytes(int) - 接口 中的方法org.apache.flink.table.data.vector.BytesColumnVector
 
getBytes(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBytesVector
 
getBytes(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
Maybe not copied, if want copy, please use copyTo.
getCacheTTL() - 类 中的方法org.apache.flink.table.filesystem.FileSystemLookupFunction
 
getCapacity() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
 
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
 
getConsumedDataType() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink
 
getConverter(DataType) - 类 中的静态方法org.apache.flink.table.data.conversion.DataStructureConverters
Returns a converter for the given DataType.
getConverterForDataType(DataType) - 类 中的静态方法org.apache.flink.table.data.util.DataFormatConverters
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
 
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.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
getCurrentVersion() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
getCurrentWatermark() - 接口 中的方法org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Returns the current watermark time.
getDataStream(StreamExecutionEnvironment) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getDecimal(int, int, int) - 接口 中的方法org.apache.flink.table.data.vector.DecimalColumnVector
 
getDecimal(int, int, int, int) - 类 中的方法org.apache.flink.table.data.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.data.vector.heap.AbstractHeapVector
Returns the underlying integer column for ids of dictionary.
getDictionaryIds() - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBooleanVector
 
getDictionaryIds() - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableColumnVector
Get reserved dictionary ids.
getDouble(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getDouble(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getDouble(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getDouble(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getDouble(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getDouble(int) - 接口 中的方法org.apache.flink.table.data.vector.DoubleColumnVector
 
getDouble(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapDoubleVector
 
getDouble(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getDouble(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get double from segments.
getEleSer() - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
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
 
getFieldIndex(String) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
getFieldNames() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
getFieldOffset(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
getFieldOffset(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
getFieldTypes() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
Returns the field types of the row.
getFixedLengthPartSize() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
getFloat(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getFloat(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getFloat(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getFloat(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getFloat(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getFloat(int) - 接口 中的方法org.apache.flink.table.data.vector.FloatColumnVector
 
getFloat(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapFloatVector
 
getFloat(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getFloat(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get float from segments.
getGeneratedClass() - 类 中的方法org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
getId() - 类 中的方法org.apache.flink.table.runtime.operators.window.CountWindow
Gets the id (0-based) of the window.
getInnerSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
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.data.BoxedWrapperRowData
 
getInt(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getInt(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getInt(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getInt(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getInt(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapIntVector
 
getInt(int) - 接口 中的方法org.apache.flink.table.data.vector.IntColumnVector
 
getInt(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getInt(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get int from segments.
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.
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(RowData) - 类 中的方法org.apache.flink.table.runtime.keyselector.BinaryRowDataKeySelector
 
getKey(RowData) - 类 中的方法org.apache.flink.table.runtime.keyselector.EmptyRowDataKeySelector
 
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
 
getKeys() - 类 中的方法org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
 
getKeySerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
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.ArrayDataSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
getLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
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
已过时。
getLogicalTypes() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
getLong(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getLong(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getLong(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getLong(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getLong(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getLong(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapLongVector
 
getLong(int) - 接口 中的方法org.apache.flink.table.data.vector.LongColumnVector
 
getLong(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getLong(MemorySegment[], int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
get long from segments.
getMap(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getMap(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getMap(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getMap(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getMap(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
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.interval.RowTimeIntervalJoin
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.
getNestedSerializers(RawValueDataSerializer<T>) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
 
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.data.writer.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.data.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
 
getOccupancy() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
 
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.
getPartitions() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
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.TimestampDataTypeInfo
 
getProbeLongKey(RowData) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
For code gen get probe side long key.
getProbeRow() - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
getProducedDataType() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
getProducedType() - 类 中的方法org.apache.flink.table.runtime.keyselector.BinaryRowDataKeySelector
 
getProducedType() - 类 中的方法org.apache.flink.table.runtime.keyselector.EmptyRowDataKeySelector
 
getProducedType() - 接口 中的方法org.apache.flink.table.runtime.keyselector.RowDataKeySelector
 
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
 
getRawValue(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getRawValue(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getRawValue(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getRawValue(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getRawValue(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
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.
getResultType() - 类 中的方法org.apache.flink.table.filesystem.FileSystemLookupFunction
 
getReturnQueue() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
getReturnQueue() - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
getRow(int, int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getRow(int, int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getRow(int, int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getRow(int, int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getRow() - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getRow(int, int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getRow(int) - 接口 中的方法org.apache.flink.table.data.vector.RowColumnVector
 
getRow(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
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.
getRowKind() - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getRowKind() - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getRowKind() - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getRowKind() - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
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.
getSerializedRowFixedPartLength() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
Return fixed part length to serialize one row.
getSerializer() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink.TableBucketAssigner
 
getShort(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getShort(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getShort(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getShort(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getShort(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getShort(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapShortVector
 
getShort(int) - 接口 中的方法org.apache.flink.table.data.vector.ShortColumnVector
 
getShort(int, int) - 类 中的方法org.apache.flink.table.data.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
 
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.data.BoxedWrapperRowData
 
getString(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getString(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getString(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getString(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getString(int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getTableSchema() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink
 
getTableSchema() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapTimestampVector
 
getTimestamp(int, int) - 接口 中的方法org.apache.flink.table.data.vector.TimestampColumnVector
 
getTimestamp(int, int, int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
getTotalFields() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
getTotalFields() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
getTotalFields() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
getTotalFields() - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
getTriggerWindow() - 类 中的方法org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
getTypeAt(String) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
getTypeClass() - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
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.MapDataSerializer
 
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.data.vector.writable.AbstractWritableVector
Returns true if this column has a dictionary.
hasDictionary() - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableColumnVector
Check if there's a dictionary.
hash(BinaryStringData, MessageDigest) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Calculate the hash value of a given string use MessageDigest.
hash(BinaryStringData, String) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
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.data.BoxedWrapperRowData
 
hashCode() - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
hashCode() - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
hashCode(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
hashCode(RowData) - 接口 中的方法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.ArrayDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
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.MapDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
hashCode() - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
HashFunction - org.apache.flink.table.runtime.generated中的接口
Interface for code generated hash code of RowData, 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.
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.data.vector.heap中的类
This class represents a nullable heap boolean column vector.
HeapBooleanVector(int) - 类 的构造器org.apache.flink.table.data.vector.heap.HeapBooleanVector
 
HeapBytesVector - org.apache.flink.table.data.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.data.vector.heap.HeapBytesVector
Don't call this constructor except for testing purposes.
HeapByteVector - org.apache.flink.table.data.vector.heap中的类
This class represents a nullable byte column vector.
HeapByteVector(int) - 类 的构造器org.apache.flink.table.data.vector.heap.HeapByteVector
Don't use this except for testing purposes.
HeapDoubleVector - org.apache.flink.table.data.vector.heap中的类
This class represents a nullable double precision floating point column vector.
HeapDoubleVector(int) - 类 的构造器org.apache.flink.table.data.vector.heap.HeapDoubleVector
Don't use this except for testing purposes.
HeapFloatVector - org.apache.flink.table.data.vector.heap中的类
This class represents a nullable double precision floating point column vector.
HeapFloatVector(int) - 类 的构造器org.apache.flink.table.data.vector.heap.HeapFloatVector
Don't use this except for testing purposes.
HeapIntVector - org.apache.flink.table.data.vector.heap中的类
This class represents a nullable int column vector.
HeapIntVector(int) - 类 的构造器org.apache.flink.table.data.vector.heap.HeapIntVector
Don't use this except for testing purposes.
HeapLongVector - org.apache.flink.table.data.vector.heap中的类
This class represents a nullable long column vector.
HeapLongVector(int) - 类 的构造器org.apache.flink.table.data.vector.heap.HeapLongVector
Don't use this except for testing purposes.
HeapShortVector - org.apache.flink.table.data.vector.heap中的类
This class represents a nullable short column vector.
HeapShortVector(int) - 类 的构造器org.apache.flink.table.data.vector.heap.HeapShortVector
Don't use this except for testing purposes.
HeapTimestampVector - org.apache.flink.table.data.vector.heap中的类
This class represents a nullable byte column vector.
HeapTimestampVector(int) - 类 的构造器org.apache.flink.table.data.vector.heap.HeapTimestampVector
 
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.
hitCount - 类 中的变量org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 

I

IDENTIFIER - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemTableFactory
 
IdentityConverter<I> - org.apache.flink.table.data.conversion中的类
No-op converter that just forwards its input.
IdentityConverter() - 类 的构造器org.apache.flink.table.data.conversion.IdentityConverter
 
IdentityConverter() - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.IdentityConverter
 
indexEntrySize - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
indexListCache - 类 中的静态变量org.apache.flink.table.runtime.util.JsonUtils
 
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(StateInitializationContext) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileCommitter
 
initializeState(StateInitializationContext) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileWriter
 
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(RowData) - 类 中的方法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.data.util.DataFormatConverters.ArrayDataConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.BooleanConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.ByteConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.DateConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.DoubleConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.FloatConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.IntConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.LocalDateConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.LocalTimeConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.LongConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.MapDataConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.PrimitiveBooleanArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.PrimitiveByteArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.PrimitiveDoubleArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.PrimitiveFloatArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.PrimitiveIntArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.PrimitiveLongArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.PrimitiveShortArrayConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.RawValueDataConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.ShortConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.StringConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.StringDataConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.data.util.DataFormatConverters.TimeConverter
 
INSTANCE - 类 中的静态变量org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
 
INSTANCE - 类 中的静态变量org.apache.flink.table.runtime.keyselector.EmptyRowDataKeySelector
 
INSTANCE - 类 中的静态变量org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
INSTANCE - 类 中的静态变量org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
InstantConverter(int) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.InstantConverter
 
instr(BinaryStringData, BinaryStringData, int, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
INT_ARRAY_OFFSET - 类 中的静态变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
IntColumnVector - org.apache.flink.table.data.vector中的接口
Int column vector.
internalPool - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
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.data.DecimalDataUtils
 
is64BitDecimal(int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
isAccumulateMsg(RowData) - 类 中的静态方法org.apache.flink.table.data.util.RowDataUtil
Returns true if the message is either RowKind.INSERT or RowKind.UPDATE_AFTER, which refers to an accumulate operation of aggregation.
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.DecimalDataTypeInfo
 
isBasicType() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
isBasicType() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
isBasicType() - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
isBinaryString(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isBoolean(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isBounded() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
isBounded() - 类 中的方法org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
 
isBuildOuter() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.HashJoinType
 
isByteArrayDecimal(int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
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.
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.
isFilterPushedDown() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
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.ArrayDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
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.DecimalDataTypeInfo
 
isKeyType() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
isKeyType() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
isKeyType() - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
isLeftOuter() - 枚举 中的方法org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
isLimitPushedDown() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
isLong(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isMap(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isMutable(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isNull - 类 中的变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
isNullAt(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
isNullAt(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
isNullAt(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
isNullAt(int) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
isNullAt(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
isNullAt(int) - 接口 中的方法org.apache.flink.table.data.vector.ColumnVector
 
isNullAt(int) - 类 中的方法org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
isNullAt(int, int) - 类 中的方法org.apache.flink.table.data.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
 
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(RowData) - 类 中的静态方法org.apache.flink.table.data.util.RowDataUtil
Returns true if the message is either RowKind.DELETE or RowKind.UPDATE_BEFORE, which refers to a retract operation of aggregation.
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(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
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.DecimalDataTypeInfo
 
isTupleType() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
isTupleType() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
isTupleType() - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
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<RowData>>) - 类 的构造器org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
 

J

join(RowIterator<BinaryRowData>, RowData) - 类 中的方法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
 
JoinedRowData - org.apache.flink.table.data中的类
An implementation of RowData which is backed by two concatenated RowData.
JoinedRowData() - 类 的构造器org.apache.flink.table.data.JoinedRowData
 
JoinedRowData(RowData, RowData) - 类 的构造器org.apache.flink.table.data.JoinedRowData
 
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

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(KeyedCoProcessFunction<K, 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 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(BinaryStringData, byte, byte, BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Parse target string as key-value string and return the value matches key name.
keyValue(BinaryStringData, BinaryStringData, BinaryStringData, BinaryStringData) - 类 中的静态方法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
 
LazyMemorySegmentPool - org.apache.flink.table.runtime.util中的类
MemorySegmentPool that lazy allocate memory pages from MemoryManager.
LazyMemorySegmentPool(Object, MemoryManager, int) - 类 的构造器org.apache.flink.table.runtime.util.LazyMemorySegmentPool
 
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.data.vector.BytesColumnVector.Bytes
 
length - 类 中的变量org.apache.flink.table.data.vector.heap.HeapBytesVector
The length of each field.
LENGTH_SIZE_IN_BYTES - 类 中的静态变量org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
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
 
listTaskTemporaryPaths(FileSystem, Path, long) - 类 中的静态方法org.apache.flink.table.filesystem.PartitionTempFileManager
Returns task temporary paths in this checkpoint.
LITTLE_ENDIAN - 类 中的静态变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
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.data.util.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
 
LocalZonedTimestampInstantConverter - org.apache.flink.table.data.conversion中的类
Converter for LocalZonedTimestampType of Instant external type.
LocalZonedTimestampInstantConverter() - 类 的构造器org.apache.flink.table.data.conversion.LocalZonedTimestampInstantConverter
 
LocalZonedTimestampIntConverter - org.apache.flink.table.data.conversion中的类
Converter for LocalZonedTimestampType of Integer external type.
LocalZonedTimestampIntConverter() - 类 的构造器org.apache.flink.table.data.conversion.LocalZonedTimestampIntConverter
 
LocalZonedTimestampLongConverter - org.apache.flink.table.data.conversion中的类
Converter for LocalZonedTimestampType of Long external type.
LocalZonedTimestampLongConverter() - 类 的构造器org.apache.flink.table.data.conversion.LocalZonedTimestampLongConverter
 
log(double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the natural logarithm of "x".
log(DecimalData) - 类 中的静态方法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, DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log(DecimalData, double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log(DecimalData, DecimalData) - 类 中的静态方法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(DecimalData) - 类 中的静态方法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(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
LogicalTypeDataTypeConverter - org.apache.flink.table.runtime.types中的类
已过时。
LogicalTypeDataTypeConverter() - 类 的构造器org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
已过时。
 
LONG_ARRAY_OFFSET - 类 中的静态变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
LongColumnVector - org.apache.flink.table.data.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, BinaryRowDataSerializer, BinaryRowDataSerializer, MemoryManager, long, IOManager, int, long) - 类 的构造器org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
LongTimestampDataConverter(int) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.LongTimestampDataConverter
 
lookup(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
LOOKUP_JOIN_CACHE_TTL - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
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<RowData, RowData>>, GeneratedCollector<TableFunctionCollector<RowData>>, 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<RowData, RowData>>, GeneratedFunction<FlatMapFunction<RowData, RowData>>, GeneratedCollector<TableFunctionCollector<RowData>>, boolean, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
 
LookupRuntimeProviderContext - org.apache.flink.table.runtime.connector.source中的类
Implementation of LookupTableSource.Context.
LookupRuntimeProviderContext(int[][]) - 类 的构造器org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
 
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.data.util.DataFormatConverters.MapConverter
 
MapDataSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for MapData.
MapDataSerializer(LogicalType, LogicalType, ExecutionConfig) - 类 的构造器org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
MapDataSerializer.MapDataSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for ArrayDataSerializer.
MapDataSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
 
MapDataUtil - org.apache.flink.table.data.util中的类
Utilities for MapData.
MapDataUtil() - 类 的构造器org.apache.flink.table.data.util.MapDataUtil
 
mapFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
Map a record from the given source paged input view.
mapFromPages(T, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
mapFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
mapFromPages(BinaryRowData, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
mapFromPages(AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
mapFromPages(RowData, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
MapMapConverter<K,V> - org.apache.flink.table.data.conversion中的类
Converter for MapType/MultisetType of Map external type.
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
 
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(RowData) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Merges the other accumulators into current accumulators.
merge(N, RowData) - 接口 中的方法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中的接口
METASTORE - 接口 中的静态变量org.apache.flink.table.filesystem.PartitionCommitPolicy
 
MetastoreCommitPolicy - org.apache.flink.table.filesystem中的类
Partition commit policy to update metastore.
MetastoreCommitPolicy() - 类 的构造器org.apache.flink.table.filesystem.MetastoreCommitPolicy
 
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<RowData>, long) - 类 的构造器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(RowDataTypeInfo, boolean, boolean, TypeSerializer<RowData>, long) - 类 的构造器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<RowData, RowData>) - 类 的构造器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(DecimalData, DecimalData, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
multiply(DecimalData, DecimalData, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
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(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
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(BinaryRowData) - 类 中的方法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(RowData) - 类 中的方法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
 
nextSegment() - 类 中的方法org.apache.flink.table.runtime.util.LazyMemorySegmentPool
 
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.data.vector.writable.AbstractWritableVector
 
NormalizedKeyComputer - org.apache.flink.table.runtime.generated中的接口
Normalized key computer for BinaryInMemorySortBuffer.
notifyCheckpointComplete(long) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileWriter
Commit up to this checkpoint id, also send inactive partitions to downstream for committing.
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.
numberOfTasks - 类 中的变量org.apache.flink.table.filesystem.stream.StreamingFileCommitter.CommitMessage
 
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.data.util.DataFormatConverters.ObjectArrayConverter
 
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(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(RowData, 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 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(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.DecimalDataTypeInfo
 
of(RowType) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
offset - 类 中的变量org.apache.flink.table.data.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<RowData, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
onEventTime(InternalTimer<RowData, 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 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<RowData, VoidNamespace>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
onProcessingTime(InternalTimer<RowData, 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<RowData, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
 
onTimer(long, KeyedProcessFunction<RowData, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
 
onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
 
onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
 
onTimer(long, KeyedProcessFunction<RowData, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
 
onTimer(long, KeyedProcessFunction<RowData, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
 
onTimer(long, KeyedProcessFunction<RowData, RowData, RowData>.OnTimerContext, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
open(ClassLoader) - 类 中的方法org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
 
open(ClassLoader) - 接口 中的方法org.apache.flink.table.data.conversion.DataStructureConverter
 
open(ClassLoader) - 类 中的方法org.apache.flink.table.data.conversion.MapMapConverter
 
open(ClassLoader) - 类 中的方法org.apache.flink.table.data.conversion.RowRowConverter
 
open(ClassLoader) - 类 中的方法org.apache.flink.table.data.conversion.StructuredObjectConverter
 
open(FunctionContext) - 类 中的方法org.apache.flink.table.filesystem.FileSystemLookupFunction
 
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.sink.SinkOperator
 
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.data - 程序包 org.apache.flink.table.data
 
org.apache.flink.table.data.binary - 程序包 org.apache.flink.table.data.binary
 
org.apache.flink.table.data.conversion - 程序包 org.apache.flink.table.data.conversion
 
org.apache.flink.table.data.util - 程序包 org.apache.flink.table.data.util
 
org.apache.flink.table.data.vector - 程序包 org.apache.flink.table.data.vector
 
org.apache.flink.table.data.vector.heap - 程序包 org.apache.flink.table.data.vector.heap
 
org.apache.flink.table.data.vector.writable - 程序包 org.apache.flink.table.data.vector.writable
 
org.apache.flink.table.data.writer - 程序包 org.apache.flink.table.data.writer
 
org.apache.flink.table.filesystem - 程序包 org.apache.flink.table.filesystem
 
org.apache.flink.table.filesystem.stream - 程序包 org.apache.flink.table.filesystem.stream
 
org.apache.flink.table.runtime.collector - 程序包 org.apache.flink.table.runtime.collector
 
org.apache.flink.table.runtime.connector.sink - 程序包 org.apache.flink.table.runtime.connector.sink
 
org.apache.flink.table.runtime.connector.source - 程序包 org.apache.flink.table.runtime.connector.source
 
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.interval - 程序包 org.apache.flink.table.runtime.operators.join.interval
 
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.sink - 程序包 org.apache.flink.table.runtime.operators.sink
 
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.
outputResult(T) - 类 中的方法org.apache.flink.table.runtime.collector.WrappingCollector
Outputs the final result to the wrapped collector.
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(RowData) - 类 中的方法org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
Returns a padding result with the given left row.
padRight(RowData) - 类 中的方法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.LazyMemorySegmentPool
 
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.
PARTITION_DEFAULT_NAME - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
PARTITION_TIME - 接口 中的静态变量org.apache.flink.table.filesystem.stream.PartitionCommitTrigger
 
PARTITION_TIME_EXTRACTOR_CLASS - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
PARTITION_TIME_EXTRACTOR_KIND - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
PARTITION_TIME_EXTRACTOR_TIMESTAMP_PATTERN - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
partitionColumns - 类 中的变量org.apache.flink.table.filesystem.RowDataPartitionComputer
 
partitionColumns - 类 中的变量org.apache.flink.table.filesystem.RowPartitionComputer
 
PartitionCommitPolicy - org.apache.flink.table.filesystem中的接口
Policy for commit a partition.
PartitionCommitPolicy.Context - org.apache.flink.table.filesystem中的接口
Context of policy, including table information and partition information.
PartitionCommitTrigger - org.apache.flink.table.filesystem.stream中的接口
Partition commit trigger.
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.RowDataPartitionComputer
 
partitionIndexes - 类 中的变量org.apache.flink.table.filesystem.RowPartitionComputer
 
partitionKeys() - 接口 中的方法org.apache.flink.table.filesystem.PartitionCommitPolicy.Context
Table partition keys.
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
 
partitionPath() - 接口 中的方法org.apache.flink.table.filesystem.PartitionCommitPolicy.Context
Path of this partition.
partitions - 类 中的变量org.apache.flink.table.filesystem.stream.StreamingFileCommitter.CommitMessage
 
partitionSpec() - 接口 中的方法org.apache.flink.table.filesystem.PartitionCommitPolicy.Context
Partition spec in the form of a map from partition keys to values.
PartitionTempFileManager - org.apache.flink.table.filesystem中的类
Manage temporary files for writing files.
PartitionTimeCommitTigger - org.apache.flink.table.filesystem.stream中的类
Partition commit trigger by partition time and watermark, if 'watermark' > 'partition-time' + 'delay', will commit the partition.
PartitionTimeCommitTigger(boolean, OperatorStateStore, Configuration, ClassLoader, List<String>) - 类 的构造器org.apache.flink.table.filesystem.stream.PartitionTimeCommitTigger
 
PartitionTimeExtractor - org.apache.flink.table.filesystem中的接口
Time extractor to extract time from partition values.
partitionTypes - 类 中的变量org.apache.flink.table.filesystem.RowDataPartitionComputer
 
partitionValues() - 接口 中的方法org.apache.flink.table.filesystem.PartitionCommitPolicy.Context
Values of this partition.
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.
PATH - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
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<RowData, RowData>>) - 类 的构造器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(int, BinaryRowData, AbstractPagedInputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
Point row to memory segments with offset(in the AbstractPagedInputView) and length.
PojoConverter(PojoTypeInfo<T>, DataType[]) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.PojoConverter
 
position(BinaryStringData, BinaryStringData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
position(BinaryStringData, BinaryStringData, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
power(double, DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
power(DecimalData, DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
power(DecimalData, double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
power10(int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
precision() - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
precision() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
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(BinaryRowData) - 类 的构造器org.apache.flink.table.runtime.hashtable.ProbeIterator
 
probeKey - 类 中的变量org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
probeToBinary(RowData) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
For code gen probe side to BinaryRowData.
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
 
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame
 
process(int, RowData) - 接口 中的方法org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
return the ACC of the window frame.
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeSlidingOverFrame
 
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedFollowingOverFrame
 
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedPrecedingOverFrame
 
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RowSlidingOverFrame
 
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RowUnboundedFollowingOverFrame
 
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.RowUnboundedPrecedingOverFrame
 
process(int, RowData) - 类 中的方法org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
 
PROCESS_TIME - 接口 中的静态变量org.apache.flink.table.filesystem.stream.PartitionCommitTrigger
 
processElement(StreamRecord<StreamingFileCommitter.CommitMessage>) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileCommitter
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileWriter
 
processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
 
processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
 
processElement(StreamRecord<IN>) - 类 中的方法org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepFirstRowFunction
 
processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepLastRowFunction
 
processElement(RowData, ProcessFunction<RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
processElement(RowData, ProcessFunction<RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.match.RowtimeProcessFunction
 
processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
Puts an element from the input stream into state if it is not late.
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.NonBufferOverWindowOperator
 
processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
 
processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
 
processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
 
processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
 
processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sink.SinkOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.LimitOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.RankOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortLimitOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.SortOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
 
processElement(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
 
processElement1(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
processElement1(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
processElement1(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
 
processElement1(StreamRecord<RowData>) - 类 中的方法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<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
processElement1(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
processElement2(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
processElement2(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
processElement2(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
 
processElement2(StreamRecord<RowData>) - 类 中的方法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<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
processElement2(StreamRecord<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
processElementsWithSameTimestamp(List<RowData>, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
Process the same timestamp datas, the mechanism is different between rows and range window.
processElementsWithSameTimestamp(List<RowData>, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.over.RowTimeRangeUnboundedPrecedingFunction
 
processElementsWithSameTimestamp(List<RowData>, Collector<RowData>) - 类 中的方法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<RowData>>, PatternProcessFunction.Context, Collector<RowData>) - 类 中的方法org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
 
processWatermark(Watermark) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileCommitter
 
processWatermark(Watermark) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileWriter
 
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.sink.SinkOperator
 
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).
ProcTimeCommitTigger - org.apache.flink.table.filesystem.stream中的类
Partition commit trigger by creation time and processing time service, if 'current processing time' > 'partition creation time' + 'delay', will commit the partition.
ProcTimeCommitTigger(boolean, OperatorStateStore, Configuration, ProcessingTimeService) - 类 的构造器org.apache.flink.table.filesystem.stream.ProcTimeCommitTigger
 
ProcTimeIntervalJoin - org.apache.flink.table.runtime.operators.join.interval中的类
The function to execute processing time interval stream inner-join.
ProcTimeIntervalJoin(FlinkJoinType, long, long, RowDataTypeInfo, RowDataTypeInfo, GeneratedFunction<FlatJoinFunction<RowData, RowData, RowData>>) - 类 的构造器org.apache.flink.table.runtime.operators.join.interval.ProcTimeIntervalJoin
 
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(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(RowDataTypeInfo, 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
 
produceUpdates - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperator
 
produceUpdates - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
produceUpdates() - 类 中的方法org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
projectColumnsToWrite(T) - 接口 中的方法org.apache.flink.table.filesystem.PartitionComputer
Project non-partition columns for output writer.
projectColumnsToWrite(RowData) - 类 中的方法org.apache.flink.table.filesystem.RowDataPartitionComputer
 
projectColumnsToWrite(Row) - 类 中的方法org.apache.flink.table.filesystem.RowPartitionComputer
 
projectFields(int[]) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSource
 
Projection<IN extends org.apache.flink.table.data.RowData,OUT extends org.apache.flink.table.data.RowData> - org.apache.flink.table.runtime.generated中的接口
Interface for code generated projection, which will map a RowData to another one.
ProjectionBulkFactory(BulkWriter.Factory<RowData>, RowDataPartitionComputer) - 类 的构造器org.apache.flink.table.filesystem.FileSystemTableSink.ProjectionBulkFactory
 
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(RowData) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
Put a build side row to hash table.
putBuildRow(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
putByteNormalizedKey(byte, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
 
putDecimalNormalizedKey(DecimalData, 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(RowData, 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(StringData, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
UTF-8 supports bytes comparison.
putTimestampNormalizedKey(TimestampData, MemorySegment, int, int) - 类 中的静态方法org.apache.flink.table.runtime.operators.sort.SortUtil
Support the compact precision TimestampData.

R

radians(DecimalData) - 类 中的静态方法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.
RawByteArrayConverter<T> - org.apache.flink.table.data.conversion中的类
Converter for RawType of byte[] external type.
RawObjectConverter<T> - org.apache.flink.table.data.conversion中的类
Converter for RawType of object external type.
RawValueDataSerializer<T> - org.apache.flink.table.runtime.typeutils中的类
Serializer for RawValueData.
RawValueDataSerializer(TypeSerializer<T>) - 类 的构造器org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
RawValueDataSerializer.RawValueDataSerializerSnapshot<T> - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for RawValueDataSerializer.
RawValueDataSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
 
RawValueDataSerializerSnapshot(RawValueDataSerializer<T>) - 类 的构造器org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
 
reachedEnd() - 类 中的方法org.apache.flink.table.runtime.operators.values.ValuesInputFormat
 
readAllBuffers(FileIOChannel.ID, int) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
readBlock(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
readSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
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 RowData which can compare two RowData 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
 
removeLegacyTypes(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
A conversion that removes all LegacyTypeInformationTypes by mapping to corresponding new types.
repeat(String, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns a string that repeats the base string n times.
replace(RowData, RowData) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
replace(String, String, String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Replaces all the old strings with the replacement string.
reportOrForwardLatencyMarker(LatencyMarker) - 类 中的方法org.apache.flink.table.runtime.operators.sink.SinkOperator
 
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
 
requiredContext() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableFactory
 
reserveDictionaryIds(int) - 类 中的方法org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
reserveDictionaryIds(int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBooleanVector
 
reserveDictionaryIds(int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableColumnVector
Reserve a integer column for ids of dictionary.
reset() - 类 中的方法org.apache.flink.table.data.vector.heap.AbstractHeapVector
Resets the column to default state
reset() - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBytesVector
 
reset() - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableColumnVector
Resets the column to default state.
reset() - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
First, reset.
reset() - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
First, reset.
reset() - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
Reset writer to prepare next write.
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(IOManager, LazyMemorySegmentPool, AbstractRowDataSerializer, 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 RowData and return BinaryRowData iterator.
ResettableRowBuffer.ResettableIterator - org.apache.flink.table.runtime.util中的接口
Row iterator that can be reset.
resolveSchemaCompatibility(TypeSerializer<ArrayData>) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<BinaryRowData>) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<DecimalData>) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<MapData>) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<RowData>) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<SortedMap<K, V>>) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
resolveSchemaCompatibility(TypeSerializer<TimestampData>) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
restorePartValueFromType(String, DataType) - 类 中的静态方法org.apache.flink.table.filesystem.RowPartitionComputer
Restore partition value from string and type.
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
restoreSerializer() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
retireWindow(W) - 类 中的方法org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
Removes the given window from the set of in-flight windows.
retract(RowData) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Retracts the input values from the accumulators.
retract(RowData) - 接口 中的方法org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
Retracts the input values from the accumulators.
RetractableTopNFunction - org.apache.flink.table.runtime.operators.rank中的类
A TopN function could handle updating stream.
RetractableTopNFunction(long, long, RowDataTypeInfo, GeneratedRecordComparator, RowDataKeySelector, RankType, RankRange, GeneratedRecordEqualiser, boolean, boolean) - 类 的构造器org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
 
retractRecord(RowData) - 接口 中的方法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.LazyMemorySegmentPool
 
returnAll(List<MemorySegment>) - 接口 中的方法org.apache.flink.table.runtime.util.MemorySegmentPool
Return all pages back into this pool.
returnPage(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
returnPage(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.util.LazyMemorySegmentPool
 
returnToSegmentPool() - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
 
reverse(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
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
 
row1 - 类 中的变量org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
RowColumnVector - org.apache.flink.table.data.vector中的接口
Row column vector.
RowConverter(DataType[]) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.RowConverter
 
RowDataEventComparator - org.apache.flink.table.runtime.operators.match中的类
An implementation of EventComparator based on a generated RecordComparator.
RowDataEventComparator(GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.match.RowDataEventComparator
 
RowDataKeySelector - org.apache.flink.table.runtime.keyselector中的接口
RowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.
RowDataPartitionComputer - org.apache.flink.table.filesystem中的类
PartitionComputer for RowData.
RowDataPartitionComputer(String, String[], DataType[], String[]) - 类 的构造器org.apache.flink.table.filesystem.RowDataPartitionComputer
 
RowDataSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for RowData.
RowDataSerializer(ExecutionConfig, RowType) - 类 的构造器org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
RowDataSerializer(ExecutionConfig, LogicalType...) - 类 的构造器org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
RowDataSerializer(LogicalType[], TypeSerializer<?>[]) - 类 的构造器org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
RowDataSerializer.RowDataSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for BinaryRowDataSerializer.
RowDataSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
 
RowDataTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for RowData.
RowDataTypeInfo(RowType) - 类 的构造器org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
RowDataTypeInfo(LogicalType...) - 类 的构造器org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
RowDataTypeInfo(LogicalType[], String[]) - 类 的构造器org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
RowDataUtil - org.apache.flink.table.data.util中的类
Utilities for RowData.
RowDataUtil() - 类 的构造器org.apache.flink.table.data.util.RowDataUtil
 
RowIterator<T extends org.apache.flink.table.data.RowData> - 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
 
RowRowConverter - org.apache.flink.table.data.conversion中的类
Converter for RowType of Row external type.
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
 
rowtimeIndex - 类 中的变量org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
RowTimeIntervalJoin - org.apache.flink.table.runtime.operators.join.interval中的类
The function to execute row(event) time interval stream inner-join.
RowTimeIntervalJoin(FlinkJoinType, long, long, long, RowDataTypeInfo, RowDataTypeInfo, GeneratedFunction<FlatJoinFunction<RowData, RowData, RowData>>, int, int) - 类 的构造器org.apache.flink.table.runtime.operators.join.interval.RowTimeIntervalJoin
 
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 RowData field into the StreamRecord.
RowtimeProcessFunction(int, TypeInformation<RowData>, 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(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(RowDataTypeInfo, 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(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
scale() - 类 中的方法org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
scale() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
ScanRuntimeProviderContext - org.apache.flink.table.runtime.connector.source中的类
Implementation of ScanTableSource.Context.
ScanRuntimeProviderContext() - 类 的构造器org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
 
seekToPosition(long) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
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<RowData>>) - 类 中的方法org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
 
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(ArrayData, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
serialize(BinaryRowData, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
serialize(DecimalData, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
serialize(MapData, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
serialize(RawValueData<T>, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
serialize(RowData, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
serialize(StringData, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
serialize(TimestampData, DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
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(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.hashtable.LongHashPartition
 
serializeToPages(T, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
Serializes the given record to the given target paged output view.
serializeToPages(BinaryRowData, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
serializeToPages(RowData, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
serializeWithoutLengthSlow(BinaryRowData, MemorySegmentWritable) - 类 中的静态方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
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<BinaryRowData>) - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
setAccumulators(RowData) - 接口 中的方法org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
Set the current accumulators (saved in a row) which contains the current aggregated results.
setAccumulators(N, RowData) - 接口 中的方法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.data.BoxedWrapperRowData
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setBoolean(int, boolean) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapBooleanVector
 
setBoolean(int, boolean) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableBooleanVector
Set boolean at rowId with the provided value.
setBoolean(MemorySegment[], int, boolean) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set boolean from segments.
setByte(int, byte) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setByte(int, byte) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapByteVector
 
setByte(int, byte) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableByteVector
Set byte at rowId with the provided value.
setByte(MemorySegment[], int, byte) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set byte from segments.
setCollector(Collector<?>) - 类 中的方法org.apache.flink.table.runtime.collector.TableFunctionCollector
Sets the current collector, which used to emit the final row.
setCollector(Collector<T>) - 类 中的方法org.apache.flink.table.runtime.collector.WrappingCollector
Sets the current collector which is used to emit the final result.
setCurrentKey(RowData) - 接口 中的方法org.apache.flink.table.runtime.context.ExecutionContext
Sets current key.
setCurrentKey(RowData) - 类 中的方法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, DecimalData, int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setDecimal(int, DecimalData, int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setDecimal(int, DecimalData, int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setDecimal(int, DecimalData, int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setDictionary(Dictionary) - 类 中的方法org.apache.flink.table.data.vector.writable.AbstractWritableVector
Update the dictionary.
setDictionary(Dictionary) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableColumnVector
Set the dictionary, it should work with dictionary ids.
setDouble(int, double) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setDouble(int, double) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapDoubleVector
 
setDouble(int, double) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableDoubleVector
Set double at rowId with the provided value.
setDouble(MemorySegment[], int, double) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set double from segments.
setDoublesFromBinary(int, int, byte[], int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapDoubleVector
 
setDoublesFromBinary(int, int, byte[], int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableDoubleVector
Set doubles from binary, need use UNSAFE to copy.
setDynamicGrouped(boolean) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setField(int, Object) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setFileSystemFactory(FileSystemFactory) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setFloat(int, float) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapFloatVector
 
setFloat(int, float) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableFloatVector
Set float at rowId with the provided value.
setFloat(MemorySegment[], int, float) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set float from segments.
setFloatsFromBinary(int, int, byte[], int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapFloatVector
 
setFloatsFromBinary(int, int, byte[], int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableFloatVector
Set floats from binary, need use UNSAFE to copy.
setFormatFactory(OutputFormatFactory<T>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
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(RowData) - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
setInt(int, int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setInt(int, int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setInt(int, int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setInt(int, int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setInt(int, int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapIntVector
 
setInt(int, int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableIntVector
Set int at rowId with the provided value.
setInt(MemorySegment[], int, int) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set int from segments.
setInts(int, int, int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapIntVector
 
setInts(int, int, int[], int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapIntVector
 
setInts(int, int, int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableIntVector
Sets value to [rowId, rowId + count) by the value, this is data that repeats continuously.
setInts(int, int, int[], int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableIntVector
Sets values from [src[srcIndex], src[srcIndex + count]) to [rowId, rowId + count).
setIntsFromBinary(int, int, byte[], int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapIntVector
 
setIntsFromBinary(int, int, byte[], int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableIntVector
Set ints from binary, need use UNSAFE to copy.
setKeyContext(KeyContext) - 类 中的方法org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
Sets keyContext to RankFunction.
setLong(int, long) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setLong(int, long) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setLong(int, long) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setLong(int, long) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setLong(int, long) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapLongVector
 
setLong(int, long) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableLongVector
Set long at rowId with the provided value.
setLong(MemorySegment[], int, long) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set long from segments.
setLongsFromBinary(int, int, byte[], int) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapLongVector
 
setLongsFromBinary(int, int, byte[], int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableLongVector
Set longs from binary, need use UNSAFE to copy.
setMetastore(TableMetaStoreFactory.TableMetaStore) - 类 中的方法org.apache.flink.table.filesystem.MetastoreCommitPolicy
 
setMetaStoreFactory(TableMetaStoreFactory) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setNonPrimitiveValue(int, Object) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setNull(BinaryArrayWriter, int) - 接口 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter.NullSetter
 
setNullAt(int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setNullAt(int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setNullAt(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setNullAt(int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setNullAt(int) - 类 中的方法org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
setNullAt(int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableColumnVector
Set null at rowId.
setNullAt(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNullAt(int, LogicalType) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
已过时。
Use BinaryArrayWriter.createNullSetter(LogicalType) for avoiding logical types during runtime.
setNullAt(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
Default not null.
setNullAt(int) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
Set null to this field.
setNullBit(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNullBit(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
setNullBoolean(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNullByte(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNullDouble(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNullFloat(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNullInt(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNullLong(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNulls(int, int) - 类 中的方法org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
setNulls(int, int) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableColumnVector
Set nulls from rowId to rowId + count (exclude).
setNullShort(int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setNumRows(int) - 类 中的方法org.apache.flink.table.data.vector.VectorizedColumnBatch
 
setOffsetAndSize(int, int, long) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
setOffsetAndSize(int, int, long) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
setOutputFileConfig(OutputFileConfig) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setOverwrite(boolean) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setOverwrite(boolean) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink
 
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.
setReuse(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.hashtable.ProbeIterator
 
setRowId(int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setRowKind(RowKind) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setRowKind(RowKind) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setRowKind(RowKind) - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
setRowKind(RowKind) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setShort(int, short) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setShort(int, short) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setShort(int, short) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setShort(int, short) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setShort(int, short) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapShortVector
 
setShort(int, short) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableShortVector
Set short at rowId with the provided value.
setShort(MemorySegment[], int, short) - 类 中的静态方法org.apache.flink.table.runtime.util.SegmentsUtil
set short from segments.
setStaticPartition(Map<String, String>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink
 
setStaticPartitions(LinkedHashMap<String, String>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setTempPath(Path) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat.Builder
 
setTimestamp(int, TimestampData, int) - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
setTimestamp(int, TimestampData, int) - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
setTimestamp(int, TimestampData, int) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setTimestamp(int, TimestampData, int) - 类 中的方法org.apache.flink.table.data.UpdatableRowData
 
setTimestamp(int, TimestampData) - 类 中的方法org.apache.flink.table.data.vector.heap.HeapTimestampVector
 
setTimestamp(int, TimestampData) - 接口 中的方法org.apache.flink.table.data.vector.writable.WritableTimestampVector
Set TimestampData at rowId with the provided value.
setValue(BinaryArrayWriter, int, Object) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter.ValueSetter
 
setVectorizedColumnBatch(VectorizedColumnBatch) - 类 中的方法org.apache.flink.table.data.ColumnarRowData
 
setWindowAccumulators(W, RowData) - 接口 中的方法org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Sets the accumulators of the given window.
ShortColumnVector - org.apache.flink.table.data.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[], BinaryRowData) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.NullAwareJoinHelper
 
shouldRollOnCheckpoint(PartFileInfo<String>) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink.TableRollingPolicy
 
shouldRollOnEvent(PartFileInfo<String>, RowData) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink.TableRollingPolicy
 
shouldRollOnProcessingTime(PartFileInfo<String>, long) - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableSink.TableRollingPolicy
 
sign(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
SQL SIGN operator applied to BigDecimal values.
sign(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
signum(DecimalData) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
Returns the signum function of this decimal.
sin(DecimalData) - 类 中的静态方法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(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
SINK_PARTITION_COMMIT_DELAY - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SINK_PARTITION_COMMIT_POLICY_CLASS - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SINK_PARTITION_COMMIT_POLICY_KIND - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SINK_PARTITION_COMMIT_SUCCESS_FILE_NAME - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SINK_PARTITION_COMMIT_TRIGGER - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SINK_ROLLING_POLICY_CHECK_INTERVAL - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SINK_ROLLING_POLICY_FILE_SIZE - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SINK_ROLLING_POLICY_ROLLOVER_INTERVAL - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SINK_SHUFFLE_BY_PARTITION - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
SinkOperator - org.apache.flink.table.runtime.operators.sink中的类
A StreamOperator for executing SinkFunctions.
SinkOperator(SinkFunction<RowData>, int, ExecutionConfigOptions.NotNullEnforcer, int[], String[]) - 类 的构造器org.apache.flink.table.runtime.operators.sink.SinkOperator
 
SinkRuntimeProviderContext - org.apache.flink.table.runtime.connector.sink中的类
Implementation of DynamicTableSink.Context.
SinkRuntimeProviderContext(boolean) - 类 的构造器org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
 
size() - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
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
 
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.ArrayDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
snapshotState(long, long) - 接口 中的方法org.apache.flink.table.filesystem.stream.PartitionCommitTrigger
Snapshot state.
snapshotState(long, long) - 类 中的方法org.apache.flink.table.filesystem.stream.PartitionTimeCommitTigger
 
snapshotState(long, long) - 类 中的方法org.apache.flink.table.filesystem.stream.ProcTimeCommitTigger
 
snapshotState(StateSnapshotContext) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileCommitter
 
snapshotState(StateSnapshotContext) - 类 中的方法org.apache.flink.table.filesystem.stream.StreamingFileWriter
 
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(BinaryRowDataSerializer, BinaryRowDataSerializer, Projection<RowData, BinaryRowData>, Projection<RowData, BinaryRowData>, RecordComparator, MutableObjectIterator<BinaryRowData>, MutableObjectIterator<BinaryRowData>, 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(BinaryRowDataSerializer, BinaryRowDataSerializer, Projection, Projection, RecordComparator, MutableObjectIterator<RowData>, MutableObjectIterator<BinaryRowData>, 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(BinaryRowDataSerializer, BinaryRowDataSerializer, Projection<RowData, BinaryRowData>, Projection<RowData, BinaryRowData>, RecordComparator, MutableObjectIterator<RowData>, MutableObjectIterator<BinaryRowData>, 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(BinaryRowDataSerializer, BinaryRowDataSerializer, Projection<RowData, BinaryRowData>, Projection<RowData, BinaryRowData>, RecordComparator, MutableObjectIterator<RowData>, MutableObjectIterator<BinaryRowData>, 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(BinaryStringData, BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
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.
sqlToRegexLike(String, CharSequence) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlLikeUtils
Translates a SQL LIKE pattern to Java regex pattern, with optional escape string.
sround(DecimalData, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
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(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to DecimalData values.
sround(DecimalData, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL ROUND operator applied to DecimalData values.
start - 类 中的变量org.apache.flink.table.data.vector.heap.HeapBytesVector
start offset of each field.
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.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.
StateTtlConfigUtil - org.apache.flink.table.runtime.util中的类
Utility to create a StateTtlConfig object.
StateTtlConfigUtil() - 类 的构造器org.apache.flink.table.runtime.util.StateTtlConfigUtil
 
STREAMING_SOURCE_CONSUME_ORDER - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
STREAMING_SOURCE_CONSUME_START_OFFSET - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
STREAMING_SOURCE_ENABLE - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
STREAMING_SOURCE_MONITOR_INTERVAL - 类 中的静态变量org.apache.flink.table.filesystem.FileSystemOptions
 
StreamingFileCommitter - org.apache.flink.table.filesystem.stream中的类
Committer for StreamingFileWriter.
StreamingFileCommitter(Path, ObjectIdentifier, List<String>, TableMetaStoreFactory, FileSystemFactory, Configuration) - 类 的构造器org.apache.flink.table.filesystem.stream.StreamingFileCommitter
 
StreamingFileCommitter.CommitMessage - org.apache.flink.table.filesystem.stream中的类
The message sent upstream.
StreamingFileWriter - org.apache.flink.table.filesystem.stream中的类
Operator for file system sink.
StreamingFileWriter(long, StreamingFileSink.BucketsBuilder<RowData, String, ? extends StreamingFileSink.BucketsBuilder<RowData, String, ?>>) - 类 的构造器org.apache.flink.table.filesystem.stream.StreamingFileWriter
 
StreamingJoinOperator - org.apache.flink.table.runtime.operators.join.stream中的类
Streaming unbounded Join operator which supports INNER/LEFT/RIGHT/FULL JOIN.
StreamingJoinOperator(RowDataTypeInfo, RowDataTypeInfo, 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, RowDataTypeInfo, RowDataTypeInfo, 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(RowDataTypeInfo, GeneratedRecordComparator) - 类 的构造器org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
StringByteArrayConverter - org.apache.flink.table.data.conversion中的类
Converter for CharType/VarCharType of byte[] external type.
StringByteArrayConverter() - 类 的构造器org.apache.flink.table.data.conversion.StringByteArrayConverter
 
StringDataSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for StringData.
StringDataSerializer.StringDataSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
Serializer configuration snapshot for compatibility and format evolution.
StringDataSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.StringDataSerializer.StringDataSerializerSnapshot
 
StringDataTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for StringData.
StringStringConverter - org.apache.flink.table.data.conversion中的类
Converter for CharType/VarCharType of String external type.
StringStringConverter() - 类 的构造器org.apache.flink.table.data.conversion.StringStringConverter
 
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.
StructuredObjectConverter<T> - org.apache.flink.table.data.conversion中的类
Converter for StructuredType of its implementation class.
struncate(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
SQL TRUNCATE operator applied to BigDecimal values.
struncate(DecimalData, 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(String, long, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
subString(String, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
substringSQL(BinaryStringData, int) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
substringSQL(BinaryStringData, int, int) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
subtract(DecimalData, DecimalData, int, int) - 类 中的静态方法org.apache.flink.table.data.DecimalDataUtils
 
subtractMonths(int, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
subtractMonths(long, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
SUCCESS_FILE - 接口 中的静态变量org.apache.flink.table.filesystem.PartitionCommitPolicy
 
SuccessFileCommitPolicy - org.apache.flink.table.filesystem中的类
Partition commit policy to add success file to directory.
SuccessFileCommitPolicy(String, FileSystem) - 类 的构造器org.apache.flink.table.filesystem.SuccessFileCommitPolicy
 
supportedProperties() - 类 中的方法org.apache.flink.table.filesystem.FileSystemTableFactory
 
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.
TableBucketAssigner(PartitionComputer<RowData>) - 类 的构造器org.apache.flink.table.filesystem.FileSystemTableSink.TableBucketAssigner
 
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.
tableName() - 接口 中的方法org.apache.flink.table.filesystem.PartitionCommitPolicy.Context
Table name.
TableRollingPolicy(boolean, long, long) - 类 的构造器org.apache.flink.table.filesystem.FileSystemTableSink.TableRollingPolicy
 
TableStreamOperator<OUT> - org.apache.flink.table.runtime.operators中的类
Table operator to invoke close always.
TableStreamOperator() - 类 的构造器org.apache.flink.table.runtime.operators.TableStreamOperator
 
tan(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
tanh(DecimalData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
Calculates the hyperbolic tangent of a big decimal number.
taskId - 类 中的变量org.apache.flink.table.filesystem.stream.StreamingFileCommitter.CommitMessage
 
TemporalProcessTimeJoinOperator - org.apache.flink.table.runtime.operators.join.temporal中的类
The operator to temporal join a stream on processing time.
TemporalProcessTimeJoinOperator(RowDataTypeInfo, 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(RowDataTypeInfo, RowDataTypeInfo, GeneratedJoinCondition, int, int, long, long) - 类 的构造器org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
ThreadLocalHashCache() - 类 的构造器org.apache.flink.table.runtime.util.JsonUtils.ThreadLocalHashCache
 
TimeLocalTimeConverter - org.apache.flink.table.data.conversion中的类
Converter for TimeType of LocalTime external type.
TimeLocalTimeConverter() - 类 的构造器org.apache.flink.table.data.conversion.TimeLocalTimeConverter
 
TimeLongConverter - org.apache.flink.table.data.conversion中的类
Converter for TimeType of Long external type.
TimeLongConverter() - 类 的构造器org.apache.flink.table.data.conversion.TimeLongConverter
 
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.data.vector中的接口
Timestamp column vector.
TimestampConverter(int) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.TimestampConverter
 
TimestampDataConverter(int) - 类 的构造器org.apache.flink.table.data.util.DataFormatConverters.TimestampDataConverter
 
TimestampDataSerializer - org.apache.flink.table.runtime.typeutils中的类
Serializer for TimestampData.
TimestampDataSerializer(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
 
TimestampDataSerializer.TimestampDataSerializerSnapshot - org.apache.flink.table.runtime.typeutils中的类
TypeSerializerSnapshot for TimestampDataSerializer.
TimestampDataSerializerSnapshot() - 类 的构造器org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
TimestampDataTypeInfo - org.apache.flink.table.runtime.typeutils中的类
TypeInformation for TimestampData.
TimestampDataTypeInfo(int) - 类 的构造器org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
timestampFloor(TimeUnitRange, long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampFloor(TimeUnitRange, long, TimeZone) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
TimestampLocalDateTimeConverter - org.apache.flink.table.data.conversion中的类
Converter for TimestampType of LocalDateTime external type.
TimestampLocalDateTimeConverter() - 类 的构造器org.apache.flink.table.data.conversion.TimestampLocalDateTimeConverter
 
TimestampTimestampConverter - org.apache.flink.table.data.conversion中的类
Converter for TimestampType of Timestamp external type.
TimestampTimestampConverter() - 类 的构造器org.apache.flink.table.data.conversion.TimestampTimestampConverter
 
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(TimestampData, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampToString(TimestampData, TimeZone, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampToTimestampWithLocalZone(TimestampData, 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(TimestampData, 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
 
TimeTimeConverter - org.apache.flink.table.data.conversion中的类
Converter for TimeType of Time external type.
TimeTimeConverter() - 类 的构造器org.apache.flink.table.data.conversion.TimeTimeConverter
 
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(BinaryStringData) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
toBase64(byte[]) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
toBinaryArray(ArrayData) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
 
toBinaryMap(MapData) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer
 
toBinaryRow(T) - 类 中的方法org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
Convert a RowData to a BinaryRowData.
toBinaryRow(BinaryRowData) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
 
toBinaryRow(RowData) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer
Convert RowData into BinaryRowData.
toBooleanArray() - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
toBooleanSQL(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Decide boolean representation of a string.
toByte(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
toByteArray() - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
toDate(int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toDecimal(BinaryStringData, int, int) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Parses this BinaryStringData to DecimalData.
toDouble(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
toDoubleArray() - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
toExternal(ArrayData) - 类 中的方法org.apache.flink.table.data.conversion.ArrayBooleanArrayConverter
 
toExternal(ArrayData) - 类 中的方法org.apache.flink.table.data.conversion.ArrayByteArrayConverter
 
toExternal(ArrayData) - 类 中的方法org.apache.flink.table.data.conversion.ArrayDoubleArrayConverter
 
toExternal(ArrayData) - 类 中的方法org.apache.flink.table.data.conversion.ArrayFloatArrayConverter
 
toExternal(ArrayData) - 类 中的方法org.apache.flink.table.data.conversion.ArrayIntArrayConverter
 
toExternal(ArrayData) - 类 中的方法org.apache.flink.table.data.conversion.ArrayLongArrayConverter
 
toExternal(ArrayData) - 类 中的方法org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
 
toExternal(ArrayData) - 类 中的方法org.apache.flink.table.data.conversion.ArrayShortArrayConverter
 
toExternal(I) - 接口 中的方法org.apache.flink.table.data.conversion.DataStructureConverter
Converts to external data structure.
toExternal(Integer) - 类 中的方法org.apache.flink.table.data.conversion.DateDateConverter
 
toExternal(Integer) - 类 中的方法org.apache.flink.table.data.conversion.DateLocalDateConverter
 
toExternal(Long) - 类 中的方法org.apache.flink.table.data.conversion.DayTimeIntervalDurationConverter
 
toExternal(DecimalData) - 类 中的方法org.apache.flink.table.data.conversion.DecimalBigDecimalConverter
 
toExternal(I) - 类 中的方法org.apache.flink.table.data.conversion.IdentityConverter
 
toExternal(TimestampData) - 类 中的方法org.apache.flink.table.data.conversion.LocalZonedTimestampInstantConverter
 
toExternal(TimestampData) - 类 中的方法org.apache.flink.table.data.conversion.LocalZonedTimestampIntConverter
 
toExternal(TimestampData) - 类 中的方法org.apache.flink.table.data.conversion.LocalZonedTimestampLongConverter
 
toExternal(MapData) - 类 中的方法org.apache.flink.table.data.conversion.MapMapConverter
 
toExternal(RawValueData<T>) - 类 中的方法org.apache.flink.table.data.conversion.RawByteArrayConverter
 
toExternal(RawValueData<T>) - 类 中的方法org.apache.flink.table.data.conversion.RawObjectConverter
 
toExternal(RowData) - 类 中的方法org.apache.flink.table.data.conversion.RowRowConverter
 
toExternal(StringData) - 类 中的方法org.apache.flink.table.data.conversion.StringByteArrayConverter
 
toExternal(StringData) - 类 中的方法org.apache.flink.table.data.conversion.StringStringConverter
 
toExternal(RowData) - 类 中的方法org.apache.flink.table.data.conversion.StructuredObjectConverter
 
toExternal(Integer) - 类 中的方法org.apache.flink.table.data.conversion.TimeLocalTimeConverter
 
toExternal(Integer) - 类 中的方法org.apache.flink.table.data.conversion.TimeLongConverter
 
toExternal(TimestampData) - 类 中的方法org.apache.flink.table.data.conversion.TimestampLocalDateTimeConverter
 
toExternal(TimestampData) - 类 中的方法org.apache.flink.table.data.conversion.TimestampTimestampConverter
 
toExternal(Integer) - 类 中的方法org.apache.flink.table.data.conversion.TimeTimeConverter
 
toExternal(Integer) - 类 中的方法org.apache.flink.table.data.conversion.YearMonthIntervalPeriodConverter
 
toExternal(Internal) - 类 中的方法org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
Convert a internal data format to its external(Java) equivalent while automatically handling nulls.
toExternal(RowData, int) - 类 中的方法org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
Given a internalType row, convert the value at column `column` to its external(Java) equivalent.
toExternalOrNull(I) - 接口 中的方法org.apache.flink.table.data.conversion.DataStructureConverter
Converts to external data structure or null.
toFloat(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
toFloatArray() - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
toGenericRow(RowData, LogicalType[]) - 类 中的静态方法org.apache.flink.table.data.util.RowDataUtil
 
toInt(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Parses this BinaryStringData to Int.
toIntArray() - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
toInternal(boolean[]) - 类 中的方法org.apache.flink.table.data.conversion.ArrayBooleanArrayConverter
 
toInternal(byte[]) - 类 中的方法org.apache.flink.table.data.conversion.ArrayByteArrayConverter
 
toInternal(double[]) - 类 中的方法org.apache.flink.table.data.conversion.ArrayDoubleArrayConverter
 
toInternal(float[]) - 类 中的方法org.apache.flink.table.data.conversion.ArrayFloatArrayConverter
 
toInternal(int[]) - 类 中的方法org.apache.flink.table.data.conversion.ArrayIntArrayConverter
 
toInternal(long[]) - 类 中的方法org.apache.flink.table.data.conversion.ArrayLongArrayConverter
 
toInternal(E[]) - 类 中的方法org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
 
toInternal(short[]) - 类 中的方法org.apache.flink.table.data.conversion.ArrayShortArrayConverter
 
toInternal(E) - 接口 中的方法org.apache.flink.table.data.conversion.DataStructureConverter
Converts to internal data structure.
toInternal(Date) - 类 中的方法org.apache.flink.table.data.conversion.DateDateConverter
 
toInternal(LocalDate) - 类 中的方法org.apache.flink.table.data.conversion.DateLocalDateConverter
 
toInternal(Duration) - 类 中的方法org.apache.flink.table.data.conversion.DayTimeIntervalDurationConverter
 
toInternal(BigDecimal) - 类 中的方法org.apache.flink.table.data.conversion.DecimalBigDecimalConverter
 
toInternal(I) - 类 中的方法org.apache.flink.table.data.conversion.IdentityConverter
 
toInternal(Instant) - 类 中的方法org.apache.flink.table.data.conversion.LocalZonedTimestampInstantConverter
 
toInternal(Integer) - 类 中的方法org.apache.flink.table.data.conversion.LocalZonedTimestampIntConverter
 
toInternal(Long) - 类 中的方法org.apache.flink.table.data.conversion.LocalZonedTimestampLongConverter
 
toInternal(Map<K, V>) - 类 中的方法org.apache.flink.table.data.conversion.MapMapConverter
 
toInternal(byte[]) - 类 中的方法org.apache.flink.table.data.conversion.RawByteArrayConverter
 
toInternal(T) - 类 中的方法org.apache.flink.table.data.conversion.RawObjectConverter
 
toInternal(Row) - 类 中的方法org.apache.flink.table.data.conversion.RowRowConverter
 
toInternal(byte[]) - 类 中的方法org.apache.flink.table.data.conversion.StringByteArrayConverter
 
toInternal(String) - 类 中的方法org.apache.flink.table.data.conversion.StringStringConverter
 
toInternal(T) - 类 中的方法org.apache.flink.table.data.conversion.StructuredObjectConverter
 
toInternal(LocalTime) - 类 中的方法org.apache.flink.table.data.conversion.TimeLocalTimeConverter
 
toInternal(Long) - 类 中的方法org.apache.flink.table.data.conversion.TimeLongConverter
 
toInternal(LocalDateTime) - 类 中的方法org.apache.flink.table.data.conversion.TimestampLocalDateTimeConverter
 
toInternal(Timestamp) - 类 中的方法org.apache.flink.table.data.conversion.TimestampTimestampConverter
 
toInternal(Time) - 类 中的方法org.apache.flink.table.data.conversion.TimeTimeConverter
 
toInternal(Period) - 类 中的方法org.apache.flink.table.data.conversion.YearMonthIntervalPeriodConverter
 
toInternal(External) - 类 中的方法org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
Converts a external(Java) data format to its internal equivalent while automatically handling nulls.
toInternalOrNull(E) - 接口 中的方法org.apache.flink.table.data.conversion.DataStructureConverter
Converts to internal data structure or null.
toLocalDateTime(String) - 类 中的静态方法org.apache.flink.table.filesystem.DefaultPartTimeExtractor
 
toLong(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Parses this BinaryStringData to Long.
toLongArray() - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
toMills(LocalDateTime) - 类 中的静态方法org.apache.flink.table.filesystem.DefaultPartTimeExtractor
 
toMills(String) - 类 中的静态方法org.apache.flink.table.filesystem.DefaultPartTimeExtractor
 
toRowType(LogicalType) - 类 中的静态方法org.apache.flink.table.runtime.types.PlannerTypeUtils
 
toRowType() - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataTypeInfo
 
toShort(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
toShortArray() - 类 中的方法org.apache.flink.table.data.ColumnarArrayData
 
toString() - 类 中的方法org.apache.flink.table.data.BoxedWrapperRowData
 
toString() - 类 中的方法org.apache.flink.table.data.JoinedRowData
 
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.BigDecimalTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
 
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.RowDataTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
 
toString() - 类 中的方法org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
totalNumBuffers - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The total reserved number of memory segments available to the hash join.
toTimestamp(long) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(double) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(DecimalData) - 类 中的静态方法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
 
toTimestampData(String) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestampData(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
 
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(BinaryStringData, BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Walk each character of current string from both ends, remove the character if it is in trim string.
trim(BinaryStringData, boolean, boolean, BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
trimLeft(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
trimLeft(BinaryStringData, BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Walk each character of current string from left end, remove the character if it is in trim string.
trimRight(BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
 
trimRight(BinaryStringData, BinaryStringData) - 类 中的静态方法org.apache.flink.table.data.binary.BinaryStringDataUtil
Walk each character of current string from right end, remove the character if it is in trim string.
truncate(TimestampData, int) - 类 中的静态方法org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
tryDistinctBuildRow - 类 中的变量org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Try to make the buildSide rows distinct.
tryProbe(RowData) - 类 中的方法org.apache.flink.table.runtime.hashtable.BinaryHashTable
Find matched build side rows for a probe row.
tryProbe(RowData) - 类 中的方法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.data.util.DataFormatConverters.TupleConverter
 
TypeCheckUtils - org.apache.flink.table.runtime.typeutils中的类
Utils for type.
TypeCheckUtils() - 类 的构造器org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
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
 
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.data.binary.BinaryRowDataUtil
 
UNSAFE - 类 中的静态变量org.apache.flink.table.data.vector.heap.AbstractHeapVector
 
UpdatableRowData - org.apache.flink.table.data中的类
An implementation of RowData which is backed by a RowData and an updated Java object array.
UpdatableRowData(RowData, int) - 类 的构造器org.apache.flink.table.data.UpdatableRowData
 
UpdatableTopNFunction - org.apache.flink.table.runtime.operators.rank中的类
A TopN function could handle updating stream.
UpdatableTopNFunction(long, long, RowDataTypeInfo, RowDataKeySelector, GeneratedRecordComparator, RowDataKeySelector, RankType, RankRange, boolean, boolean, long) - 类 的构造器org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
updateNumOfAssociations(RowData, 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

validatePolicyChain(boolean, String) - 接口 中的静态方法org.apache.flink.table.filesystem.PartitionCommitPolicy
Validate commit policy.
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<RowData>>, RowDataTypeInfo) - 类 的构造器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.data.vector.heap.HeapBooleanVector
 
vector - 类 中的变量org.apache.flink.table.data.vector.heap.HeapByteVector
 
vector - 类 中的变量org.apache.flink.table.data.vector.heap.HeapDoubleVector
 
vector - 类 中的变量org.apache.flink.table.data.vector.heap.HeapFloatVector
 
vector - 类 中的变量org.apache.flink.table.data.vector.heap.HeapIntVector
 
vector - 类 中的变量org.apache.flink.table.data.vector.heap.HeapLongVector
 
vector - 类 中的变量org.apache.flink.table.data.vector.heap.HeapShortVector
 
VectorizedColumnBatch - org.apache.flink.table.data.vector中的类
A VectorizedColumnBatch is a set of rows, organized with each column as a vector.
VectorizedColumnBatch(ColumnVector[]) - 类 的构造器org.apache.flink.table.data.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, ProcessingTimeService) - 类 的构造器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
 
withUniqueKey(RowDataTypeInfo, KeySelector<RowData, RowData>) - 类 中的静态方法org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Creates a JoinInputSideSpec that the input has an unique key.
withUniqueKeyContainedByJoinKey(RowDataTypeInfo, KeySelector<RowData, RowData>) - 类 中的静态方法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 org.apache.flink.table.data.RowData> - org.apache.flink.table.runtime.hashtable中的类
Wrap MutableObjectIterator to java RowIterator.
WrappedRowIterator(MutableObjectIterator<T>, T) - 类 的构造器org.apache.flink.table.runtime.hashtable.WrappedRowIterator
 
WrapperTypeInfo<T> - org.apache.flink.table.runtime.typeutils中的类
Type information that wraps an existing serializer.
WrapperTypeInfo(Class<T>, TypeSerializer<T>) - 类 的构造器org.apache.flink.table.runtime.typeutils.WrapperTypeInfo
 
WrappingCollector<T> - org.apache.flink.table.runtime.collector中的类
A Collector that wraps another collector.
WrappingCollector() - 类 的构造器org.apache.flink.table.runtime.collector.WrappingCollector
 
WritableBooleanVector - org.apache.flink.table.data.vector.writable中的接口
WritableBytesVector - org.apache.flink.table.data.vector.writable中的接口
WritableByteVector - org.apache.flink.table.data.vector.writable中的接口
WritableColumnVector - org.apache.flink.table.data.vector.writable中的接口
Writable ColumnVector.
WritableDoubleVector - org.apache.flink.table.data.vector.writable中的接口
WritableFloatVector - org.apache.flink.table.data.vector.writable中的接口
WritableIntVector - org.apache.flink.table.data.vector.writable中的接口
Writable IntColumnVector.
WritableLongVector - org.apache.flink.table.data.vector.writable中的接口
WritableShortVector - org.apache.flink.table.data.vector.writable中的接口
WritableTimestampVector - org.apache.flink.table.data.vector.writable中的接口
write(BinaryWriter, int, Object, LogicalType, TypeSerializer<?>) - 接口 中的静态方法org.apache.flink.table.data.writer.BinaryWriter
已过时。
Use BinaryWriter.createValueSetter(LogicalType) for avoiding logical types during runtime.
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(RowData) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
write(MutableObjectIterator<BinaryRowData>) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
write(RowData) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Writes a given record to this sort buffer.
writeArray(int, ArrayData, ArrayDataSerializer) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeBinary(int, byte[]) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeBlock(MemorySegment) - 类 中的方法org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
writeBoolean(int, boolean) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
writeBoolean(int, boolean) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
writeBoolean(int, boolean) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeByte(int, byte) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
writeByte(int, byte) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
writeByte(int, byte) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeDecimal(int, DecimalData, int) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeDouble(int, double) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
writeDouble(int, double) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
writeDouble(int, double) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeFloat(int, float) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
writeFloat(int, float) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
writeFloat(int, float) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeIndexAndNormalizedKey(RowData, long) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
Write of index and normalizedKey.
writeInt(int, int) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
writeInt(int, int) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
writeInt(int, int) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeLong(int, long) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
writeLong(int, long) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
writeLong(int, long) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeMap(int, MapData, MapDataSerializer) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeMergingOutput(MutableObjectIterator<Entry>, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
read the merged stream and write the data back.
writeMergingOutput(MutableObjectIterator<BinaryRowData>, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
writeMergingOutput(MutableObjectIterator<Tuple2<BinaryRowData, BinaryRowData>>, AbstractPagedOutputView) - 类 中的方法org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
writeRawValue(int, RawValueData<?>, RawValueDataSerializer<?>) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeRecord(T) - 类 中的方法org.apache.flink.table.filesystem.FileSystemOutputFormat
 
writeRow(int, RowData, RowDataSerializer) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeRowKind(RowKind) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
writeShort(int, short) - 类 中的方法org.apache.flink.table.data.writer.BinaryArrayWriter
 
writeShort(int, short) - 类 中的方法org.apache.flink.table.data.writer.BinaryRowWriter
 
writeShort(int, short) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
writeSnapshot(DataOutputView) - 类 中的方法org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
 
writeString(int, StringData) - 接口 中的方法org.apache.flink.table.data.writer.BinaryWriter
 
writeTimestamp(int, TimestampData, int) - 接口 中的方法org.apache.flink.table.data.writer.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
 

Y

YearMonthIntervalPeriodConverter - org.apache.flink.table.data.conversion中的类
Converter for YearMonthIntervalType of Period external type.
A B C D E F G H I J K L M N O P R S T U V W Y 
跳过导航链接

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