Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

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

B

BaseArray - Interface in org.apache.flink.table.dataformat
An interface for array used internally in Flink Table/SQL.
BaseArraySerializer - Class in org.apache.flink.table.runtime.typeutils
Serializer for BaseArray.
BaseArraySerializer(LogicalType, ExecutionConfig) - Constructor for class org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
BaseArraySerializer.BaseArraySerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
TypeSerializerSnapshot for BaseArraySerializer.
BaseArraySerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.BaseArraySerializer.BaseArraySerializerSnapshot
 
BaseHybridHashTable - Class in org.apache.flink.table.runtime.hashtable
BaseHybridHashTable(Configuration, Object, MemoryManager, long, long, long, IOManager, int, long, boolean) - Constructor for class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
BaseMap - Interface in org.apache.flink.table.dataformat
An interface for map used internally in Flink Table/SQL.
BaseMapSerializer - Class in org.apache.flink.table.runtime.typeutils
Serializer for BaseMap.
BaseMapSerializer(LogicalType, LogicalType, ExecutionConfig) - Constructor for class org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
BaseMapSerializer.BaseMapSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
TypeSerializerSnapshot for BaseArraySerializer.
BaseMapSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.BaseMapSerializer.BaseMapSerializerSnapshot
 
BaseRow - Interface in org.apache.flink.table.dataformat
An interface for row used internally in Flink Table/SQL.
BaseRowEventComparator - Class in org.apache.flink.table.runtime.operators.match
An implementation of EventComparator based on a generated RecordComparator.
BaseRowEventComparator(GeneratedRecordComparator) - Constructor for class org.apache.flink.table.runtime.operators.match.BaseRowEventComparator
 
BaseRowKeySelector - Interface in org.apache.flink.table.runtime.keyselector
BaseRowKeySelector takes an BaseRow and extracts the deterministic key for the BaseRow.
BaseRowSerializer - Class in org.apache.flink.table.runtime.typeutils
Serializer for BaseRow.
BaseRowSerializer(ExecutionConfig, RowType) - Constructor for class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
BaseRowSerializer(ExecutionConfig, LogicalType...) - Constructor for class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
BaseRowSerializer(LogicalType[], TypeSerializer[]) - Constructor for class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
BaseRowSerializer.BaseRowSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
TypeSerializerSnapshot for BinaryRowSerializer.
BaseRowSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.BaseRowSerializer.BaseRowSerializerSnapshot
 
BaseRowTypeInfo - Class in org.apache.flink.table.runtime.typeutils
Base row type info.
BaseRowTypeInfo(LogicalType...) - Constructor for class org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
BaseRowTypeInfo(LogicalType[], String[]) - Constructor for class org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
BaseRowUtil - Class in org.apache.flink.table.dataformat.util
Util for base row.
BaseRowUtil() - Constructor for class org.apache.flink.table.dataformat.util.BaseRowUtil
 
BaseTwoInputStreamOperatorWithStateRetention - Class in 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) - Constructor for class org.apache.flink.table.runtime.operators.join.temporal.BaseTwoInputStreamOperatorWithStateRetention
 
BigDecimalConverter(int, int) - Constructor for class org.apache.flink.table.dataformat.DataFormatConverters.BigDecimalConverter
 
BigDecimalTypeInfo - Class in org.apache.flink.table.runtime.typeutils
TypeInformation for BigDecimal.
BigDecimalTypeInfo(int, int) - Constructor for class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
BinaryArray - Class in org.apache.flink.table.dataformat
For fields that hold fixed-length primitive types, such as long, double, or int, we store the value directly in the field, just like the original java array.
BinaryArray() - Constructor for class org.apache.flink.table.dataformat.BinaryArray
 
BinaryArrayWriter - Class in org.apache.flink.table.dataformat
Writer for binary array.
BinaryArrayWriter(BinaryArray, int, int) - Constructor for class org.apache.flink.table.dataformat.BinaryArrayWriter
 
BinaryExternalMerger - Class in org.apache.flink.table.runtime.operators.sort
Record merger for sort of BinaryRow.
BinaryExternalMerger(IOManager, int, int, SpillChannelManager, BinaryRowSerializer, RecordComparator, boolean, BlockCompressionFactory, int) - Constructor for class org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
BinaryExternalSorter - Class in org.apache.flink.table.runtime.operators.sort
The BinaryExternalSorter is a full fledged sorter for binary format.
BinaryExternalSorter(Object, MemoryManager, long, IOManager, AbstractRowSerializer<BaseRow>, BinaryRowSerializer, NormalizedKeyComputer, RecordComparator, Configuration) - Constructor for class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
BinaryExternalSorter(Object, MemoryManager, long, IOManager, AbstractRowSerializer<BaseRow>, BinaryRowSerializer, NormalizedKeyComputer, RecordComparator, Configuration, float) - Constructor for class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
BinaryFormat - Interface in org.apache.flink.table.dataformat
Binary format spanning MemorySegments.
BinaryGeneric<T> - Class in org.apache.flink.table.dataformat
Internal format to generic.
BinaryGeneric(T) - Constructor for class org.apache.flink.table.dataformat.BinaryGeneric
 
BinaryGeneric(MemorySegment[], int, int) - Constructor for class org.apache.flink.table.dataformat.BinaryGeneric
 
BinaryGeneric(MemorySegment[], int, int, T) - Constructor for class org.apache.flink.table.dataformat.BinaryGeneric
 
BinaryGenericSerializer<T> - Class in org.apache.flink.table.runtime.typeutils
Serializer for BinaryGeneric.
BinaryGenericSerializer(TypeSerializer<T>) - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
BinaryGenericSerializer.BinaryGenericSerializerSnapshot<T> - Class in org.apache.flink.table.runtime.typeutils
TypeSerializerSnapshot for BinaryGenericSerializer.
BinaryGenericSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer.BinaryGenericSerializerSnapshot
 
BinaryGenericSerializerSnapshot(BinaryGenericSerializer<T>) - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer.BinaryGenericSerializerSnapshot
 
BinaryHashBucketArea - Class in org.apache.flink.table.runtime.hashtable
Bucket area for hash table.
BinaryHashPartition - Class in org.apache.flink.table.runtime.hashtable
A partition.
BinaryHashPartition.BuildSideBuffer - Class in org.apache.flink.table.runtime.hashtable
Build side buffer.
BinaryHashPartitioner - Class in org.apache.flink.table.runtime.partitioner
Hash partitioner for BinaryRow.
BinaryHashPartitioner(GeneratedHashFunction, String[]) - Constructor for class org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
 
BinaryHashTable - Class in org.apache.flink.table.runtime.hashtable
An implementation of a Hybrid Hash Join.
BinaryHashTable(Configuration, Object, AbstractRowSerializer, AbstractRowSerializer, Projection<BaseRow, BinaryRow>, Projection<BaseRow, BinaryRow>, MemoryManager, long, IOManager, int, int, boolean, HashJoinType, JoinCondition, boolean, boolean[], boolean) - Constructor for class org.apache.flink.table.runtime.hashtable.BinaryHashTable
 
BinaryHashTable(Configuration, Object, AbstractRowSerializer, AbstractRowSerializer, Projection<BaseRow, BinaryRow>, Projection<BaseRow, BinaryRow>, MemoryManager, long, long, long, IOManager, int, long, boolean, HashJoinType, JoinCondition, boolean, boolean[], boolean) - Constructor for class org.apache.flink.table.runtime.hashtable.BinaryHashTable
 
BinaryIndexedSortable - Class in org.apache.flink.table.runtime.operators.sort
abstract sortable, provide basic compare and swap.
BinaryIndexedSortable(NormalizedKeyComputer, BinaryRowSerializer, RecordComparator, ArrayList<MemorySegment>, MemorySegmentPool) - Constructor for class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
BinaryInMemorySortBuffer - Class in org.apache.flink.table.runtime.operators.sort
In memory sort buffer for binary row.
BinaryKVExternalMerger - Class in org.apache.flink.table.runtime.operators.sort
Key-Value style record merger for sort.
BinaryKVExternalMerger(IOManager, int, int, SpillChannelManager, BinaryRowSerializer, BinaryRowSerializer, RecordComparator, boolean, BlockCompressionFactory, int) - Constructor for class org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
BinaryKVInMemorySortBuffer - Class in org.apache.flink.table.runtime.operators.sort
In memory KV sortable buffer for binary row, it already has records in memory.
BinaryMap - Class in org.apache.flink.table.dataformat
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
BinaryMap() - Constructor for class org.apache.flink.table.dataformat.BinaryMap
 
BinaryMergeIterator<Entry> - Class in org.apache.flink.table.runtime.operators.sort
Binary version of MergeIterator.
BinaryMergeIterator(List<MutableObjectIterator<Entry>>, List<Entry>, Comparator<Entry>) - Constructor for class org.apache.flink.table.runtime.operators.sort.BinaryMergeIterator
 
BinaryRow - Class in org.apache.flink.table.dataformat
A special row which is backed by MemorySegment instead of Object.
BinaryRow(int) - Constructor for class org.apache.flink.table.dataformat.BinaryRow
 
BinaryRowChannelInputViewIterator - Class in org.apache.flink.table.runtime.io
A simple iterator over the input read though an I/O channel.
BinaryRowChannelInputViewIterator(ChannelReaderInputView, BinaryRowSerializer) - Constructor for class org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
 
BinaryRowChannelInputViewIterator(ChannelReaderInputView, List<MemorySegment>, BinaryRowSerializer) - Constructor for class org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
 
BinaryRowKeySelector - Class in org.apache.flink.table.runtime.keyselector
A KeySelector which will extract key from BaseRow.
BinaryRowKeySelector(BaseRowTypeInfo, GeneratedProjection) - Constructor for class org.apache.flink.table.runtime.keyselector.BinaryRowKeySelector
 
BinaryRowSerializer - Class in org.apache.flink.table.runtime.typeutils
Serializer for BinaryRow.
BinaryRowSerializer(int) - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
BinaryRowSerializer.BinaryRowSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
TypeSerializerSnapshot for BinaryRowSerializer.
BinaryRowSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer.BinaryRowSerializerSnapshot
 
BinaryRowUtil - Class in org.apache.flink.table.dataformat.util
Util for binary row.
BinaryRowUtil() - Constructor for class org.apache.flink.table.dataformat.util.BinaryRowUtil
 
BinaryRowWriter - Class in org.apache.flink.table.dataformat
Writer for BinaryRow.
BinaryRowWriter(BinaryRow) - Constructor for class org.apache.flink.table.dataformat.BinaryRowWriter
 
BinaryRowWriter(BinaryRow, int) - Constructor for class org.apache.flink.table.dataformat.BinaryRowWriter
 
BinarySection - Class in org.apache.flink.table.dataformat
Binary section of memory.
BinarySection() - Constructor for class org.apache.flink.table.dataformat.BinarySection
 
BinarySection(MemorySegment[], int, int) - Constructor for class org.apache.flink.table.dataformat.BinarySection
 
BinaryString - Class in org.apache.flink.table.dataformat
A utf8 string which is backed by MemorySegment instead of String.
BinaryString() - Constructor for class org.apache.flink.table.dataformat.BinaryString
 
BinaryStringSerializer - Class in org.apache.flink.table.runtime.typeutils
Serializer for BinaryString.
BinaryStringSerializer.BinaryStringSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
Serializer configuration snapshot for compatibility and format evolution.
BinaryStringSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryStringSerializer.BinaryStringSerializerSnapshot
 
BinaryStringTypeInfo - Class in org.apache.flink.table.runtime.typeutils
TypeInfo for BinaryString.
BinaryStringTypeInfoFactory - Class in org.apache.flink.table.runtime.typeutils
The type factory of BinaryString.
BinaryStringTypeInfoFactory() - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfoFactory
 
BinaryStringUtil - Class in org.apache.flink.table.dataformat
Util for BinaryString.
BinaryStringUtil() - Constructor for class org.apache.flink.table.dataformat.BinaryStringUtil
 
BinaryWriter - Interface in org.apache.flink.table.dataformat
Writer to write a composite data format, like row, array.
bitAnd(Byte, Byte) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitAnd(Short, Short) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitAnd(Integer, Integer) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitAnd(Long, Long) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitGet(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
read bit.
bitGet(MemorySegment[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
read bit from segments.
bitNot(Byte) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitNot(Short) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitNot(Integer) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitNot(Long) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitOr(Byte, Byte) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitOr(Short, Short) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitOr(Integer, Integer) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitOr(Long, Long) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitSet(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
set bit.
bitSet(MemorySegment[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
set bit from segments.
bitUnSet(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
unset bit.
bitUnSet(MemorySegment[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
unset bit from segments.
bitXor(Byte, Byte) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitXor(Short, Short) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitXor(Integer, Integer) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
bitXor(Long, Long) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
blankString(int) - Static method in class org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString that contains `length` spaces.
BlockCompressionFactory - Interface in org.apache.flink.table.runtime.compression
Each compression codec has a implementation of BlockCompressionFactory to create compressors and decompressors.
BlockCompressionFactory.CompressionFactoryName - Enum in org.apache.flink.table.runtime.compression
BlockCompressor - Interface in org.apache.flink.table.runtime.compression
A compressor which compresses a whole byte array each time.
BlockDecompressor - Interface in org.apache.flink.table.runtime.compression
A decompressor which decompresses a block each time.
BooleanColumnVector - Interface in org.apache.flink.table.dataformat.vector
Boolean column vector.
BoxedWrapperRow - Class in org.apache.flink.table.dataformat
A ObjectArrayRow that wrap primitive type to boxed object to reuse.
BoxedWrapperRow(int) - Constructor for class org.apache.flink.table.dataformat.BoxedWrapperRow
 
BUCKET_SIZE - Static variable in class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
buffer - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
buffer to use when actually copying in data.
BufferDataOverWindowOperator - Class in org.apache.flink.table.runtime.operators.over
the operator for OVER window need cache data by ResettableExternalBuffer for OverWindowFrame.
BufferDataOverWindowOperator(long, OverWindowFrame[], GeneratedRecordComparator, boolean) - Constructor for class org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
bufferedKey - Variable in class org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
BufferedKVExternalSorter - Class in org.apache.flink.table.runtime.operators.sort
Sorter for buffered input in the form of Key-Value Style.
BufferedKVExternalSorter(IOManager, BinaryRowSerializer, BinaryRowSerializer, NormalizedKeyComputer, RecordComparator, int, Configuration) - Constructor for class org.apache.flink.table.runtime.operators.sort.BufferedKVExternalSorter
 
bufferedRow - Variable in class org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
bufferMatchingRows() - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
build() - Method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
builder() - Static method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
buildLeftSemiOrAnti() - Method in enum org.apache.flink.table.runtime.operators.join.HashJoinType
 
buildRowCount - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
BuildSideIterator - Class in 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 - Class in org.apache.flink.table.runtime.hashtable
Partition bucket iterator.
buildSpillRetBufferNumbers - Variable in class 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 - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The queue of buffers that can be used for write-behind.
buildTriggerWindowElementsIterator() - Method in class org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
 
BundleTrigger<T> - Interface in 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 - Interface in org.apache.flink.table.runtime.operators.bundle.trigger
Interface for bundle trigger callbacks that can be registered to a BundleTrigger.
BYTE_ARRAY_BASE_OFFSET - Static variable in class org.apache.flink.table.dataformat.util.BinaryRowUtil
 
byteArrayEquals(byte[], byte[], int) - Static method in class org.apache.flink.table.dataformat.util.BinaryRowUtil
 
byteArrayEquals(Object, long, Object, long, int) - Static method in class org.apache.flink.table.dataformat.util.BinaryRowUtil
 
byteAt(int) - Method in class org.apache.flink.table.dataformat.BinaryString
Returns the byte value at the specified index.
ByteColumnVector - Interface in org.apache.flink.table.dataformat.vector
Byte column vector.
ByteHashSet - Class in org.apache.flink.table.runtime.util.collections
Byte hash set.
ByteHashSet() - Constructor for class org.apache.flink.table.runtime.util.collections.ByteHashSet
 
Bytes(byte[], int, int) - Constructor for class org.apache.flink.table.dataformat.vector.BytesColumnVector.Bytes
 
BytesColumnVector - Interface in org.apache.flink.table.dataformat.vector
Bytes column vector to get BytesColumnVector.Bytes, it include original data and offset and length.
BytesColumnVector.Bytes - Class in org.apache.flink.table.dataformat.vector
Bytes data.
BytesHashMap - Class in org.apache.flink.table.runtime.operators.aggregate
Bytes based hash map.
BytesHashMap(Object, MemoryManager, long, LogicalType[], LogicalType[]) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
BytesHashMap(Object, MemoryManager, long, LogicalType[], LogicalType[], boolean) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
BytesHashMap.Entry - Class in org.apache.flink.table.runtime.operators.aggregate
BytesHashMap Entry contains key and value field.
BytesHashMap.LookupInfo - Class in org.apache.flink.table.runtime.operators.aggregate
Handle returned by BytesHashMap.lookup(BinaryRow) function.
BytesHashMapSpillMemorySegmentPool - Class in org.apache.flink.table.runtime.operators.aggregate
MemorySegmentPool for BytesHashMap to fall back to sort agg.
BytesHashMapSpillMemorySegmentPool(List<MemorySegment>) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.BytesHashMapSpillMemorySegmentPool
 

C

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

D

data - Variable in class org.apache.flink.table.dataformat.vector.BytesColumnVector.Bytes
 
DataCorruptionException - Exception in org.apache.flink.table.runtime.compression
A DataCorruptionException is thrown when the decompressed data is corrupted and cannot be decompressed.
DataCorruptionException() - Constructor for exception org.apache.flink.table.runtime.compression.DataCorruptionException
 
DataCorruptionException(String) - Constructor for exception org.apache.flink.table.runtime.compression.DataCorruptionException
 
DataCorruptionException(String, Throwable) - Constructor for exception org.apache.flink.table.runtime.compression.DataCorruptionException
 
DataCorruptionException(Throwable) - Constructor for exception org.apache.flink.table.runtime.compression.DataCorruptionException
 
DataFormatConverter() - Constructor for class org.apache.flink.table.dataformat.DataFormatConverters.DataFormatConverter
 
DataFormatConverters - Class in org.apache.flink.table.dataformat
Converters between internal data format and java format.
DataFormatConverters() - Constructor for class org.apache.flink.table.dataformat.DataFormatConverters
 
DataFormatConverters.AbstractBaseRowConverter<E> - Class in org.apache.flink.table.dataformat
Abstract converter for internal base row.
DataFormatConverters.BaseRowConverter - Class in org.apache.flink.table.dataformat
Converter for base row.
DataFormatConverters.BigDecimalConverter - Class in org.apache.flink.table.dataformat
Converter for BigDecimal.
DataFormatConverters.BinaryArrayConverter - Class in org.apache.flink.table.dataformat
Converter for BinaryArray.
DataFormatConverters.BinaryGenericConverter - Class in org.apache.flink.table.dataformat
Converter for BinaryGeneric.
DataFormatConverters.BinaryMapConverter - Class in org.apache.flink.table.dataformat
Converter for BinaryMap.
DataFormatConverters.BinaryStringConverter - Class in org.apache.flink.table.dataformat
Converter for BinaryString.
DataFormatConverters.BooleanConverter - Class in org.apache.flink.table.dataformat
Converter for boolean.
DataFormatConverters.ByteConverter - Class in org.apache.flink.table.dataformat
Converter for byte.
DataFormatConverters.CaseClassConverter - Class in org.apache.flink.table.dataformat
Converter for case class.
DataFormatConverters.DataFormatConverter<Internal,External> - Class in org.apache.flink.table.dataformat
Converter between internal data format and java format.
DataFormatConverters.DateConverter - Class in org.apache.flink.table.dataformat
Converter for date.
DataFormatConverters.DecimalConverter - Class in org.apache.flink.table.dataformat
Converter for Decimal.
DataFormatConverters.DoubleConverter - Class in org.apache.flink.table.dataformat
Converter for double.
DataFormatConverters.FloatConverter - Class in org.apache.flink.table.dataformat
Converter for float.
DataFormatConverters.GenericConverter<T> - Class in org.apache.flink.table.dataformat
Converter for generic.
DataFormatConverters.IdentityConverter<T> - Class in org.apache.flink.table.dataformat
Identity converter.
DataFormatConverters.InstantConverter - Class in org.apache.flink.table.dataformat
Converter for Instant.
DataFormatConverters.IntConverter - Class in org.apache.flink.table.dataformat
Converter for int.
DataFormatConverters.LocalDateConverter - Class in org.apache.flink.table.dataformat
Converter for LocalDate.
DataFormatConverters.LocalDateTimeConverter - Class in org.apache.flink.table.dataformat
Converter for LocalDateTime.
DataFormatConverters.LocalTimeConverter - Class in org.apache.flink.table.dataformat
Converter for LocalTime.
DataFormatConverters.LongConverter - Class in org.apache.flink.table.dataformat
Converter for long.
DataFormatConverters.MapConverter - Class in org.apache.flink.table.dataformat
Converter for map.
DataFormatConverters.ObjectArrayConverter<T> - Class in org.apache.flink.table.dataformat
Converter for object array.
DataFormatConverters.PojoConverter<T> - Class in org.apache.flink.table.dataformat
Converter for pojo.
DataFormatConverters.PrimitiveBooleanArrayConverter - Class in org.apache.flink.table.dataformat
Converter for primitive boolean array.
DataFormatConverters.PrimitiveByteArrayConverter - Class in org.apache.flink.table.dataformat
Converter for primitive byte array.
DataFormatConverters.PrimitiveDoubleArrayConverter - Class in org.apache.flink.table.dataformat
Converter for primitive double array.
DataFormatConverters.PrimitiveFloatArrayConverter - Class in org.apache.flink.table.dataformat
Converter for primitive float array.
DataFormatConverters.PrimitiveIntArrayConverter - Class in org.apache.flink.table.dataformat
Converter for primitive int array.
DataFormatConverters.PrimitiveLongArrayConverter - Class in org.apache.flink.table.dataformat
Converter for primitive long array.
DataFormatConverters.PrimitiveShortArrayConverter - Class in org.apache.flink.table.dataformat
Converter for primitive short array.
DataFormatConverters.RowConverter - Class in org.apache.flink.table.dataformat
Converter for row.
DataFormatConverters.ShortConverter - Class in org.apache.flink.table.dataformat
Converter for short.
DataFormatConverters.StringConverter - Class in org.apache.flink.table.dataformat
Converter for String.
DataFormatConverters.TimeConverter - Class in org.apache.flink.table.dataformat
Converter for time.
DataFormatConverters.TimestampConverter - Class in org.apache.flink.table.dataformat
Converter for timestamp.
DataFormatConverters.TupleConverter - Class in org.apache.flink.table.dataformat
Converter for flink tuple.
dateAdd(String, int, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Do addition on date string.
dateAdd(long, int, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Do addition on timestamp.
dateAdd(String, int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateAdd(long, int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(long, long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
NOTE: (1).
dateDiff(String, long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(long, String, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(String, String, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(long, long) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(String, long) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(long, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateDiff(String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(long, String, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Format a timestamp as specific.
dateFormat(String, String, String, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Format a string datetime as specific.
dateFormat(String, String, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(long, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(String, String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormat(String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormatTz(long, String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateFormatTz(long, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateStringToUnixDate(String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateSub(String, int, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Do subtraction on date string.
dateSub(long, int, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Do subtraction on date string.
dateSub(String, int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateSub(long, int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
dateToInternal(Date) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
Decimal - Class in org.apache.flink.table.dataformat
Sql Decimal value.
DECIMAL_SYSTEM_DEFAULT - Static variable in class org.apache.flink.table.dataformat.Decimal
 
DecimalConverter(int, int) - Constructor for class org.apache.flink.table.dataformat.DataFormatConverters.DecimalConverter
 
DecimalSerializer - Class in org.apache.flink.table.runtime.typeutils
Serializer for Decimal.
DecimalSerializer(int, int) - Constructor for class org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
DecimalSerializer.DecimalSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
TypeSerializerSnapshot for DecimalSerializer.
DecimalSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.DecimalSerializer.DecimalSerializerSnapshot
 
DecimalTypeInfo - Class in org.apache.flink.table.runtime.typeutils
TypeInfo for Decimal.
DecimalTypeInfo(int, int) - Constructor for class org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
DecimalTypeInfoFactory - Class in org.apache.flink.table.runtime.typeutils
The type factory of Decimal.
DecimalTypeInfoFactory() - Constructor for class org.apache.flink.table.runtime.typeutils.DecimalTypeInfoFactory
 
decodeToBinary(int) - Method in interface org.apache.flink.table.dataformat.vector.Dictionary
 
decodeToDouble(int) - Method in interface org.apache.flink.table.dataformat.vector.Dictionary
 
decodeToFloat(int) - Method in interface org.apache.flink.table.dataformat.vector.Dictionary
 
decodeToInt(int) - Method in interface org.apache.flink.table.dataformat.vector.Dictionary
 
decodeToLong(int) - Method in interface org.apache.flink.table.dataformat.vector.Dictionary
 
decodeUTF8(byte[], int, int) - Static method in class org.apache.flink.table.runtime.util.StringUtf8Utils
 
decodeUTF8(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.util.StringUtf8Utils
 
decodeUTF8Strict(byte[], int, int, char[]) - Static method in class org.apache.flink.table.runtime.util.StringUtf8Utils
 
decodeUTF8Strict(MemorySegment, int, int, char[]) - Static method in class org.apache.flink.table.runtime.util.StringUtf8Utils
 
decompress(ByteBuffer, int, int, ByteBuffer, int) - Method in interface org.apache.flink.table.runtime.compression.BlockDecompressor
Decompress source data read from (Buffer.position() + srcOff), and write the decompressed data to dst.
decompress(byte[], int, int, byte[], int) - Method in interface org.apache.flink.table.runtime.compression.BlockDecompressor
Decompress source data read from src and write the decompressed data to dst.
decompress(ByteBuffer, int, int, ByteBuffer, int) - Method in class org.apache.flink.table.runtime.compression.Lz4BlockDecompressor
 
decompress(byte[], int, int, byte[], int) - Method in class org.apache.flink.table.runtime.compression.Lz4BlockDecompressor
 
DeduplicateKeepFirstRowFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
This function is used to deduplicate on keys and keeps only first row.
DeduplicateKeepFirstRowFunction(long, long) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepFirstRowFunction
 
DeduplicateKeepLastRowFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
This function is used to deduplicate on keys and keeps only last row.
DeduplicateKeepLastRowFunction(long, long, BaseRowTypeInfo, boolean) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepLastRowFunction
 
DEFAULT_INITIAL_SIZE - Static variable in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The initial default size of a hash table.
DEFAULT_LOAD_FACTOR - Static variable in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The default load factor of a hash table.
DEFAULT_SEED - Static variable in class org.apache.flink.table.runtime.util.MurmurHashUtil
 
DEFAULT_SIZE - Static variable in class org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
This number is carefully chosen to minimize overhead and typically allows one VectorizedColumnBatch to fit in cache.
defaultDecodeUTF8(byte[], int, int) - Static method in class org.apache.flink.table.runtime.util.StringUtf8Utils
 
defaultEncodeUTF8(String, byte[]) - Static method in class org.apache.flink.table.runtime.util.StringUtf8Utils
 
degrees(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
DelegatingResultFuture<OUT> - Class in org.apache.flink.table.runtime.operators.join.lookup
Delegates actions of CompletableFuture to ResultFuture.
DelegatingResultFuture(ResultFuture<OUT>) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture
 
delete(Collector<BaseRow>, BaseRow) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
This is similar to [[retract()]] but always send retraction message regardless of generateRetraction is true or not.
delete(Collector<BaseRow>, BaseRow, long) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
This is with-row-number version of above delete() method.
deleteChannel() - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
deleteChannel() - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
deleteCleanupTimer(W) - Method in interface org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
Deletes the cleanup timer set for the contents of the provided window.
deleteEventTimeTimer(long) - Method in class org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
deleteEventTimeTimer(long) - Method in interface org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Delete the event-time trigger for the given time.
deleteProcessingTimeTimer(long) - Method in class org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
deleteProcessingTimeTimer(long) - Method in interface org.apache.flink.table.runtime.operators.window.triggers.Trigger.TriggerContext
Delete the processing time trigger for the given time.
DENSE_THRESHOLD - Static variable in class 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) - Method in class org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
deserialize(CountWindow, DataInputView) - Method in class org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
deserialize(TimeWindow, DataInputView) - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
deserialize(BaseArray, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
deserialize(BaseMap, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
deserialize(BaseRow, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
deserialize(BinaryGeneric<T>, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
deserialize(BinaryRow, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
deserialize(BinaryString, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
deserialize(Decimal, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
De-serializes a record from the given source paged input view.
deserializeFromPages(T, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
deserializeFromPages(BaseRow, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
deserializeFromPages(BinaryRow, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
deserializeInternal(DataInputView) - Static method in class org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
dictionary - Variable in class org.apache.flink.table.dataformat.vector.AbstractColumnVector
The Dictionary for this column.
Dictionary - Interface in org.apache.flink.table.dataformat.vector
The interface for dictionary in AbstractColumnVector to decode dictionary encoded values.
dictionaryIds - Variable in class org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
Reusable column for ids of dictionary.
dispose() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
 
dispose() - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator
 
dispose() - Method in class org.apache.flink.table.runtime.operators.window.WindowOperator
 
divide(Decimal, Decimal, int, int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
divideInt(int, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
divideToIntegralValue(Decimal, Decimal, int, int) - Static method in class org.apache.flink.table.dataformat.Decimal
Returns a Decimal whose value is the integer part of the quotient (this / divisor) rounded down.
DoubleColumnVector - Interface in org.apache.flink.table.dataformat.vector
Double column vector.
DoubleHashSet - Class in org.apache.flink.table.runtime.util.collections
Double hash set.
DoubleHashSet(int, float) - Constructor for class org.apache.flink.table.runtime.util.collections.DoubleHashSet
 
DoubleHashSet(int) - Constructor for class org.apache.flink.table.runtime.util.collections.DoubleHashSet
 
DoubleHashSet() - Constructor for class org.apache.flink.table.runtime.util.collections.DoubleHashSet
 
doubleValue() - Method in class org.apache.flink.table.dataformat.Decimal
 
duplicate() - Method in class org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
duplicate() - Method in class org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
duplicate() - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
duplicate() - Method in class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
duplicate() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
duplicate() - Method in class org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
duplicate() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 

E

element - Variable in class org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
ElementTriggers - Class in 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> - Class in 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> - Class in org.apache.flink.table.runtime.operators.window.triggers
A Trigger that triggers on every element.
EMPTY_ROW - Static variable in class org.apache.flink.table.dataformat.util.BinaryRowUtil
 
EMPTY_STRING_ARRAY - Static variable in class org.apache.flink.table.dataformat.BinaryStringUtil
 
EMPTY_UTF8 - Static variable in class org.apache.flink.table.dataformat.BinaryString
 
encodeUTF8(String) - Static method in class org.apache.flink.table.runtime.util.StringUtf8Utils
This method must have the same result with JDK's String.getBytes.
encodeUTF8(String, byte[]) - Static method in class org.apache.flink.table.runtime.util.StringUtf8Utils
 
endBuild() - Method in class org.apache.flink.table.runtime.hashtable.BinaryHashTable
End build phase.
endBuild() - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
endInput(int) - Method in class org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
endInput(int) - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
endInput() - Method in class org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
endInput() - Method in class org.apache.flink.table.runtime.operators.sort.SortLimitOperator
 
endInput() - Method in class org.apache.flink.table.runtime.operators.sort.SortOperator
 
endInput() - Method in class org.apache.flink.table.runtime.operators.wmassigners.MiniBatchedWatermarkAssignerOperator
 
endInput() - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
 
endsWith(BinaryString) - Method in class org.apache.flink.table.dataformat.BinaryString
Tests if this BinaryString ends with the specified suffix.
ensureCapacity(int) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
 
ensureMaterialized() - Method in class org.apache.flink.table.dataformat.BinaryString
 
ensureMaterialized(TypeSerializer<T>) - Method in class org.apache.flink.table.dataformat.LazyBinaryFormat
Ensure we have materialized binary format.
ensureNumBuffersReturned(int) - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
This method makes sure that at least a certain number of memory segments is in the list of free segments.
Entry(BinaryRow, BinaryRow) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.Entry
 
equals(Object) - Method in class org.apache.flink.table.dataformat.BinaryGeneric
 
equals(Object) - Method in class org.apache.flink.table.dataformat.BinarySection
 
equals(Object) - Method in class org.apache.flink.table.dataformat.BinaryString
 
equals(Object) - Method in class org.apache.flink.table.dataformat.ColumnarRow
 
equals(Object) - Method in class org.apache.flink.table.dataformat.Decimal
 
equals(Object) - Method in class org.apache.flink.table.dataformat.JoinedRow
 
equals(Object) - Method in class org.apache.flink.table.dataformat.ObjectArrayRow
 
equals(BaseRow, BaseRow) - Method in interface org.apache.flink.table.runtime.generated.RecordEqualiser
Returns true if the rows are equal to each other and false otherwise.
equals(Object) - Method in class org.apache.flink.table.runtime.operators.window.CountWindow
 
equals(Object) - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow
 
equals(Object) - Method in class org.apache.flink.table.runtime.operators.window.Window
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
equals(Object) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
equals(MemorySegment[], int, MemorySegment[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
Equals two memory segments regions.
equalsWithoutHeader(BaseRow) - Method in class org.apache.flink.table.dataformat.BinaryRow
 
equalsWithoutHeader(BaseRow) - Method in class org.apache.flink.table.dataformat.ObjectArrayRow
 
equalsWithoutHeader(BaseRow, BaseRow) - Method in interface org.apache.flink.table.runtime.generated.RecordEqualiser
Returns true if the rows are equal to each other without header compare and false otherwise.
EventTimeTriggers - Class in org.apache.flink.table.runtime.operators.window.triggers
A Trigger that reacts to event-time timers.
EventTimeTriggers.AfterEndOfWindow<W extends Window> - Class in 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> - Class in 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> - Class in org.apache.flink.table.runtime.operators.window.triggers
A composite Trigger that consist of AfterEndOfWindow and a late trigger.
every() - Static method in class org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers
Creates a new trigger that triggers on receiving of every element.
every(Duration) - Static method in class 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() - Constructor for class org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
ExecutionContext - Interface in 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 - Class in org.apache.flink.table.runtime.context
Implementation of ExecutionContext.
ExecutionContextImpl(AbstractStreamOperator<?>, RuntimeContext) - Constructor for class org.apache.flink.table.runtime.context.ExecutionContextImpl
 
exp(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
explain() - Method in interface org.apache.flink.table.runtime.operators.bundle.trigger.BundleTrigger
 
explain() - Method in interface org.apache.flink.table.runtime.operators.bundle.trigger.CoBundleTrigger
 
explain() - Method in class org.apache.flink.table.runtime.operators.bundle.trigger.CountBundleTrigger
 
explain() - Method in class org.apache.flink.table.runtime.operators.bundle.trigger.CountCoBundleTrigger
 
extract(Object, String, boolean) - Method in class org.apache.flink.table.runtime.util.JsonUtils
 
extractFromDate(TimeUnitRange, long) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
extractFromTimestamp(TimeUnitRange, long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
extractJsonWithIndex(Object, ArrayList<String>) - Method in class org.apache.flink.table.runtime.util.JsonUtils
 
extractJsonWithkey(Object, String) - Method in class org.apache.flink.table.runtime.util.JsonUtils
 
extractObjectCache - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
extractYearMonth(TimeUnitRange, int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 

F

f - Variable in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The acceptable load factor.
fields - Variable in class org.apache.flink.table.dataformat.ObjectArrayRow
 
FileChannelUtil - Class in org.apache.flink.table.runtime.util
File channel util for runtime.
FileChannelUtil() - Constructor for class org.apache.flink.table.runtime.util.FileChannelUtil
 
filter(BaseRow, IterativeCondition.Context<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
 
find(MemorySegment[], int, int, MemorySegment[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
Find equal segments2 in segments1.
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
 
finishBundle(Map<BaseRow, List<BaseRow>>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
 
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.aggregate.MiniBatchLocalGroupAggFunction
 
finishBundle() - Method in class org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
finishBundle(Map<K, V>, Collector<OUT>) - Method in class org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
Called when a bundle is finished.
finishBundle() - Method in interface org.apache.flink.table.runtime.operators.bundle.trigger.BundleTriggerCallback
This method is invoked to finish current bundle and start a new one when the trigger was fired.
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepFirstRowFunction
 
finishBundle(Map<BaseRow, BaseRow>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepLastRowFunction
 
FlinkJoinType - Enum in org.apache.flink.table.runtime.operators.join
Join type for join.
FloatColumnVector - Interface in org.apache.flink.table.dataformat.vector
Float column vector.
FloatHashSet - Class in org.apache.flink.table.runtime.util.collections
Float hash set.
FloatHashSet(int, float) - Constructor for class org.apache.flink.table.runtime.util.collections.FloatHashSet
 
FloatHashSet(int) - Constructor for class org.apache.flink.table.runtime.util.collections.FloatHashSet
 
FloatHashSet() - Constructor for class org.apache.flink.table.runtime.util.collections.FloatHashSet
 
floor() - Method in class org.apache.flink.table.dataformat.Decimal
 
floor(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
fmix(int) - Static method in class org.apache.flink.table.runtime.util.MurmurHashUtil
 
fmix(long) - Static method in class org.apache.flink.table.runtime.util.MurmurHashUtil
 
free() - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
free(MemorySegment) - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
free() - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
free() - Method in class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
release the map's record and bucket area's memory segments.
free(boolean) - Method in class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
freeCurrent() - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Free the memory not used.
fromAddress(MemorySegment[], int, int) - Static method in class org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString from given address (base and offset) and length.
fromBase64(BinaryString) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
fromBigDecimal(BigDecimal, int, int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
fromBytes(byte[]) - Static method in class org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString from given UTF-8 bytes.
fromBytes(byte[], int, int) - Static method in class org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString from given UTF-8 bytes with offset and number of bytes.
fromClassToDataType(Class<?>) - Static method in class org.apache.flink.table.runtime.types.ClassDataTypeConverter
 
fromDataTypeToLogicalType(DataType) - Static method in class org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
Deprecated.
It convert LegacyTypeInformationType to planner types.
fromDataTypeToTypeInfo(DataType) - Static method in class org.apache.flink.table.runtime.types.TypeInfoDataTypeConverter
Deprecated.
 
fromLogicalTypeToDataType(LogicalType) - Static method in class org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
Deprecated.
 
fromLogicalTypeToTypeInfo(LogicalType) - Static method in class org.apache.flink.table.runtime.types.TypeInfoLogicalTypeConverter
Deprecated.
Use BigDecimalTypeInfo to retain precision and scale of decimal.
fromLong(long, int, int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
fromPrimitiveArray(boolean[]) - Static method in class org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(byte[]) - Static method in class org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(short[]) - Static method in class org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(int[]) - Static method in class org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(long[]) - Static method in class org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(float[]) - Static method in class org.apache.flink.table.dataformat.BinaryArray
 
fromPrimitiveArray(double[]) - Static method in class org.apache.flink.table.dataformat.BinaryArray
 
fromString(String) - Static method in class org.apache.flink.table.dataformat.BinaryString
Creates an BinaryString from given java String.
fromTimestamp(long) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromTypeInfoToLogicalType(TypeInformation) - Static method in class org.apache.flink.table.runtime.types.TypeInfoLogicalTypeConverter
Deprecated.
It will lose some information.
fromUnixtime(long, TimeZone) - Static method in class 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) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(Decimal, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(long) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(long, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(double) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnixtime(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
fromUnscaledBytes(int, int, byte[]) - Static method in class org.apache.flink.table.dataformat.Decimal
 
fromUnscaledLong(int, int, long) - Static method in class org.apache.flink.table.dataformat.Decimal
 
function - Variable in class org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
 

G

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

H

hasDictionary() - Method in class org.apache.flink.table.dataformat.vector.AbstractColumnVector
Returns true if this column has a dictionary.
hash(BinaryString, MessageDigest) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
Calculate the hash value of a given string use MessageDigest.
hash(BinaryString, String) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
hash(String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Calculate the hash value of a given string.
hash(String, String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Calculate the hash value of a given string.
hash(int, int) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
hash segments to int.
hashBytes(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.util.MurmurHashUtil
Hash bytes in MemorySegment.
hashBytesByWords(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.util.MurmurHashUtil
Hash bytes in MemorySegment, length must be aligned to 4 bytes.
hashByWords(MemorySegment[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
hash segments to int, numBytes must be aligned to 4 bytes.
hashCode() - Method in class org.apache.flink.table.dataformat.BinaryArray
 
hashCode() - Method in class org.apache.flink.table.dataformat.BinaryGeneric
 
hashCode() - Method in class org.apache.flink.table.dataformat.BinaryMap
 
hashCode() - Method in class org.apache.flink.table.dataformat.BinaryRow
 
hashCode() - Method in class org.apache.flink.table.dataformat.BinarySection
 
hashCode() - Method in class org.apache.flink.table.dataformat.BinaryString
 
hashCode() - Method in class org.apache.flink.table.dataformat.ColumnarRow
 
hashCode() - Method in class org.apache.flink.table.dataformat.Decimal
 
hashCode() - Method in class org.apache.flink.table.dataformat.JoinedRow
 
hashCode() - Method in class org.apache.flink.table.dataformat.NestedRow
 
hashCode() - Method in class org.apache.flink.table.dataformat.ObjectArrayRow
 
hashCode(String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
hashCode(BaseRow) - Method in interface org.apache.flink.table.runtime.generated.HashFunction
 
hashCode() - Method in class org.apache.flink.table.runtime.operators.window.CountWindow
 
hashCode() - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow
 
hashCode() - Method in class org.apache.flink.table.runtime.operators.window.Window
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
hashCode() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
HashFunction - Interface in org.apache.flink.table.runtime.generated
Interface for code generated hash code of BaseRow, which will select some fields to hash.
HashJoinOperator - Class in org.apache.flink.table.runtime.operators.join
Hash join base operator.
HashJoinType - Enum in org.apache.flink.table.runtime.operators.join
Join type for hash table.
hashUnsafeBytes(Object, long, int) - Static method in class org.apache.flink.table.runtime.util.MurmurHashUtil
Hash unsafe bytes.
hashUnsafeBytesByWords(Object, long, int) - Static method in class org.apache.flink.table.runtime.util.MurmurHashUtil
Hash unsafe bytes, length must be aligned to 4 bytes.
hasNext() - Method in class org.apache.flink.table.runtime.dataview.NullAwareMapIterator
 
hasOffset() - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
hasSource() - Method in class org.apache.flink.table.runtime.hashtable.ProbeIterator
 
hasTriggerWindow() - Method in class org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
Check if there are windows could be triggered according to the current watermark.
hasUniqueKey() - Method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Returns true if the input has unique key, otherwise false.
HEADER_SIZE_IN_BITS - Static variable in class org.apache.flink.table.dataformat.BinaryRow
 
HeaderlessChannelWriterOutputView - Class in 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) - Constructor for class org.apache.flink.table.runtime.io.HeaderlessChannelWriterOutputView
 
HeapBooleanVector - Class in org.apache.flink.table.dataformat.vector.heap
This class represents a nullable heap boolean column vector.
HeapBooleanVector(int) - Constructor for class org.apache.flink.table.dataformat.vector.heap.HeapBooleanVector
 
HeapBytesVector - Class in org.apache.flink.table.dataformat.vector.heap
This class supports string and binary data by value reference -- i.e.
HeapBytesVector(int) - Constructor for class org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
Don't call this constructor except for testing purposes.
HeapByteVector - Class in org.apache.flink.table.dataformat.vector.heap
This class represents a nullable byte column vector.
HeapByteVector(int) - Constructor for class org.apache.flink.table.dataformat.vector.heap.HeapByteVector
Don't use this except for testing purposes.
HeapDoubleVector - Class in org.apache.flink.table.dataformat.vector.heap
This class represents a nullable double precision floating point column vector.
HeapDoubleVector(int) - Constructor for class org.apache.flink.table.dataformat.vector.heap.HeapDoubleVector
Don't use this except for testing purposes.
HeapFloatVector - Class in org.apache.flink.table.dataformat.vector.heap
This class represents a nullable double precision floating point column vector.
HeapFloatVector(int) - Constructor for class org.apache.flink.table.dataformat.vector.heap.HeapFloatVector
Don't use this except for testing purposes.
HeapIntVector - Class in org.apache.flink.table.dataformat.vector.heap
This class represents a nullable int column vector.
HeapIntVector(int) - Constructor for class org.apache.flink.table.dataformat.vector.heap.HeapIntVector
Don't use this except for testing purposes.
HeapLongVector - Class in org.apache.flink.table.dataformat.vector.heap
This class represents a nullable long column vector.
HeapLongVector(int) - Constructor for class org.apache.flink.table.dataformat.vector.heap.HeapLongVector
Don't use this except for testing purposes.
HeapShortVector - Class in org.apache.flink.table.dataformat.vector.heap
This class represents a nullable short column vector.
HeapShortVector(int) - Constructor for class org.apache.flink.table.dataformat.vector.heap.HeapShortVector
Don't use this except for testing purposes.
HeapWindowsGrouping - Class in 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) - Constructor for class org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
HeapWindowsGrouping(int, long, long, long, int, boolean) - Constructor for class org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
 
hex(long) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the hex string of a long argument.
hex(String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the hex string of a string argument.
HIGHEST_FIRST_BIT - Static variable in interface org.apache.flink.table.dataformat.BinaryFormat
To get the mark in highest bit of long.
HIGHEST_SECOND_TO_EIGHTH_BIT - Static variable in interface org.apache.flink.table.dataformat.BinaryFormat
To get the 7 bits length in second bit to eighth bit out of a long.
hitCount - Variable in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 

I

IdentityConverter() - Constructor for class org.apache.flink.table.dataformat.DataFormatConverters.IdentityConverter
 
indexEntrySize - Variable in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
indexListCache - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
indexOf(BinaryString, int) - Method in class org.apache.flink.table.dataformat.BinaryString
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
initCleanupTimeState(String) - Method in class org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
initializeCache(Object) - Method in class org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
Set current key context of this window set.
initializeState(FunctionInitializationContext) - Method in class org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
initializeState(StateInitializationContext) - Method in class org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
initPartitionFanOut - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
initRankEnd(BaseRow) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
Initialize rank end.
inputRowType - Variable in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
InsensitiveOverFrame - Class in 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) - Constructor for class org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.BinaryArrayConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.BinaryGenericConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.BinaryMapConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.BinaryStringConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.BooleanConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.ByteConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.DateConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.DoubleConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.FloatConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.InstantConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.IntConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.LocalDateConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.LocalDateTimeConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.LocalTimeConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.LongConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveBooleanArrayConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveByteArrayConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveDoubleArrayConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveFloatArrayConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveIntArrayConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveLongArrayConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.PrimitiveShortArrayConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.ShortConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.StringConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.TimeConverter
 
INSTANCE - Static variable in class org.apache.flink.table.dataformat.DataFormatConverters.TimestampConverter
 
INSTANCE - Static variable in class org.apache.flink.table.runtime.keyselector.NullBinaryRowKeySelector
 
INSTANCE - Static variable in class org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
INSTANCE - Static variable in class org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
instr(BinaryString, BinaryString, int, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
InsufficientBufferException - Exception in org.apache.flink.table.runtime.compression
An InsufficientBufferException is thrown when there is no enough buffer to serialize or deserialize a buffer to another buffer.
InsufficientBufferException() - Constructor for exception org.apache.flink.table.runtime.compression.InsufficientBufferException
 
InsufficientBufferException(String) - Constructor for exception org.apache.flink.table.runtime.compression.InsufficientBufferException
 
InsufficientBufferException(String, Throwable) - Constructor for exception org.apache.flink.table.runtime.compression.InsufficientBufferException
 
InsufficientBufferException(Throwable) - Constructor for exception org.apache.flink.table.runtime.compression.InsufficientBufferException
 
IntColumnVector - Interface in org.apache.flink.table.dataformat.vector
Int column vector.
InternalSerializers - Class in org.apache.flink.table.runtime.types
TypeSerializer of LogicalType for internal sql engine execution data formats.
InternalSerializers() - Constructor for class org.apache.flink.table.runtime.types.InternalSerializers
 
InternalTimeWindowAssigner - Interface in org.apache.flink.table.runtime.operators.window.assigners
The internal time window assigner which has some useful methods.
internalToDate(int) - Static method in class 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) - Static method in class 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) - Static method in class 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> - Class in org.apache.flink.table.runtime.operators.window.internal
The internal interface for functions that process over grouped windows.
InternalWindowProcessFunction(WindowAssigner<W>, NamespaceAggsHandleFunction<W>, long) - Constructor for class org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
 
InternalWindowProcessFunction.Context<K,W extends Window> - Interface in org.apache.flink.table.runtime.operators.window.internal
Information available in an invocation of methods of InternalWindowProcessFunction.
intersects(TimeWindow) - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow
Returns true if this window intersects the given window.
IntHashSet - Class in org.apache.flink.table.runtime.util.collections
Int hash set.
IntHashSet(int, float) - Constructor for class org.apache.flink.table.runtime.util.collections.IntHashSet
 
IntHashSet(int) - Constructor for class org.apache.flink.table.runtime.util.collections.IntHashSet
 
IntHashSet() - Constructor for class org.apache.flink.table.runtime.util.collections.IntHashSet
 
invalidEscapeCharacter(String) - Static method in class org.apache.flink.table.runtime.functions.SqlLikeUtils
 
invalidEscapeSequence(String, int) - Static method in class org.apache.flink.table.runtime.functions.SqlLikeUtils
 
invertKey() - Method in interface org.apache.flink.table.runtime.generated.NormalizedKeyComputer
Flag whether normalized key comparisons should be inverted key.
ioManager - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The I/O manager used to instantiate writers for the spilled partitions.
ioManager - Variable in class org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
is32BitDecimal(int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
is64BitDecimal(int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
isAccumulateMsg(BaseRow) - Static method in class org.apache.flink.table.dataformat.util.BaseRowUtil
 
isAlpha(Object) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
isAny(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isArray(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isAssignable(LogicalType, LogicalType) - Static method in class 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() - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
isBasicType() - Method in class org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
isBinaryString(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isBoolean(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isBuildOuter() - Method in enum org.apache.flink.table.runtime.operators.join.HashJoinType
 
isByteArrayDecimal(int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
isCharacterString(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isCleanupTime(W, long) - Method in class org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
Returns true if the given time is the cleanup time for the given window.
isClosed() - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelReader
 
isClosed() - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
isClosed() - Method in class org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
 
isCollected() - Method in class org.apache.flink.table.runtime.collector.TableFunctionCollector
Whether Collector.collect(Object) has been called.
isCompact() - Method in class org.apache.flink.table.dataformat.Decimal
 
isCompact(int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
isComparable(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isDecimal(Object) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
isDecimal(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isDense - Variable in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Is now dense mode.
isDigit(Object) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
isEmpty() - Method in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
 
isEmpty() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Checks whether the buffer is empty.
isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
Returns true if elements are assigned to windows based on event time, false otherwise.
isFound() - Method in class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap.LookupInfo
 
isHashSetMode() - Method in class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
isImmutableType() - Method in class org.apache.flink.table.runtime.operators.window.CountWindow.Serializer
 
isImmutableType() - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer
 
isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.BinaryGenericSerializer
 
isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringSerializer
 
isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.DecimalSerializer
 
isInFixedLengthPart(LogicalType) - Static method in class org.apache.flink.table.dataformat.BinaryRow
If it is a fixed-length field, we can call this BinaryRow's setXX method for in-place updates.
isInRankEnd(long) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
isInRankRange(long) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
 
isInteger(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isInteroperable(LogicalType, LogicalType) - Static method in class org.apache.flink.table.runtime.types.PlannerTypeUtils
Can the two types operate with each other.
isKeyFullyDetermines() - Method in interface org.apache.flink.table.runtime.generated.NormalizedKeyComputer
whether the normalized key can fully determines the comparison.
isKeyType() - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
isKeyType() - Method in class org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
isLeftOuter() - Method in enum org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
isLong(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isMap(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isMutable(LogicalType) - Static method in class org.apache.flink.table.dataformat.BinaryRow
 
isMutable(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isNull - Variable in class org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
 
isNullAt(int) - Method in interface org.apache.flink.table.dataformat.BaseArray
 
isNullAt(int) - Method in class org.apache.flink.table.dataformat.BinaryArray
 
isNullAt(int) - Method in class org.apache.flink.table.dataformat.BinaryRow
 
isNullAt(int) - Method in class org.apache.flink.table.dataformat.ColumnarRow
 
isNullAt(int) - Method in class org.apache.flink.table.dataformat.GenericArray
 
isNullAt(int) - Method in class org.apache.flink.table.dataformat.JoinedRow
 
isNullAt(int) - Method in class org.apache.flink.table.dataformat.NestedRow
 
isNullAt(int) - Method in class org.apache.flink.table.dataformat.ObjectArrayRow
 
isNullAt(int) - Method in interface org.apache.flink.table.dataformat.TypeGetterSetters
Because the specific row implementation such as BinaryRow uses the binary format.
isNullAt(int) - Method in class org.apache.flink.table.dataformat.UpdatableRow
 
isNullAt(int) - Method in interface org.apache.flink.table.dataformat.vector.ColumnVector
 
isNullAt(int) - Method in class org.apache.flink.table.dataformat.vector.heap.AbstractHeapVector
 
isNullAt(int, int) - Method in class org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 
isNumeric(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isOperatorSelectiveReading() - Method in class org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
 
isOuter() - Method in enum org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
isPrimitive(LogicalType) - Static method in class org.apache.flink.table.runtime.types.PlannerTypeUtils
 
isPrimitive(LogicalTypeRoot) - Static method in class org.apache.flink.table.runtime.types.PlannerTypeUtils
 
isPrimitiveArray() - Method in class org.apache.flink.table.dataformat.GenericArray
 
isProbeOuter() - Method in enum org.apache.flink.table.runtime.operators.join.HashJoinType
 
isProcessingTimeTimer(KeyedProcessFunction<K, IN, OUT>.OnTimerContext) - Method in class org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
 
isProcTime(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isReference(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isRetractMsg(BaseRow) - Static method in class org.apache.flink.table.dataformat.util.BaseRowUtil
 
isRightOuter() - Method in enum org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
isRow(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isRowTime(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isSpaceString(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
isTemporal(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTimeInterval(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTimePoint(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTimestamp(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTimestampWithLocalZone(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
isTupleType() - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
isTupleType() - Method in class org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
isWindowLate(W) - Method in class 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 - Class in org.apache.flink.table.runtime.operators.match
A RichIterativeCondition wrapper to delegate invocation to the code generated RichIterativeCondition.
IterativeConditionRunner(GeneratedFunction<RichIterativeCondition<BaseRow>>) - Constructor for class org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
 

J

join(RowIterator<BinaryRow>, BaseRow) - Method in class org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
JoinCondition - Interface in org.apache.flink.table.runtime.generated
Interface for code generated condition function for [[org.apache.calcite.rel.core.Join]].
joinCondition - Variable in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
JoinedRow - Class in org.apache.flink.table.dataformat
Join two row to one row.
JoinedRow() - Constructor for class org.apache.flink.table.dataformat.JoinedRow
 
JoinedRow(BaseRow, BaseRow) - Constructor for class org.apache.flink.table.dataformat.JoinedRow
 
JoinInputSideSpec - Class in org.apache.flink.table.runtime.operators.join.stream.state
The JoinInputSideSpec is ap specification which describes input side information of a Join.
joinKeyContainsUniqueKey() - Method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Returns true if the join key contains the unique key of the input.
JoinRecordStateView - Interface in org.apache.flink.table.runtime.operators.join.stream.state
A JoinRecordStateView is a view to the join state.
JoinRecordStateViews - Class in org.apache.flink.table.runtime.operators.join.stream.state
Utility to create a JoinRecordStateView depends on JoinInputSideSpec.
JoinRecordStateViews() - Constructor for class org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateViews
 
JSON_FACTORY - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
JsonUtils - Class in org.apache.flink.table.runtime.util
Json scalar function util.
JsonUtils() - Constructor for class org.apache.flink.table.runtime.util.JsonUtils
 
JsonUtils.HashCache<K,V> - Class in org.apache.flink.table.runtime.util
An LRU cache using a linked hash map.
JsonUtils.ThreadLocalHashCache<K,V> - Class in org.apache.flink.table.runtime.util
An ThreadLocal cache using a linked hash map.
jsonValue(String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 

K

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

L

lastIndexEntryOffset - Variable in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
LazyBinaryFormat<T> - Class in org.apache.flink.table.dataformat
Lazy binary format.
LazyBinaryFormat() - Constructor for class org.apache.flink.table.dataformat.LazyBinaryFormat
 
LazyBinaryFormat(MemorySegment[], int, int, T) - Constructor for class org.apache.flink.table.dataformat.LazyBinaryFormat
 
LazyBinaryFormat(MemorySegment[], int, int) - Constructor for class org.apache.flink.table.dataformat.LazyBinaryFormat
 
LazyBinaryFormat(T) - Constructor for class org.apache.flink.table.dataformat.LazyBinaryFormat
 
LazyBinaryFormat(T, BinarySection) - Constructor for class org.apache.flink.table.dataformat.LazyBinaryFormat
 
LEFT_RECORDS_STATE_NAME - Static variable in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
leftInputSideSpec - Variable in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
leftType - Variable in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
len - Variable in class org.apache.flink.table.dataformat.vector.BytesColumnVector.Bytes
 
length - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapBytesVector
The length of each field.
LENGTH_SIZE_IN_BYTES - Static variable in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
LimitOperator - Class in org.apache.flink.table.runtime.operators.sort
Operator for batch limit.
LimitOperator(boolean, long, long) - Constructor for class org.apache.flink.table.runtime.operators.sort.LimitOperator
 
LIST_TYPE - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
ListMemorySegmentPool - Class in org.apache.flink.table.runtime.operators.sort
MemorySegment pool of a MemorySegment list.
ListMemorySegmentPool(List<MemorySegment>) - Constructor for class org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
 
LITTLE_ENDIAN - Static variable in class org.apache.flink.table.dataformat.BinaryRow
 
LITTLE_ENDIAN - Static variable in class org.apache.flink.table.runtime.util.SegmentsUtil
Constant that flags the byte order.
localDateTimeToUnixTimestamp(LocalDateTime) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
localDateToUnixDate(LocalDate) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
localTimeToUnixDate(LocalTime) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
log(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the natural logarithm of "x".
log(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log(double, double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the logarithm of "x" with base "base".
log(double, Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log(Decimal, double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log(Decimal, Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
LOG - Static variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
LOG - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
log10(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log10(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
log2(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Returns the logarithm of "a" with base 2.
log2(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
LogicalTypeDataTypeConverter - Class in org.apache.flink.table.runtime.types
Deprecated.
LogicalTypeDataTypeConverter() - Constructor for class org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
Deprecated.
 
LongColumnVector - Interface in org.apache.flink.table.dataformat.vector
Long column vector.
LongHashPartition - Class in org.apache.flink.table.runtime.hashtable
Partition for LongHybridHashTable.
LongHashPartition.MatchIterator - Class in org.apache.flink.table.runtime.hashtable
Iterator for probe match.
LongHashSet - Class in org.apache.flink.table.runtime.util.collections
Long hash set.
LongHashSet(int, float) - Constructor for class org.apache.flink.table.runtime.util.collections.LongHashSet
 
LongHashSet(int) - Constructor for class org.apache.flink.table.runtime.util.collections.LongHashSet
 
LongHashSet() - Constructor for class org.apache.flink.table.runtime.util.collections.LongHashSet
 
LongHybridHashTable - Class in org.apache.flink.table.runtime.hashtable
Special optimized hashTable with key long.
LongHybridHashTable(Configuration, Object, BinaryRowSerializer, BinaryRowSerializer, MemoryManager, long, long, long, IOManager, int, long) - Constructor for class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
lookup(BinaryRow) - Method in class org.apache.flink.table.runtime.operators.aggregate.BytesHashMap
 
LookupBucketIterator - Class in org.apache.flink.table.runtime.hashtable
Build iterator from bucket to match probe row.
LookupJoinRunner - Class in org.apache.flink.table.runtime.operators.join.lookup
The join runner to lookup the dimension table.
LookupJoinRunner(GeneratedFunction<FlatMapFunction<BaseRow, BaseRow>>, GeneratedCollector<TableFunctionCollector<BaseRow>>, boolean, int) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
LookupJoinWithCalcRunner - Class in org.apache.flink.table.runtime.operators.join.lookup
The join runner with an additional calculate function on the dimension table.
LookupJoinWithCalcRunner(GeneratedFunction<FlatMapFunction<BaseRow, BaseRow>>, GeneratedFunction<FlatMapFunction<BaseRow, BaseRow>>, GeneratedCollector<TableFunctionCollector<BaseRow>>, boolean, int) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
 
lpad(String, int, String) - Static method in class 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> - Class in org.apache.flink.table.runtime.util
An LRU cache, based on LinkedHashMap.
LRUMap(int) - Constructor for class org.apache.flink.table.runtime.util.LRUMap
 
LRUMap(int, LRUMap.RemovalListener<K, V>) - Constructor for class org.apache.flink.table.runtime.util.LRUMap
 
LRUMap.RemovalListener<K,V> - Interface in org.apache.flink.table.runtime.util
An object that can receive a notification when an entry is removed from a LRUMap.
Lz4BlockCompressionFactory - Class in org.apache.flink.table.runtime.compression
Implementation of BlockCompressionFactory for Lz4 codec.
Lz4BlockCompressionFactory() - Constructor for class org.apache.flink.table.runtime.compression.Lz4BlockCompressionFactory
 
Lz4BlockCompressor - Class in org.apache.flink.table.runtime.compression
Encode data into LZ4 format (not compatible with the LZ4 Frame format).
Lz4BlockCompressor() - Constructor for class org.apache.flink.table.runtime.compression.Lz4BlockCompressor
 
Lz4BlockDecompressor - Class in org.apache.flink.table.runtime.compression
Decode data written with Lz4BlockCompressor.
Lz4BlockDecompressor() - Constructor for class org.apache.flink.table.runtime.compression.Lz4BlockDecompressor
 

M

MAP_TYPE - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
MapBundleFunction<K,V,IN,OUT> - Class in org.apache.flink.table.runtime.operators.bundle
Basic interface for map bundle processing.
MapBundleFunction() - Constructor for class org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
 
MapBundleOperator<K,V,IN,OUT> - Class in 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>) - Constructor for class org.apache.flink.table.runtime.operators.bundle.MapBundleOperator
 
MapConverter(DataType, DataType) - Constructor for class org.apache.flink.table.dataformat.DataFormatConverters.MapConverter
 
mapFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
Map a record from the given source paged input view.
mapFromPages(T, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
mapFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
mapFromPages(BaseRow, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
 
mapFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
mapFromPages(BinaryRow, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
MAPPER - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
mask - Variable in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
The mask for wrapping a position counter.
matchBuffer - Variable in class org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
MatchIterator() - Constructor for class org.apache.flink.table.runtime.hashtable.LongHashPartition.MatchIterator
 
matchKey - Variable in class org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
materialize(TypeSerializer<T>) - Method in class org.apache.flink.table.dataformat.BinaryGeneric
 
materialize(TypeSerializer<String>) - Method in class org.apache.flink.table.dataformat.BinaryString
 
materialize(TypeSerializer<T>) - Method in class org.apache.flink.table.dataformat.LazyBinaryFormat
Materialize java object to binary format.
MAX_COMPACT_PRECISION - Static variable in class org.apache.flink.table.dataformat.Decimal
 
MAX_FIX_PART_DATA_SIZE - Static variable in interface org.apache.flink.table.dataformat.BinaryFormat
It decides whether to put data in FixLenPart or VarLenPart.
MAX_INT_DIGITS - Static variable in class org.apache.flink.table.dataformat.Decimal
Maximum number of decimal digits an Int can represent.
MAX_LONG_DIGITS - Static variable in class org.apache.flink.table.dataformat.Decimal
Maximum number of decimal digits a Long can represent.
MAX_NUM_PARTITIONS - Static variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The maximum number of partitions, which defines the spilling granularity.
MAX_RECURSION_DEPTH - Static variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
The maximum number of recursive partitionings that the join does before giving up.
maxFill - Variable in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Threshold after which we rehash.
maxFill(int, float) - Static method in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Returns the maximum number of entries that can be filled before rehashing.
maxInitBufferOfBucketArea(int) - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Give up to one-sixth of the memory of the bucket area.
maxNormalizedKey(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
Max unsigned byte is -1.
maxNumPartition() - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Bucket area need at-least one and data need at-least one.
maxTimestamp() - Method in class org.apache.flink.table.runtime.operators.window.CountWindow
 
maxTimestamp() - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow
Gets the largest timestamp that still belongs to this window.
maxTimestamp() - Method in class org.apache.flink.table.runtime.operators.window.Window
Gets the largest timestamp that still belongs to this window.
memorySegmentPool - Variable in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
 
MemorySegmentPool - Interface in org.apache.flink.table.runtime.util
MemorySegment pool to hold pages in memory.
merge(BaseRow) - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunction
Merges the other accumulators into current accumulators.
merge(N, BaseRow) - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunction
Merges the other accumulators into current accumulators.
merge(W, Collection<W>) - Method in interface 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>) - Method in interface org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet.MergeFunction
This gets called when a merge occurs.
mergeChannelList(List<ChannelWithMeta>) - Method in class org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
Merges the given sorted runs to a smaller number of sorted runs.
mergeComparator() - Method in class org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
mergeComparator() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
mergeComparator() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
mergePartitionedState(StateDescriptor<S, ?>) - Method in interface org.apache.flink.table.runtime.operators.window.triggers.Trigger.OnMergeContext
 
mergeReusedEntries(int) - Method in class org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
mergeReusedEntries(int) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
mergeReusedEntries(int) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
mergeWindows(W, NavigableSet<W>, MergingWindowAssigner.MergeCallback<W>) - Method in class org.apache.flink.table.runtime.operators.window.assigners.MergingWindowAssigner
Determines which windows (if any) should be merged.
mergeWindows(TimeWindow, NavigableSet<TimeWindow>, MergingWindowAssigner.MergeCallback<TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
MergingWindowAssigner<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.assigners
A WindowAssigner that can merge windows.
MergingWindowAssigner() - Constructor for class org.apache.flink.table.runtime.operators.window.assigners.MergingWindowAssigner
 
MergingWindowAssigner.MergeCallback<W> - Interface in 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> - Class in org.apache.flink.table.runtime.operators.window.internal
MergingWindowProcessFunction(MergingWindowAssigner<W>, NamespaceAggsHandleFunction<W>, TypeSerializer<W>, long) - Constructor for class org.apache.flink.table.runtime.operators.window.internal.MergingWindowProcessFunction
 
MergingWindowSet<W extends Window> - Class in 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>) - Constructor for class org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
Restores a MergingWindowSet from the given state.
MergingWindowSet.MergeFunction<W> - Interface in org.apache.flink.table.runtime.operators.window.internal
MiniBatchAssignerOperator - Class in org.apache.flink.table.runtime.operators.wmassigners
A stream operator that emits mini-batch marker in a given period.
MiniBatchAssignerOperator(long) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.MiniBatchAssignerOperator
 
MiniBatchDeduplicateKeepFirstRowFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
This function is used to get the first row for every key partition in miniBatch mode.
MiniBatchDeduplicateKeepFirstRowFunction(TypeSerializer<BaseRow>) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepFirstRowFunction
 
MiniBatchDeduplicateKeepLastRowFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
This function is used to get the last row for every key partition in miniBatch mode.
MiniBatchDeduplicateKeepLastRowFunction(BaseRowTypeInfo, boolean, TypeSerializer<BaseRow>) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.MiniBatchDeduplicateKeepLastRowFunction
 
MiniBatchedWatermarkAssignerOperator - Class in org.apache.flink.table.runtime.operators.wmassigners
A stream operator that extracts timestamps from stream elements and generates watermarks with specified emit latency.
MiniBatchedWatermarkAssignerOperator(int, long, long, long, long) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.MiniBatchedWatermarkAssignerOperator
 
MiniBatchGlobalGroupAggFunction - Class in 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) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
MiniBatchGroupAggFunction - Class in 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) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
MiniBatchIncrementalGroupAggFunction - Class in org.apache.flink.table.runtime.operators.aggregate
Aggregate Function used for the incremental groupby (without window) aggregate in miniBatch mode.
MiniBatchIncrementalGroupAggFunction(GeneratedAggsHandleFunction, GeneratedAggsHandleFunction, KeySelector<BaseRow, BaseRow>) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
 
MiniBatchLocalGroupAggFunction - Class in org.apache.flink.table.runtime.operators.aggregate
Aggregate Function used for the local groupby (without window) aggregate in miniBatch mode.
MiniBatchLocalGroupAggFunction(GeneratedAggsHandleFunction) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.MiniBatchLocalGroupAggFunction
 
minNormalizedKey(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
 
minRetentionTime - Variable in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator
 
mKeyGroup1Cache - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
mKeyMatchesCache - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
mod(Decimal, Decimal, int, int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
multiply(Decimal, Decimal, int, int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
MurmurHashUtil - Class in org.apache.flink.table.runtime.util
Murmur hasher.
MurmurHashUtil() - Constructor for class org.apache.flink.table.runtime.util.MurmurHashUtil
 

N

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

O

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

P

padLeft(BaseRow) - Method in class org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
Returns a padding result with the given left row.
padRight(BaseRow) - Method in class org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
Returns a padding result with the given right row.
pageSize() - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
 
pageSize() - Method in class org.apache.flink.table.runtime.operators.aggregate.BytesHashMapSpillMemorySegmentPool
 
pageSize - Variable in class org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
 
pageSize() - Method in class org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
 
pageSize() - Method in interface org.apache.flink.table.runtime.util.MemorySegmentPool
Get the page size of each page this pool holds.
PanedWindowAssigner<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.assigners
A WindowAssigner that window can be split into panes.
PanedWindowAssigner() - Constructor for class org.apache.flink.table.runtime.operators.window.assigners.PanedWindowAssigner
 
PanedWindowProcessFunction<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window.internal
PanedWindowProcessFunction(PanedWindowAssigner<W>, NamespaceAggsHandleFunction<W>, long) - Constructor for class org.apache.flink.table.runtime.operators.window.internal.PanedWindowProcessFunction
 
parseUrl(String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Parse url and return various components of the URL.
parseUrl(String, String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Parse url and return various parameter of the URL.
pathExprCache - Static variable in class org.apache.flink.table.runtime.util.JsonUtils
 
patternIndex - Variable in class org.apache.flink.table.runtime.util.JsonUtils
 
patternKey - Variable in class org.apache.flink.table.runtime.util.JsonUtils
 
PatternProcessFunctionRunner - Class in org.apache.flink.table.runtime.operators.match
A PatternProcessFunction wrapper to delegate invocation to the code generated PatternProcessFunction.
PatternProcessFunctionRunner(GeneratedFunction<PatternProcessFunction<BaseRow, BaseRow>>) - Constructor for class org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
 
PerKeyStateDataViewStore - Class in org.apache.flink.table.runtime.dataview
Default implementation of StateDataViewStore that currently forwards state registration to a RuntimeContext.
PerKeyStateDataViewStore(RuntimeContext) - Constructor for class org.apache.flink.table.runtime.dataview.PerKeyStateDataViewStore
 
PerWindowStateDataViewStore - Class in 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) - Constructor for class org.apache.flink.table.runtime.dataview.PerWindowStateDataViewStore
 
PlannerTypeUtils - Class in org.apache.flink.table.runtime.types
Utilities for LogicalType and DataType..
PlannerTypeUtils() - Constructor for class org.apache.flink.table.runtime.types.PlannerTypeUtils
 
pointTo(MemorySegment[], int, int) - Method in class org.apache.flink.table.dataformat.BinaryArray
 
pointTo(MemorySegment[], int, int) - Method in class org.apache.flink.table.dataformat.BinaryMap
 
pointTo(MemorySegment, int, int) - Method in class org.apache.flink.table.dataformat.BinarySection
 
pointTo(MemorySegment[], int, int) - Method in class org.apache.flink.table.dataformat.BinarySection
 
pointTo(int, BinaryRow, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
Point row to memory segments with offset(in the AbstractPagedInputView) and length.
PojoConverter(PojoTypeInfo<T>, DataType[]) - Constructor for class org.apache.flink.table.dataformat.DataFormatConverters.PojoConverter
 
position(BinaryString, BinaryString) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
position(BinaryString, BinaryString, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
POW10 - Static variable in class org.apache.flink.table.dataformat.Decimal
 
power(double, Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
power(Decimal, Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
power(Decimal, double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
precision() - Method in class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
precision() - Method in class org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
prepare(ResettableExternalBuffer) - Method in class org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
 
prepare(ResettableExternalBuffer) - Method in class org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame
 
prepare(ResettableExternalBuffer) - Method in interface org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
Prepare for next partition.
prepare(ResettableExternalBuffer) - Method in class org.apache.flink.table.runtime.operators.over.frame.RowSlidingOverFrame
 
prepare(ResettableExternalBuffer) - Method in class org.apache.flink.table.runtime.operators.over.frame.RowUnboundedPrecedingOverFrame
 
prepare(ResettableExternalBuffer) - Method in class org.apache.flink.table.runtime.operators.over.frame.SlidingOverFrame
 
prepare(ResettableExternalBuffer) - Method in class org.apache.flink.table.runtime.operators.over.frame.UnboundedFollowingOverFrame
 
prepare(ResettableExternalBuffer) - Method in class org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
 
prepare(ResettableExternalBuffer) - Method in class org.apache.flink.table.runtime.operators.over.frame.UnboundedPrecedingOverFrame
 
prepareSnapshotPreBarrier(long) - Method in class org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
ProbeIterator - Class in org.apache.flink.table.runtime.hashtable
Probe iterator from probe or spilled partition.
ProbeIterator(BinaryRow) - Constructor for class org.apache.flink.table.runtime.hashtable.ProbeIterator
 
probeKey - Variable in class org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
 
probeToBinary(BaseRow) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
For code gen probe side to BinaryRow.
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
 
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame
 
process(int, BaseRow) - Method in interface org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
return the ACC of the window frame.
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.RangeSlidingOverFrame
 
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedFollowingOverFrame
 
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedPrecedingOverFrame
 
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.RowSlidingOverFrame
 
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.RowUnboundedFollowingOverFrame
 
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.RowUnboundedPrecedingOverFrame
 
process(int, BaseRow) - Method in class org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
 
processElement(StreamRecord<IN>) - Method in class org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepFirstRowFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.DeduplicateKeepLastRowFunction
 
processElement(BaseRow, ProcessFunction<BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
 
processElement(BaseRow, ProcessFunction<BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.match.RowtimeProcessFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
Puts an element from the input stream into state if it is not late.
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.NonBufferOverWindowOperator
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<K, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
 
processElement(BaseRow, KeyedProcessFunction<BaseRow, BaseRow, BaseRow>.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.sort.LimitOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.sort.RankOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.sort.SortLimitOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.sort.SortOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.sort.StreamSortOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.window.WindowOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.wmassigners.MiniBatchAssignerOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.wmassigners.MiniBatchedWatermarkAssignerOperator
 
processElement(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
 
processElement1(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
processElement1(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
processElement1(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
 
processElement1(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.stream.StreamingSemiAntiJoinOperator
Process an input element and output incremental joined records, retraction messages will be sent in some scenarios.
processElement1(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
processElement1(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
processElement2(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.HashJoinOperator
 
processElement2(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
 
processElement2(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
 
processElement2(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.stream.StreamingSemiAntiJoinOperator
Process an input element and output incremental joined records, retraction messages will be sent in some scenarios.
processElement2(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
processElement2(StreamRecord<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
processElementsWithSameTimestamp(List<BaseRow>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
Process the same timestamp datas, the mechanism is different between rows and range window.
processElementsWithSameTimestamp(List<BaseRow>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRangeUnboundedPrecedingFunction
 
processElementsWithSameTimestamp(List<BaseRow>, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRowsUnboundedPrecedingFunction
 
ProcessingTimeTriggers - Class in org.apache.flink.table.runtime.operators.window.triggers
A Trigger that reacts to processing-time timers.
ProcessingTimeTriggers.AfterEndOfWindow<W extends Window> - Class in 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> - Class in org.apache.flink.table.runtime.operators.window.triggers
A composite Trigger that consist of AfterEndOfWindow and a early trigger.
ProcessingTimeTriggers.AfterFirstElementPeriodic<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.triggers
Trigger every a given interval, the first trigger time is interval after the first element in the pane.
processMatch(Map<String, List<BaseRow>>, PatternProcessFunction.Context, Collector<BaseRow>) - Method in class org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
 
processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator
 
processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
 
processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.join.KeyedCoProcessOperatorWithWatermarkDelay
 
processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.wmassigners.MiniBatchAssignerOperator
Override the base implementation to completely ignore watermarks propagated from upstream (we rely only on the AssignerWithPeriodicWatermarks to emit watermarks from here).
processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.wmassigners.MiniBatchedWatermarkAssignerOperator
Override the base implementation to completely ignore watermarks propagated from upstream (we rely only on the MiniBatchedWatermarkAssignerOperator to emit watermarks from here).
processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
Override the base implementation to completely ignore watermarks propagated from upstream (we rely only on the AssignerWithPeriodicWatermarks to emit watermarks from here).
ProcTimeBoundedStreamJoin - Class in org.apache.flink.table.runtime.operators.join
The function to execute processing time bounded stream inner-join.
ProcTimeBoundedStreamJoin(FlinkJoinType, long, long, BaseRowTypeInfo, BaseRowTypeInfo, GeneratedFunction<FlatJoinFunction<BaseRow, BaseRow, BaseRow>>) - Constructor for class org.apache.flink.table.runtime.operators.join.ProcTimeBoundedStreamJoin
 
ProcTimeRangeBoundedPrecedingFunction<K> - Class in org.apache.flink.table.runtime.operators.over
Process Function used for the aggregate in bounded proc-time OVER window.
ProcTimeRangeBoundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], long) - Constructor for class org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
 
ProcTimeRowsBoundedPrecedingFunction<K> - Class in org.apache.flink.table.runtime.operators.over
Process Function for ROW clause processing-time bounded OVER window.
ProcTimeRowsBoundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[], LogicalType[], long) - Constructor for class org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
 
ProcTimeSortOperator - Class in org.apache.flink.table.runtime.operators.sort
Sort on proc-time and additional secondary sort attributes.
ProcTimeSortOperator(BaseRowTypeInfo, GeneratedRecordComparator) - Constructor for class org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
 
ProcTimeUnboundedPrecedingFunction<K> - Class in org.apache.flink.table.runtime.operators.over
Process Function for processing-time unbounded OVER window.
ProcTimeUnboundedPrecedingFunction(long, long, GeneratedAggsHandleFunction, LogicalType[]) - Constructor for class org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
 
Projection<IN extends BaseRow,OUT extends BaseRow> - Interface in org.apache.flink.table.runtime.generated
Interface for code generated projection, which will map a BaseRow to another one.
put(K, V) - Method in class org.apache.flink.table.runtime.util.JsonUtils.ThreadLocalHashCache
 
putBinaryNormalizedKey(byte[], MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
 
putBooleanNormalizedKey(boolean, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
 
putBuildRow(BaseRow) - Method in class org.apache.flink.table.runtime.hashtable.BinaryHashTable
Put a build side row to hash table.
putBuildRow(BinaryRow) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
putByteNormalizedKey(byte, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
 
putDecimalNormalizedKey(Decimal, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
Just support the compact precision decimal.
putDoubleNormalizedKey(double, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
See http://stereopsis.com/radix.html for more details.
putFloatNormalizedKey(float, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
See http://stereopsis.com/radix.html for more details.
putIntNormalizedKey(int, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
 
putKey(BaseRow, MemorySegment, int) - Method in interface org.apache.flink.table.runtime.generated.NormalizedKeyComputer
Writes a normalized key for the given record into the target MemorySegment.
putLongNormalizedKey(long, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
 
putShortNormalizedKey(short, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
 
putStringNormalizedKey(BinaryString, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
UTF-8 supports bytes comparison.

R

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

S

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

T

TableFunctionCollector<T> - Class in org.apache.flink.table.runtime.collector
The basic implementation of collector for TableFunction.
TableFunctionCollector() - Constructor for class org.apache.flink.table.runtime.collector.TableFunctionCollector
 
TableFunctionResultFuture<T> - Class in org.apache.flink.table.runtime.collector
The basic implementation of collector for ResultFuture in table joining.
TableFunctionResultFuture() - Constructor for class org.apache.flink.table.runtime.collector.TableFunctionResultFuture
 
TableStreamOperator<OUT> - Class in org.apache.flink.table.runtime.operators
Table operator to invoke close always.
TableStreamOperator() - Constructor for class org.apache.flink.table.runtime.operators.TableStreamOperator
 
tan(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
tanh(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
Calculates the hyperbolic tangent of a big decimal number.
TemporalProcessTimeJoinOperator - Class in org.apache.flink.table.runtime.operators.join.temporal
The operator to temporal join a stream on processing time.
TemporalProcessTimeJoinOperator(BaseRowTypeInfo, GeneratedJoinCondition, long, long) - Constructor for class org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
 
TemporalRowTimeJoinOperator - Class in org.apache.flink.table.runtime.operators.join.temporal
This operator works by keeping on the state collection of probe and build records to process on next watermark.
TemporalRowTimeJoinOperator(BaseRowTypeInfo, BaseRowTypeInfo, GeneratedJoinCondition, int, int, long, long) - Constructor for class org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
 
ThreadLocalHashCache() - Constructor for class org.apache.flink.table.runtime.util.JsonUtils.ThreadLocalHashCache
 
timerService - Variable in class org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
timerService() - Method in class org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
timestamp() - Method in class org.apache.flink.table.runtime.operators.AbstractProcessStreamOperator.ContextImpl
 
timestampCeil(TimeUnitRange, long) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampCeil(TimeUnitRange, long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Keep the algorithm consistent with Calcite DateTimeUtils.julianDateFloor, but here we take time zone into account.
timestampFloor(TimeUnitRange, long) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampFloor(TimeUnitRange, long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampToInternal(Timestamp) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampToString(long, int, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Convert a timestamp to string.
timestampToTimestampWithLocalZone(long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampWithLocalZoneToDate(long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampWithLocalZoneToTime(long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timestampWithLocalZoneToTimestamp(long, TimeZone) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timeStringToUnixDate(String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timeStringToUnixDate(String, int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
timeToInternal(Time) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
TimeWindow - Class in org.apache.flink.table.runtime.operators.window
A Window that represents a time interval from start (inclusive) to end (exclusive).
TimeWindow(long, long) - Constructor for class org.apache.flink.table.runtime.operators.window.TimeWindow
 
TimeWindow.Serializer - Class in org.apache.flink.table.runtime.operators.window
The serializer used to write the TimeWindow type.
TimeWindow.Serializer.TimeWindowSerializerSnapshot - Class in org.apache.flink.table.runtime.operators.window
Serializer configuration snapshot for compatibility and format evolution.
TimeWindowSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.operators.window.TimeWindow.Serializer.TimeWindowSerializerSnapshot
 
toBase64(BinaryString) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
toBase64(byte[]) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
toBigDecimal() - Method in class org.apache.flink.table.dataformat.Decimal
 
toBinaryArray(BaseArray) - Method in class org.apache.flink.table.runtime.typeutils.BaseArraySerializer
 
toBinaryMap(BaseMap) - Method in class org.apache.flink.table.runtime.typeutils.BaseMapSerializer
 
toBinaryRow(T) - Method in class org.apache.flink.table.runtime.typeutils.AbstractRowSerializer
Convert a BaseRow to a BinaryRow.
toBinaryRow(BaseRow) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer
Convert base row to binary row.
toBinaryRow(BinaryRow) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer
 
toBooleanArray() - Method in interface org.apache.flink.table.dataformat.BaseArray
 
toBooleanArray() - Method in class org.apache.flink.table.dataformat.BinaryArray
 
toBooleanArray() - Method in class org.apache.flink.table.dataformat.GenericArray
 
toBooleanSQL(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
Decide boolean representation of a string.
toByte(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
toByteArray() - Method in interface org.apache.flink.table.dataformat.BaseArray
 
toByteArray() - Method in class org.apache.flink.table.dataformat.BinaryArray
 
toByteArray() - Method in class org.apache.flink.table.dataformat.GenericArray
 
toClassArray(LogicalType, Class<T>) - Method in class org.apache.flink.table.dataformat.BinaryArray
 
toDate(int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toDecimal(BinaryString, int, int) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
Parses this BinaryString to Decimal.
toDouble(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
toDoubleArray() - Method in interface org.apache.flink.table.dataformat.BaseArray
 
toDoubleArray() - Method in class org.apache.flink.table.dataformat.BinaryArray
 
toDoubleArray() - Method in class org.apache.flink.table.dataformat.GenericArray
 
toExternal(Internal) - Method in class org.apache.flink.table.dataformat.DataFormatConverters.DataFormatConverter
Convert a internal data format to its external(Java) equivalent while automatically handling nulls.
toExternal(BaseRow, int) - Method in class org.apache.flink.table.dataformat.DataFormatConverters.DataFormatConverter
Given a internalType row, convert the value at column `column` to its external(Java) equivalent.
toFloat(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
toFloatArray() - Method in interface org.apache.flink.table.dataformat.BaseArray
 
toFloatArray() - Method in class org.apache.flink.table.dataformat.BinaryArray
 
toFloatArray() - Method in class org.apache.flink.table.dataformat.GenericArray
 
toGenericRow(BaseRow, LogicalType[]) - Static method in class org.apache.flink.table.dataformat.util.BaseRowUtil
 
toInt(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
Parses this BinaryString to Int.
toIntArray() - Method in interface org.apache.flink.table.dataformat.BaseArray
 
toIntArray() - Method in class org.apache.flink.table.dataformat.BinaryArray
 
toIntArray() - Method in class org.apache.flink.table.dataformat.GenericArray
 
toInternal(External) - Method in class org.apache.flink.table.dataformat.DataFormatConverters.DataFormatConverter
Converts a external(Java) data format to its internal equivalent while automatically handling nulls.
toJavaMap(LogicalType, LogicalType) - Method in interface org.apache.flink.table.dataformat.BaseMap
This method will return a Java map containing INTERNAL type data.
toJavaMap(LogicalType, LogicalType) - Method in class org.apache.flink.table.dataformat.BinaryMap
 
toJavaMap(LogicalType, LogicalType) - Method in class org.apache.flink.table.dataformat.GenericMap
 
toLong(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
Parses this BinaryString to Long.
toLongArray() - Method in interface org.apache.flink.table.dataformat.BaseArray
 
toLongArray() - Method in class org.apache.flink.table.dataformat.BinaryArray
 
toLongArray() - Method in class org.apache.flink.table.dataformat.GenericArray
 
toLowerCase() - Method in class org.apache.flink.table.dataformat.BinaryString
Converts all of the characters in this BinaryString to lower case.
toOriginString(LogicalType...) - Method in class org.apache.flink.table.dataformat.BinaryRow
 
toOriginString(BaseRow, LogicalType[]) - Static method in class org.apache.flink.table.dataformat.BinaryRow
 
toRowType(LogicalType) - Static method in class org.apache.flink.table.runtime.types.PlannerTypeUtils
 
toRowType() - Method in class org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
toShort(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
toShortArray() - Method in interface org.apache.flink.table.dataformat.BaseArray
 
toShortArray() - Method in class org.apache.flink.table.dataformat.BinaryArray
 
toShortArray() - Method in class org.apache.flink.table.dataformat.GenericArray
 
toString() - Method in class org.apache.flink.table.dataformat.BinaryGeneric
 
toString() - Method in class org.apache.flink.table.dataformat.BinaryString
 
toString() - Method in class org.apache.flink.table.dataformat.Decimal
 
toString() - Method in class org.apache.flink.table.dataformat.GenericMap
 
toString() - Method in class org.apache.flink.table.dataformat.ObjectArrayRow
 
toString() - Method in enum org.apache.flink.table.runtime.operators.join.FlinkJoinType
 
toString() - Method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
 
toString(List<String>) - Method in class org.apache.flink.table.runtime.operators.rank.ConstantRankRange
 
toString() - Method in class org.apache.flink.table.runtime.operators.rank.ConstantRankRange
 
toString(List<String>) - Method in class org.apache.flink.table.runtime.operators.rank.ConstantRankRangeWithoutEnd
 
toString() - Method in class org.apache.flink.table.runtime.operators.rank.ConstantRankRangeWithoutEnd
 
toString(List<String>) - Method in interface org.apache.flink.table.runtime.operators.rank.RankRange
 
toString(List<String>) - Method in class org.apache.flink.table.runtime.operators.rank.VariableRankRange
 
toString() - Method in class org.apache.flink.table.runtime.operators.rank.VariableRankRange
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.assigners.CountSlidingWindowAssigner
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.assigners.CountTumblingWindowAssigner
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.CountWindow
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.internal.MergingWindowSet
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.CountElement
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.triggers.ElementTriggers.EveryElement
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindow
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindow
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
 
toString() - Method in class org.apache.flink.table.runtime.operators.window.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
 
toString() - Method in class org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
 
toString() - Method in class org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
 
toString() - Method in class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
 
toString() - Method in class org.apache.flink.table.runtime.typeutils.BinaryStringTypeInfo
 
toString() - Method in class org.apache.flink.table.runtime.typeutils.DecimalTypeInfo
 
toString() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializer
 
toString() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
 
toTimestamp(long) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(double) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(Decimal) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestamp(String, TimeZone) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Parse date time string to timestamp based on the given time zone and format.
toTimestamp(String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toTimestampTz(String, String, String) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
toUnscaledBytes() - Method in class org.apache.flink.table.dataformat.Decimal
 
toUnscaledLong() - Method in class org.apache.flink.table.dataformat.Decimal
 
toUpperCase() - Method in class org.apache.flink.table.dataformat.BinaryString
Converts all of the characters in this BinaryString to upper case.
Trigger<W extends Window> - Class in 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() - Constructor for class org.apache.flink.table.runtime.operators.window.triggers.Trigger
 
Trigger.OnMergeContext - Interface in org.apache.flink.table.runtime.operators.window.triggers
Trigger.TriggerContext - Interface in 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<?>) - Method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
trim() - Method in class org.apache.flink.table.dataformat.BinaryString
Returns a string whose value is this string, with any leading and trailing whitespace removed.
trim(BinaryString, BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
Walk each character of current string from both ends, remove the character if it is in trim string.
trim(BinaryString, boolean, boolean, BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
trimLeft(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
trimLeft(BinaryString, BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
Walk each character of current string from left end, remove the character if it is in trim string.
trimRight(BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
 
trimRight(BinaryString, BinaryString) - Static method in class org.apache.flink.table.dataformat.BinaryStringUtil
Walk each character of current string from right end, remove the character if it is in trim string.
tryDistinctBuildRow - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
Try to make the buildSide rows distinct.
tryProbe(BaseRow) - Method in class org.apache.flink.table.runtime.hashtable.BinaryHashTable
Find matched build side rows for a probe row.
tryProbe(BaseRow) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
 
tumble(Duration) - Method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
TumblingWindowAssigner - Class in 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) - Constructor for class org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
TupleConverter(Class<Tuple>, DataType[]) - Constructor for class org.apache.flink.table.dataformat.DataFormatConverters.TupleConverter
 
TypeCheckUtils - Class in org.apache.flink.table.runtime.typeutils
Utils for type.
TypeCheckUtils() - Constructor for class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
 
TypeGetterSetters - Interface in org.apache.flink.table.dataformat
Provide type specialized getters and setters to reduce if/else and eliminate box and unbox.
TypeInfoDataTypeConverter - Class in org.apache.flink.table.runtime.types
Deprecated.
TypeInfoDataTypeConverter() - Constructor for class org.apache.flink.table.runtime.types.TypeInfoDataTypeConverter
Deprecated.
 
TypeInfoLogicalTypeConverter - Class in org.apache.flink.table.runtime.types
Deprecated.
TypeInfoLogicalTypeConverter() - Constructor for class org.apache.flink.table.runtime.types.TypeInfoLogicalTypeConverter
Deprecated.
 

U

UnboundedFollowingOverFrame - Class in org.apache.flink.table.runtime.operators.over.frame
The UnboundedFollowing window frame.
UnboundedFollowingOverFrame(RowType, GeneratedAggsHandleFunction) - Constructor for class org.apache.flink.table.runtime.operators.over.frame.UnboundedFollowingOverFrame
 
UnboundedOverWindowFrame - Class in org.apache.flink.table.runtime.operators.over.frame
The unbounded window frame calculates frames with the following SQL forms: ...
UnboundedOverWindowFrame(GeneratedAggsHandleFunction, RowType) - Constructor for class org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
 
UnboundedPrecedingOverFrame - Class in org.apache.flink.table.runtime.operators.over.frame
The UnboundedPreceding window frame.
UnboundedPrecedingOverFrame(GeneratedAggsHandleFunction) - Constructor for class org.apache.flink.table.runtime.operators.over.frame.UnboundedPrecedingOverFrame
 
unixDateToLocalDate(int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimeExtract(TimeUnitRange, int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimestamp() - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimestamp(String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimestamp(long) - Static method in class 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) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimeToLocalTime(int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
 
unixTimeToString(int) - Static method in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Helper for CAST({time} AS VARCHAR(n)).
UNSAFE - Static variable in class org.apache.flink.table.dataformat.util.BinaryRowUtil
 
UpdatableRow - Class in org.apache.flink.table.dataformat
Wrap row to a updatable Generic Row.
UpdatableRow(BaseRow, int) - Constructor for class org.apache.flink.table.dataformat.UpdatableRow
 
UpdatableTopNFunction - Class in org.apache.flink.table.runtime.operators.rank
The function could handle update input stream.
UpdatableTopNFunction(long, long, BaseRowTypeInfo, BaseRowKeySelector, GeneratedRecordComparator, BaseRowKeySelector, RankType, RankRange, boolean, boolean, long) - Constructor for class org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
 
updateNumOfAssociations(BaseRow, int) - Method in interface org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateView
Updates the number of associations belongs to the record.
used - Variable in class org.apache.flink.table.runtime.util.collections.ByteHashSet
 
used - Variable in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
Used array for dense mode.
UTC_ZONE - Static variable in class org.apache.flink.table.runtime.functions.SqlDateTimeUtils
The UTC time zone.
uuid() - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 
uuid(byte[]) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
 

V

valueArray() - Method in class org.apache.flink.table.dataformat.BinaryMap
 
valueOf(BinaryArray, BinaryArray) - Static method in class org.apache.flink.table.dataformat.BinaryMap
 
valueOf(String) - Static method in enum org.apache.flink.table.runtime.compression.BlockCompressionFactory.CompressionFactoryName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.table.runtime.operators.join.FlinkJoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.table.runtime.operators.join.HashJoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.table.runtime.operators.rank.RankType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.table.runtime.compression.BlockCompressionFactory.CompressionFactoryName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.table.runtime.operators.join.FlinkJoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.table.runtime.operators.join.HashJoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.table.runtime.operators.rank.RankType
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesInputFormat - Class in org.apache.flink.table.runtime.operators.values
Generated ValuesInputFormat.
ValuesInputFormat(GeneratedInput<GenericInputFormat<BaseRow>>, BaseRowTypeInfo) - Constructor for class org.apache.flink.table.runtime.operators.values.ValuesInputFormat
 
VariableRankRange - Class in org.apache.flink.table.runtime.operators.rank
changing rank limit depends on input.
VariableRankRange(int) - Constructor for class org.apache.flink.table.runtime.operators.rank.VariableRankRange
 
vector - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapBooleanVector
 
vector - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapByteVector
 
vector - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapDoubleVector
 
vector - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapFloatVector
 
vector - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapIntVector
 
vector - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapLongVector
 
vector - Variable in class org.apache.flink.table.dataformat.vector.heap.HeapShortVector
 
VectorizedColumnBatch - Class in org.apache.flink.table.dataformat.vector
A VectorizedColumnBatch is a set of rows, organized with each column as a vector.
VectorizedColumnBatch(ColumnVector[]) - Constructor for class org.apache.flink.table.dataformat.vector.VectorizedColumnBatch
 

W

WatermarkAssignerOperator - Class in org.apache.flink.table.runtime.operators.wmassigners
A stream operator that extracts timestamps from stream elements and generates periodic watermarks.
WatermarkAssignerOperator(int, long, long) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
Create a watermark assigner operator.
Window - Class in org.apache.flink.table.runtime.operators.window
A Window is a grouping of elements into finite buckets.
Window() - Constructor for class org.apache.flink.table.runtime.operators.window.Window
 
windowAggregator - Variable in class org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
 
WindowAssigner<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.assigners
A WindowAssigner assigns zero or more Windows to an element.
WindowAssigner() - Constructor for class org.apache.flink.table.runtime.operators.window.assigners.WindowAssigner
 
windowAssigner - Variable in class org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction
 
WindowOperator<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window
An operator that implements the logic for windowing based on a WindowAssigner and Trigger.
WindowOperatorBuilder - Class in org.apache.flink.table.runtime.operators.window
The WindowOperatorBuilder is used to build WindowOperator fluently.
WindowOperatorBuilder() - Constructor for class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
WindowsGrouping - Class in org.apache.flink.table.runtime.operators.window.grouping
Assigning windows from the sorted input buffers.
withAllowedLateness(Duration) - Method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withEarlyFirings(Trigger<W>) - Method in class 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>) - Method in class 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() - Method in interface org.apache.flink.table.runtime.operators.window.assigners.InternalTimeWindowAssigner
 
withEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
withEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
withEventTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
withEventTime(int) - Method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withGap(Duration) - Static method in class 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[]) - Method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withLateFirings(Trigger<W>) - Method in class 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>) - Method in class 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) - Method in class org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
withOffset(Duration) - Method in class 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() - Static method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Creates a JoinInputSideSpec that input hasn't any unique keys.
withProcessingTime() - Method in interface org.apache.flink.table.runtime.operators.window.assigners.InternalTimeWindowAssigner
 
withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
 
withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.SlidingWindowAssigner
 
withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.assigners.TumblingWindowAssigner
 
withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withSendRetraction() - Method in class org.apache.flink.table.runtime.operators.window.WindowOperatorBuilder
 
withUniqueKey(BaseRowTypeInfo, KeySelector<BaseRow, BaseRow>) - Static method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Creates a JoinInputSideSpec that the input has an unique key.
withUniqueKeyContainedByJoinKey(BaseRowTypeInfo, KeySelector<BaseRow, BaseRow>) - Static method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
Creates a JoinInputSideSpec that input has an unique key and the unique key is contained by the join key.
WrappedRowIterator<T extends BaseRow> - Class in org.apache.flink.table.runtime.hashtable
Wrap MutableObjectIterator to java RowIterator.
WrappedRowIterator(MutableObjectIterator<T>, T) - Constructor for class org.apache.flink.table.runtime.hashtable.WrappedRowIterator
 
write(BinaryWriter, int, Object, LogicalType, TypeSerializer) - Static method in interface org.apache.flink.table.dataformat.BinaryWriter
 
write(BaseRow) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
write(MutableObjectIterator<BinaryRow>) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
 
write(BaseRow) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Writes a given record to this sort buffer.
writeArray(int, BaseArray, BaseArraySerializer) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeArray(int, BaseArray, BaseArraySerializer) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeBinary(int, byte[]) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeBinary(int, byte[]) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeBlock(MemorySegment) - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
 
writeBoolean(int, boolean) - Method in class org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeBoolean(int, boolean) - Method in class org.apache.flink.table.dataformat.BinaryRowWriter
 
writeBoolean(int, boolean) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeByte(int, byte) - Method in class org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeByte(int, byte) - Method in class org.apache.flink.table.dataformat.BinaryRowWriter
 
writeByte(int, byte) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeDecimal(int, Decimal, int) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeDecimal(int, Decimal, int) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeDouble(int, double) - Method in class org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeDouble(int, double) - Method in class org.apache.flink.table.dataformat.BinaryRowWriter
 
writeDouble(int, double) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeFloat(int, float) - Method in class org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeFloat(int, float) - Method in class org.apache.flink.table.dataformat.BinaryRowWriter
 
writeFloat(int, float) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeGeneric(int, BinaryGeneric, BinaryGenericSerializer) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeGeneric(int, BinaryGeneric, BinaryGenericSerializer) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeHeader(byte) - Method in class org.apache.flink.table.dataformat.BinaryRowWriter
 
writeIndexAndNormalizedKey(BaseRow, long) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
Write of index and normalizedKey.
writeInt(int, int) - Method in class org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeInt(int, int) - Method in class org.apache.flink.table.dataformat.BinaryRowWriter
 
writeInt(int, int) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeLong(int, long) - Method in class org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeLong(int, long) - Method in class org.apache.flink.table.dataformat.BinaryRowWriter
 
writeLong(int, long) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeMap(int, BaseMap, BaseMapSerializer) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeMap(int, BaseMap, BaseMapSerializer) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeMergingOutput(MutableObjectIterator<Entry>, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
read the merged stream and write the data back.
writeMergingOutput(MutableObjectIterator<BinaryRow>, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
 
writeMergingOutput(MutableObjectIterator<Tuple2<BinaryRow, BinaryRow>>, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
 
writeRow(int, BaseRow, BaseRowSerializer) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
 
writeRow(int, BaseRow, BaseRowSerializer) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeShort(int, short) - Method in class org.apache.flink.table.dataformat.BinaryArrayWriter
 
writeShort(int, short) - Method in class org.apache.flink.table.dataformat.BinaryRowWriter
 
writeShort(int, short) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseArraySerializer.BaseArraySerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseMapSerializer.BaseMapSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.BaseRowSerializer.BaseRowSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowSerializer.BinaryRowSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.DecimalSerializer.DecimalSerializerSnapshot
 
writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
 
writeString(int, BinaryString) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
writeString(int, BinaryString) - Method in interface org.apache.flink.table.dataformat.BinaryWriter
 
writeToOutput(AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
Spill: Write all records to a AbstractPagedOutputView.
writeToOutput(AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryKVInMemorySortBuffer
 

Z

zero(int, int) - Static method in class org.apache.flink.table.dataformat.Decimal
 
zeroOutPaddingBytes(int) - Method in class org.apache.flink.table.dataformat.AbstractBinaryWriter
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

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