- abs(DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- abs(byte) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ABS operator applied to byte values.
- abs(short) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ABS operator applied to short values.
- abs(int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ABS operator applied to int values.
- abs(long) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ABS operator applied to long values.
- abs(float) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ABS operator applied to float values.
- abs(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ABS operator applied to double values.
- abs(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- AbstractBinaryExternalMerger<Entry> - Class in org.apache.flink.table.runtime.operators.sort
-
- AbstractBinaryExternalMerger(IOManager, int, int, SpillChannelManager, boolean, BlockCompressionFactory, int) - Constructor for class org.apache.flink.table.runtime.operators.sort.AbstractBinaryExternalMerger
-
- AbstractBytesHashMap<K> - Class in org.apache.flink.table.runtime.util.collections.binary
-
Bytes based hash map.
- AbstractBytesHashMap(Object, MemoryManager, long, PagedTypeSerializer<K>, LogicalType[]) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
- AbstractBytesHashMap(Object, MemoryManager, long, PagedTypeSerializer<K>, int) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
- AbstractBytesMultiMap<K> - Class in org.apache.flink.table.runtime.util.collections.binary
-
A binary map in the structure like Map<K, List<V>>, where there are multiple values under
a single key, and they are all bytes based.
- AbstractBytesMultiMap(Object, MemoryManager, long, PagedTypeSerializer<K>, LogicalType[]) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesMultiMap
-
- AbstractBytesMultiMap(Object, MemoryManager, long, PagedTypeSerializer<K>, int) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesMultiMap
-
- AbstractMapBundleOperator<K,V,IN,OUT> - Class in org.apache.flink.table.runtime.operators.bundle
-
- AbstractRowDataConverter(DataType[]) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.AbstractRowDataConverter
-
- AbstractRowDataSerializer<T extends org.apache.flink.table.data.RowData> - Class in org.apache.flink.table.runtime.typeutils
-
Row serializer, provided paged serialize paged method.
- AbstractRowDataSerializer() - Constructor for class org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
-
- 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
-
- AbstractSliceWindowAggProcessor - Class in org.apache.flink.table.runtime.operators.aggregate.window.processors
-
- AbstractSliceWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long>, WindowBuffer.Factory, SliceAssigner, TypeSerializer<RowData>, int, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- 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(InternalTypeInfo<RowData>, InternalTypeInfo<RowData>, GeneratedJoinCondition, JoinInputSideSpec, JoinInputSideSpec, boolean[], long, 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
-
- AbstractStreamingJoinOperator.OuterRecord - Class in org.apache.flink.table.runtime.operators.join.stream
-
- AbstractTopNFunction - Class in org.apache.flink.table.runtime.operators.rank
-
Base class for TopN Function.
- AbstractWindowAggProcessor<W> - Class in org.apache.flink.table.runtime.operators.aggregate.window.processors
-
A base class for window aggregate processors.
- AbstractWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<W>, WindowAssigner, TypeSerializer<RowData>, boolean, int, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- AbstractWindowAggProcessor.WindowIsEmptySupplier - Class in org.apache.flink.table.runtime.operators.aggregate.window.processors
-
A supplier that returns whether the window is empty.
- AbstractWindowProperty - Class in org.apache.flink.table.runtime.groupwindow
-
- AbstractWindowProperty(WindowReference) - Constructor for class org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty
-
Deprecated.
- accept(Object, Throwable) - Method in class org.apache.flink.table.runtime.operators.calc.async.DelegatingAsyncResultFuture
-
- accept(Collection<OUT>, Throwable) - Method in class org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture
-
- accept(W, Collection<W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction.DefaultAccMergingConsumer
-
- accSerializer - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- accumulate(HllBuffer, Object) - Method in class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- accumulate(CollectAggFunction.CollectAccumulator<T>, T) - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- accumulate(RowData, Object) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- accumulate(RowData, Object, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- accumulate(RowData, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- accumulate(RowData, StringData, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- accumulate(FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>, Object) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- accumulate(FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>, Object, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- accumulate(FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- accumulate(FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>, StringData, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- accumulate(JsonArrayAggFunction.Accumulator, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction
-
- accumulate(JsonObjectAggFunction.Accumulator, StringData, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- accumulate(LagAggFunction.LagAcc<T>, T) - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- accumulate(LagAggFunction.LagAcc<T>, T, int) - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- accumulate(LagAggFunction.LagAcc<T>, T, int, T) - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- accumulate(RowData, Object) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- accumulate(RowData, Object, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- accumulate(GenericRowData, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- accumulate(GenericRowData, StringData, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- accumulate(LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T>, Object) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- accumulate(LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T>, Object, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- accumulate(LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T>, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- accumulate(LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T>, StringData, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- accumulate(ListAggWithRetractAggFunction.ListAggWithRetractAccumulator, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- accumulate(ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator, StringData, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- accumulate(MaxWithRetractAggFunction.MaxWithRetractAccumulator<T>, T) - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- accumulate(MinWithRetractAggFunction.MinWithRetractAccumulator<T>, T) - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- accumulate(RowData) - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Accumulates the input values to the accumulators.
- accumulate(RowData) - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
Accumulates the input values to the accumulators.
- Accumulator() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction.Accumulator
-
- Accumulator() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction.Accumulator
-
- accumulatorTypes - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- acos(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- actualSize - Variable in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
- add(DecimalData, DecimalData, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- add(EE) - Method in class org.apache.flink.table.runtime.dataview.StateListView
-
- add(W, RowData) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowListState
-
Updates the operator state accessible by #get(W) by adding the given value to the
list of values.
- 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(RowData) - Method in class org.apache.flink.table.runtime.util.ResettableExternalBuffer
-
- add(RowData) - Method in interface org.apache.flink.table.runtime.util.ResettableRowBuffer
-
Appends the specified row to the end of this buffer.
- addAll(List<EE>) - Method in class org.apache.flink.table.runtime.dataview.StateListView
-
- addBinaryLengthConstraint(ExecutionConfigOptions.TypeLengthEnforcer, List<ConstraintEnforcer.FieldInfo>, List<String>, String[]) - Method in class org.apache.flink.table.runtime.operators.sink.ConstraintEnforcer.Builder
-
- addChannel(FileIOChannel.ID) - Method in class org.apache.flink.table.runtime.operators.sort.SpillChannelManager
-
Add a new File channel.
- addCharLengthConstraint(ExecutionConfigOptions.TypeLengthEnforcer, List<ConstraintEnforcer.FieldInfo>, List<String>, String[]) - Method in class org.apache.flink.table.runtime.operators.sink.ConstraintEnforcer.Builder
-
- addElement(RowData, long, RowData) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.buffers.RecordsWindowBuffer
-
- addElement(RowData, long, RowData) - Method in interface org.apache.flink.table.runtime.operators.aggregate.window.buffers.WindowBuffer
-
Adds an element with associated key into the buffer.
- addInput(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.aggregate.MiniBatchGlobalGroupAggFunction
-
- addInput(List<RowData>, RowData) - Method in class org.apache.flink.table.runtime.operators.aggregate.MiniBatchGroupAggFunction
-
- addInput(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.aggregate.MiniBatchIncrementalGroupAggFunction
-
- addInput(RowData, RowData) - 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(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeMiniBatchDeduplicateKeepFirstRowFunction
-
- addInput(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeMiniBatchDeduplicateKeepLastRowFunction
-
- addInput(List<RowData>, RowData) - Method in class org.apache.flink.table.runtime.operators.deduplicate.RowTimeMiniBatchDeduplicateFunction
-
- addInput(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.deduplicate.RowTimeMiniBatchLatestChangeDeduplicateFunction
-
- addInput(TableOperatorWrapper<?>, int) - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- addInputToBuffer(BinaryRowData) - Method in class org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
-
- addIntoBuffer(BinaryRowData) - Method in class org.apache.flink.table.runtime.operators.window.grouping.HeapWindowsGrouping
-
- addIntoBuffer(BinaryRowData) - Method in class org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
-
- addNotNullConstraint(ExecutionConfigOptions.NotNullEnforcer, int[], List<String>, String[]) - Method in class org.apache.flink.table.runtime.operators.sink.ConstraintEnforcer.Builder
-
- 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(RowData, RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
Adds a record into the bufferBundle when processing element in a stream and this function
would return the size of the bufferBundle.
- addRecord(RowData, RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasNoUniqueKeyBundle
-
The structure of the bundle: first-level key is the joinKey while the second-level key is the
hash value of the record.
- addRecord(RowData, RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasUniqueKeyBundle
-
- addRecord(RowData, RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.JoinKeyContainsUniqueKeyBundle
-
- addRecord(RowData) - Method in interface org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateView
-
Add a new record to the state view.
- addRecord(RowData, 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.
- addSynchronousResult(Object) - Method in class org.apache.flink.table.runtime.operators.calc.async.DelegatingAsyncResultFuture
-
- addWindow(W, MergingWindowSet.MergeFunction<W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.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 interface org.apache.flink.table.runtime.util.KeyValueIterator
-
Advance this iterator by a single kv.
- 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
-
- advanceProgress(long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.buffers.RecordsWindowBuffer
-
- advanceProgress(long) - Method in interface org.apache.flink.table.runtime.operators.aggregate.window.buffers.WindowBuffer
-
Advances the progress time, the progress time is watermark if working in event-time mode, or
current processing time if working in processing-time mode.
- advanceProgress(long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- advanceProgress(long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.UnsliceWindowAggProcessor
-
- advanceProgress(long) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- advanceProgress(long) - Method in class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- advanceProgress(long) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
Advances the progress time, the progress time is watermark if working in event-time mode, or
current processing time if working in processing-time mode.
- 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.groupwindow.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.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- afterEndOfWindow() - Static method in class org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- afterGrow() - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- afterGrow() - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- AggCombiner - Class in org.apache.flink.table.runtime.operators.aggregate.window.combines
-
An implementation of
RecordsCombiner that accumulates input records into the window
accumulator state.
- AggCombiner(WindowTimerService<Long>, StateKeyContext, WindowValueState<Long>, NamespaceAggsHandleFunction<Long>, boolean) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.combines.AggCombiner
-
- AggCombiner.Factory - Class in org.apache.flink.table.runtime.operators.aggregate.window.combines
-
- aggregate(GeneratedNamespaceAggsHandleFunction<?>, AbstractRowDataSerializer<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.WindowAggOperatorBuilder
-
- aggregate(LogicalType[], LogicalType[], LogicalType[]) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- aggregate(NamespaceAggsHandleFunction<?>, RecordEqualiser, LogicalType[], LogicalType[], LogicalType[]) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- aggregate(GeneratedNamespaceAggsHandleFunction<?>, GeneratedRecordEqualiser, LogicalType[], LogicalType[], LogicalType[]) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- aggregate(NamespaceTableAggsHandleFunction<?>, LogicalType[], LogicalType[], LogicalType[]) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- aggregate(GeneratedNamespaceTableAggsHandleFunction<?>, LogicalType[], LogicalType[], LogicalType[]) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- AggregateWindowOperator<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.operator
-
- AggregateWindowOperatorBuilder(GeneratedNamespaceAggsHandleFunction<?>, GeneratedRecordEqualiser, WindowOperatorBuilder) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder.AggregateWindowOperatorBuilder
-
- AggregateWindowOperatorBuilder(NamespaceAggsHandleFunction<?>, RecordEqualiser, WindowOperatorBuilder) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder.AggregateWindowOperatorBuilder
-
- aggregator - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- aggResultTypes - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- AggsHandleFunction - Interface in org.apache.flink.table.runtime.generated
-
The base class for handling aggregate functions.
- AggsHandleFunctionBase - Interface in org.apache.flink.table.runtime.generated
-
The base class for handling aggregate or table aggregate functions.
- AlignedWindowTableFunctionOperator - Class in org.apache.flink.table.runtime.operators.window.tvf.operator
-
The operator for aligned window table function.
- AlignedWindowTableFunctionOperator(GroupWindowAssigner<TimeWindow>, int, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.operator.AlignedWindowTableFunctionOperator
-
- 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
-
- allocateSegments(int) - Method in class org.apache.flink.table.runtime.util.LazyMemorySegmentPool
-
- allowedLateness - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
- allowedLateness - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- ANY_EXCEPTION - Static variable in class org.apache.flink.table.runtime.operators.calc.async.RetryPredicates
-
- AnyExceptionStrategy() - Constructor for class org.apache.flink.table.runtime.operators.calc.async.RetryPredicates.AnyExceptionStrategy
-
- append(BytesMap.LookupInfo<K, BinaryRowData>, BinaryRowData) - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
Append an value into the hash map's record area.
- append(BytesMap.LookupInfo<K, Iterator<RowData>>, BinaryRowData) - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesMultiMap
-
Append an value into the hash map's record area.
- AppendOnlyFirstNFunction - Class in org.apache.flink.table.runtime.operators.rank
-
- AppendOnlyFirstNFunction(StateTtlConfig, InternalTypeInfo<RowData>, GeneratedRecordComparator, RowDataKeySelector, RankType, RankRange, boolean, boolean) - Constructor for class org.apache.flink.table.runtime.operators.rank.AppendOnlyFirstNFunction
-
- AppendOnlyTopNFunction - Class in org.apache.flink.table.runtime.operators.rank
-
A TopN function could handle insert-only stream.
- AppendOnlyTopNFunction(StateTtlConfig, InternalTypeInfo<RowData>, GeneratedRecordComparator, RowDataKeySelector, RankType, RankRange, boolean, boolean, long) - Constructor for class org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
-
- apply(RowData) - Method in interface org.apache.flink.table.runtime.generated.FilterCondition
-
- apply(RowData, RowData) - Method in interface org.apache.flink.table.runtime.generated.JoinCondition
-
- apply(IN) - Method in interface org.apache.flink.table.runtime.generated.Projection
-
- apply(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.join.JoinConditionWithNullFilters
-
- ApproxCountDistinctAggFunction(LogicalType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- array - Variable in class org.apache.flink.table.runtime.functions.aggregate.hyperloglog.HllBuffer
-
`public` for performance.
- ArrayBooleanArrayConverter - Class in org.apache.flink.table.data.conversion
-
Converter for ArrayType of boolean[] external type.
- ArrayBooleanArrayConverter() - Constructor for class org.apache.flink.table.data.conversion.ArrayBooleanArrayConverter
-
- ArrayByteArrayConverter - Class in org.apache.flink.table.data.conversion
-
Converter for ArrayType of byte[] external type.
- ArrayByteArrayConverter() - Constructor for class org.apache.flink.table.data.conversion.ArrayByteArrayConverter
-
- ArrayConcatFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_CONCAT.
- ArrayConcatFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayConcatFunction
-
- ArrayContainsFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_CONTAINS.
- ArrayContainsFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayContainsFunction
-
- ArrayDataSerializer - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for ArrayData.
- ArrayDataSerializer(LogicalType) - Constructor for class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- ArrayDataSerializer.ArrayDataSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
-
- ArrayDataSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
-
- ArrayDistinctFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_DISTINCT.
- ArrayDistinctFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayDistinctFunction
-
- ArrayDoubleArrayConverter - Class in org.apache.flink.table.data.conversion
-
Converter for ArrayType of double[] external type.
- ArrayDoubleArrayConverter() - Constructor for class org.apache.flink.table.data.conversion.ArrayDoubleArrayConverter
-
- ArrayFloatArrayConverter - Class in org.apache.flink.table.data.conversion
-
Converter for ArrayType of float[] external type.
- ArrayFloatArrayConverter() - Constructor for class org.apache.flink.table.data.conversion.ArrayFloatArrayConverter
-
- ArrayIntArrayConverter - Class in org.apache.flink.table.data.conversion
-
Converter for ArrayType of int[] external type.
- ArrayIntArrayConverter() - Constructor for class org.apache.flink.table.data.conversion.ArrayIntArrayConverter
-
- ArrayJoinFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_JOIN.
- ArrayJoinFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayJoinFunction
-
- ArrayListConverter<E> - Class in org.apache.flink.table.data.conversion
-
Converter for
ArrayType of
List external type.
- ArrayLongArrayConverter - Class in org.apache.flink.table.data.conversion
-
Converter for ArrayType of long[] external type.
- ArrayLongArrayConverter() - Constructor for class org.apache.flink.table.data.conversion.ArrayLongArrayConverter
-
- ArrayMaxFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_MAX.
- ArrayMaxFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayMaxFunction
-
- ArrayMinFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_MIN.
- ArrayMinFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayMinFunction
-
- ArrayObjectArrayConverter<E> - Class in org.apache.flink.table.data.conversion
-
Converter for ArrayType of nested primitive or object arrays external types.
- ArrayPositionFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_POSITION.
- ArrayPositionFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayPositionFunction
-
- ArrayRemoveFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_REMOVE.
- ArrayRemoveFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayRemoveFunction
-
- ArrayReverseFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_REVERSE.
- ArrayReverseFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayReverseFunction
-
- ArrayShortArrayConverter - Class in org.apache.flink.table.data.conversion
-
Converter for ArrayType of short[] external type.
- ArrayShortArrayConverter() - Constructor for class org.apache.flink.table.data.conversion.ArrayShortArrayConverter
-
- 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 ).
- ArraySliceFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_SLICE.
- ArraySliceFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArraySliceFunction
-
- ArrayUnionFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.ARRAY_UNION.
- ArrayUnionFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.ArrayUnionFunction
-
- asin(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- assignActualWindow(RowData, ClockService, MergingWindowProcessFunction<?, W>) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigner
-
Returns the
Window that the given element should belong to be used to trigger on.
- assignActualWindow(RowData, ClockService, MergingWindowProcessFunction<?, TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.SessionUnsliceAssigner
-
- assignActualWindow(RowData, ClockService, MergingWindowProcessFunction<?, TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- assignActualWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.GeneralWindowProcessFunction
-
- assignActualWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
Assigns the input element into the actual windows which the
Trigger should trigger
on.
- assignActualWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction
-
- assignActualWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.PanedWindowProcessFunction
-
- assigner(WindowAssigner) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.WindowAggOperatorBuilder
-
- assigner(GroupWindowAssigner<?>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- assignPane(Object, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- assignPane(Object, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.assigners.SlidingWindowAssigner
-
- assignSliceEnd(RowData, ClockService) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigner
-
Returns the end timestamp of a slice that the given element should belong.
- assignSliceEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.CumulativeSliceAssigner
-
- assignSliceEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.HoppingSliceAssigner
-
- assignSliceEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.TumblingSliceAssigner
-
- assignSliceEnd(RowData, ClockService) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.WindowedSliceAssigner
-
- assignStateNamespace(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.GeneralWindowProcessFunction
-
- assignStateNamespace(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
Assigns the input element into the state namespace which the input element should be
accumulated/retracted into.
- assignStateNamespace(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction
-
- assignStateNamespace(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.PanedWindowProcessFunction
-
- assignStateNamespace(RowData, ClockService, MergingWindowProcessFunction<?, W>) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigner
-
Returns the
Window that the given element should belong to be used as a namespace to
restore the state.
- assignStateNamespace(RowData, ClockService, MergingWindowProcessFunction<?, TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.SessionUnsliceAssigner
-
- assignStateNamespace(RowData, ClockService, MergingWindowProcessFunction<?, TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- assignWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountSlidingWindowAssigner
-
- assignWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountTumblingWindowAssigner
-
- assignWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- assignWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner
-
Given the timestamp and element, returns the set of windows into which it should be placed.
- assignWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SessionWindowAssigner
-
- assignWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- assignWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.TumblingWindowAssigner
-
- assignWindows(RowData, long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- AsyncFunctionRunner - Class in org.apache.flink.table.runtime.operators.calc.async
-
Async function runner for AsyncScalarFunction, which
takes the generated function, instantiates it, and then calls its lifecycle methods.
- AsyncFunctionRunner(GeneratedFunction<AsyncFunction<RowData, RowData>>) - Constructor for class org.apache.flink.table.runtime.operators.calc.async.AsyncFunctionRunner
-
- asyncInvoke(RowData, ResultFuture<RowData>) - Method in class org.apache.flink.table.runtime.operators.calc.async.AsyncFunctionRunner
-
- asyncInvoke(RowData, ResultFuture<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
-
- asyncLookup(RowData) - Method in class org.apache.flink.table.runtime.functions.table.lookup.CachingAsyncLookupFunction
-
- asyncLookup(RowData) - Method in class org.apache.flink.table.runtime.operators.join.lookup.RetryableAsyncLookupFunctionDelegator
-
- AsyncLookupJoinRunner - Class in org.apache.flink.table.runtime.operators.join.lookup
-
The async join runner to lookup the dimension table.
- AsyncLookupJoinRunner(GeneratedFunction<AsyncFunction<RowData, Object>>, DataStructureConverter<RowData, Object>, GeneratedResultFuture<TableFunctionResultFuture<RowData>>, GeneratedFunction<FilterCondition>, RowDataSerializer, 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<RowData, Object>>, DataStructureConverter<RowData, Object>, GeneratedFunction<FlatMapFunction<RowData, RowData>>, GeneratedResultFuture<TableFunctionResultFuture<RowData>>, GeneratedFunction<FilterCondition>, RowDataSerializer, boolean, int) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinWithCalcRunner
-
- atan(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- atan2(DecimalData, DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- awaitFirstLoad() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- BaseHybridHashTable - Class in org.apache.flink.table.runtime.hashtable
-
- BaseHybridHashTable(Object, boolean, int, MemoryManager, long, IOManager, int, long, boolean) - Constructor for class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- 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
-
- BatchApproxCountDistinctAggFunctions - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in APPROX_COUNT_DISTINCT aggregate function for Batch sql.
- BatchApproxCountDistinctAggFunctions() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions
-
- BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Base function for APPROX_COUNT_DISTINCT aggregate.
- BatchApproxCountDistinctAggFunctions.ByteApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in byte APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.DateApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in Date APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.DecimalApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in decimal APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.DoubleApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in double APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.FloatApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in float APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.IntApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in int APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.LongApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in long APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.ShortApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in Short APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.StringApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in string APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.TimeApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in Time APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.TimestampApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in Timestamp APPROX_COUNT_DISTINCT aggregate function.
- BatchApproxCountDistinctAggFunctions.TimestampLtzApproxCountDistinctAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in TimestampLtz APPROX_COUNT_DISTINCT aggregate function.
- BatchMultipleInputStreamOperator - Class in org.apache.flink.table.runtime.operators.multipleinput
-
- BatchMultipleInputStreamOperator(StreamOperatorParameters<RowData>, List<InputSpec>, List<TableOperatorWrapper<?>>, TableOperatorWrapper<?>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.BatchMultipleInputStreamOperator
-
- BatchMultipleInputStreamOperatorFactory - Class in org.apache.flink.table.runtime.operators.multipleinput
-
- BatchMultipleInputStreamOperatorFactory(List<InputSpec>, List<TableOperatorWrapper<?>>, TableOperatorWrapper<?>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.BatchMultipleInputStreamOperatorFactory
-
- BIG_ENDIAN - Static variable in class org.apache.flink.formats.raw.RawFormatOptions
-
- BigDecimalConverter(int, int) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.BigDecimalConverter
-
- BigDecimalTypeInfo - Class in org.apache.flink.table.runtime.typeutils
-
- BigDecimalTypeInfo(int, int) - Constructor for class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
-
- BinaryArrayWriter - Class in org.apache.flink.table.data.writer
-
Writer for binary array.
- BinaryArrayWriter(BinaryArrayData, int, int) - Constructor for class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- BinaryArrayWriter.NullSetter - Interface in org.apache.flink.table.data.writer
-
Accessor for setting the elements of an array writer to null during runtime.
- BinaryExternalMerger - Class in org.apache.flink.table.runtime.operators.sort
-
Record merger for sort of BinaryRowData.
- BinaryExternalMerger(IOManager, int, int, SpillChannelManager, BinaryRowDataSerializer, 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
-
- BinaryExternalSorter(Object, MemoryManager, long, IOManager, AbstractRowDataSerializer<RowData>, BinaryRowDataSerializer, NormalizedKeyComputer, RecordComparator, int, boolean, int, boolean) - Constructor for class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
-
- BinaryExternalSorter(Object, MemoryManager, long, IOManager, AbstractRowDataSerializer<RowData>, BinaryRowDataSerializer, NormalizedKeyComputer, RecordComparator, int, boolean, int, boolean, float) - Constructor for class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
-
- 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 BinaryRowData.
- 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(Object, boolean, int, AbstractRowDataSerializer, AbstractRowDataSerializer, Projection<RowData, BinaryRowData>, Projection<RowData, BinaryRowData>, MemoryManager, 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, BinaryRowDataSerializer, 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, BinaryRowDataSerializer, BinaryRowDataSerializer, 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.
- 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
-
- BinaryRowChannelInputViewIterator - Class in org.apache.flink.table.runtime.io
-
A simple iterator over the input read though an I/O channel.
- BinaryRowChannelInputViewIterator(ChannelReaderInputView, BinaryRowDataSerializer) - Constructor for class org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
-
- BinaryRowChannelInputViewIterator(ChannelReaderInputView, List<MemorySegment>, BinaryRowDataSerializer) - Constructor for class org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
-
- BinaryRowDataKeySelector - Class in org.apache.flink.table.runtime.keyselector
-
A KeySelector which will extract key from RowData.
- BinaryRowDataKeySelector(InternalTypeInfo<RowData>, GeneratedProjection) - Constructor for class org.apache.flink.table.runtime.keyselector.BinaryRowDataKeySelector
-
- BinaryRowDataSerializer - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for BinaryRowData.
- BinaryRowDataSerializer(int) - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
-
- BinaryRowDataSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
-
- BinaryRowDataUtil - Class in org.apache.flink.table.data.binary
-
Utilities for BinaryRowData.
- BinaryRowDataUtil() - Constructor for class org.apache.flink.table.data.binary.BinaryRowDataUtil
-
- BinaryRowWriter - Class in org.apache.flink.table.data.writer
-
Writer for BinaryRowData.
- BinaryRowWriter(BinaryRowData) - Constructor for class org.apache.flink.table.data.writer.BinaryRowWriter
-
- BinaryRowWriter(BinaryRowData, int) - Constructor for class org.apache.flink.table.data.writer.BinaryRowWriter
-
- BinaryStringDataUtil - Class in org.apache.flink.table.data.binary
-
Util for BinaryStringData.
- BinaryStringDataUtil() - Constructor for class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- BinaryWriter - Interface in org.apache.flink.table.data.writer
-
Writer to write a composite data format, like row, array.
- BinaryWriter.ValueSetter - Interface in org.apache.flink.table.data.writer
-
Accessor for setting the elements of an array writer during runtime.
- 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
-
- BoundedOutOfOrderWatermarkGenerator - Class in org.apache.flink.table.runtime.operators.wmassigners
-
A watermark generator for rowtime attributes which are out-of-order by a bounded time interval.
- BoundedOutOfOrderWatermarkGenerator(int, long) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.BoundedOutOfOrderWatermarkGenerator
-
- BoxedWrapperRowData - Class in org.apache.flink.table.data
-
An implementation of
RowData which also is also backed by an array of Java
Object, just similar to
GenericRowData.
- BoxedWrapperRowData(int) - Constructor for class org.apache.flink.table.data.BoxedWrapperRowData
-
- BroadcastingOutput - Class in org.apache.flink.table.runtime.operators.multipleinput.output
-
An Output that can be used to emit elements and other messages to multiple outputs.
- BroadcastingOutput(Output<StreamRecord<RowData>>[]) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.output.BroadcastingOutput
-
- BUCKET_SIZE - Static variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- BUCKET_SIZE_BITS - Static variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- bucketSegments - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- buffer - Variable in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction.LagAcc
-
- BufferBundle<T> - Class in org.apache.flink.table.runtime.operators.join.stream.bundle
-
A
BufferBundle is a bundle to buffer the input records in memory and fold data based on
specified pattern to reduce state access.
- BufferBundle() - Constructor for class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
- BufferDataOverWindowOperator - Class in org.apache.flink.table.runtime.operators.over
-
the operator for OVER window need cache data by ResettableExternalBuffer for
OverWindowFrame.
- BufferDataOverWindowOperator(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, BinaryRowDataSerializer, BinaryRowDataSerializer, NormalizedKeyComputer, RecordComparator, int, int, boolean, int) - 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.aggregate.window.WindowAggOperatorBuilder
-
- build() - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.RowTimeWindowDeduplicateOperatorBuilder
-
- build() - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
- build() - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- build() - Method in class org.apache.flink.table.runtime.operators.sink.ConstraintEnforcer.Builder
-
If neither of NOT NULL or CHAR/VARCHAR length or BINARY/VARBINARY enforcers are
configured, null is returned.
- build() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder.AggregateWindowOperatorBuilder
-
- build() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder.TableAggregateWindowOperatorBuilder
-
- builder() - Static method in class org.apache.flink.table.runtime.operators.aggregate.window.WindowAggOperatorBuilder
-
- builder() - Static method in class org.apache.flink.table.runtime.operators.deduplicate.window.RowTimeWindowDeduplicateOperatorBuilder
-
- builder() - Static method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
- builder() - Static method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- Builder() - Constructor for class org.apache.flink.table.runtime.operators.sink.ConstraintEnforcer.Builder
-
- builder() - Static method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.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
-
- BuiltInAggregateFunction<T,ACC> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Base class for runtime implementation represented as AggregateFunction that is
constructed from SpecializedFunction.specialize(SpecializedContext).
- BuiltInAggregateFunction(BuiltInFunctionDefinition, SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
-
- BuiltInAggregateFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
-
- BuiltInScalarFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Base class for runtime implementation represented as ScalarFunction that is constructed
from SpecializedFunction.specialize(SpecializedContext).
- BuiltInScalarFunction(BuiltInFunctionDefinition, SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- BuiltInScalarFunction() - Constructor for class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- BuiltInSpecializedFunction - Class in org.apache.flink.table.runtime.functions
-
Base class for built-in functions that need another level of specialization via SpecializedFunction.specialize(SpecializedContext).
- BuiltInSpecializedFunction(BuiltInFunctionDefinition) - Constructor for class org.apache.flink.table.runtime.functions.BuiltInSpecializedFunction
-
- BuiltInTableFunction<T> - Class in org.apache.flink.table.runtime.functions.table
-
Base class for runtime implementation represented as TableFunction that is constructed
from SpecializedFunction.specialize(SpecializedContext).
- BuiltInTableFunction(BuiltInFunctionDefinition, SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
-
- BuiltInTableFunction() - Constructor for class org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
-
- bundle - Variable in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
- 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.data.binary.BinaryRowDataUtil
-
- ByteApproxCountDistinctAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ByteApproxCountDistinctAggFunction
-
- byteArrayCompare(byte[], byte[]) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
Compares two byte arrays in lexicographical order.
- byteArrayEquals(byte[], byte[], int) - Static method in class org.apache.flink.table.data.binary.BinaryRowDataUtil
-
- byteArrayEquals(Object, long, Object, long, int) - Static method in class org.apache.flink.table.data.binary.BinaryRowDataUtil
-
- ByteHashSet - Class in org.apache.flink.table.runtime.util.collections
-
Byte hash set.
- ByteHashSet(int) - Constructor for class org.apache.flink.table.runtime.util.collections.ByteHashSet
-
- BytesHashMap - Class in org.apache.flink.table.runtime.util.collections.binary
-
A binary map in the structure like Map<BinaryRowData, BinaryRowData>.
- BytesHashMap(Object, MemoryManager, long, LogicalType[], LogicalType[]) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.BytesHashMap
-
- 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
-
- BytesMap<K,V> - Class in org.apache.flink.table.runtime.util.collections.binary
-
- BytesMap(Object, MemoryManager, long, TypeSerializer<K>) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- BytesMap.LookupInfo<K,V> - Class in org.apache.flink.table.runtime.util.collections.binary
-
Result fetched when looking up a key.
- BytesMultiMap - Class in org.apache.flink.table.runtime.util.collections.binary
-
A binary map in the structure like Map<BinaryRowData, List<BinaryRowData>>.
- BytesMultiMap(Object, MemoryManager, long, LogicalType[], LogicalType[]) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.BytesMultiMap
-
- cache - Variable in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- CacheLoader - Class in org.apache.flink.table.runtime.functions.table.lookup.fullcache
-
Abstract task that loads data in Full cache from source provided by ScanTableSource.ScanRuntimeProvider.
- CacheLoader() - Constructor for class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- CachingAsyncLookupFunction - Class in org.apache.flink.table.runtime.functions.table.lookup
-
A wrapper function around user-provided async lookup function with a cache layer.
- CachingAsyncLookupFunction(LookupCache, AsyncLookupFunction) - Constructor for class org.apache.flink.table.runtime.functions.table.lookup.CachingAsyncLookupFunction
-
- CachingLookupFunction - Class in org.apache.flink.table.runtime.functions.table.lookup
-
A wrapper function around user-provided lookup function with a cache layer.
- CachingLookupFunction(LookupCache, LookupFunction) - Constructor for class org.apache.flink.table.runtime.functions.table.lookup.CachingLookupFunction
-
- calc(RowData) - Method in interface org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame.CalcOffsetFunc
-
- calcSecondHashCode(int) - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- canEqual(Object) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- canEqual(Object) - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- canEqual(Object) - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- canEqual(Object) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
-
- canEqual(Object) - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- canEqual(Object) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.CountElement
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.EveryElement
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
-
- canMerge() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger
-
Returns true if this trigger supports merging of trigger state and can therefore.
- canRetry(int) - Method in class org.apache.flink.table.runtime.operators.join.lookup.ResultRetryStrategy
-
- CaseClassConverter(TupleTypeInfoBase, DataType[]) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.CaseClassConverter
-
- castFrom(DecimalData, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- castFrom(String, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- castFrom(double, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- castFrom(long, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- castToBoolean(DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- castToDecimal(DecimalData, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- castToIntegral(DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- ceil(DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- ceil(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- ceil(float) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- ceil(int, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL CEIL operator applied to int values.
- ceil(long, long) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL CEIL operator applied to long values.
- ceil(DecimalData) - 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
-
- CHARSET - Static variable in class org.apache.flink.formats.raw.RawFormatOptions
-
- check(BinaryStringData) - Method in class org.apache.flink.table.runtime.functions.SqlLikeChainChecker
-
- checkAllReleased() - Method in class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager
-
- checkAndGetNextWatermark(RowData, long) - Method in class org.apache.flink.table.runtime.operators.wmassigners.PunctuatedWatermarkAssignerWrapper
-
- checkNextIndexOffset() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
-
check if we need request next index memory.
- checkpointCoordinator(long, CompletableFuture<byte[]>) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorCoordinator
-
- checkSkipReadForFixLengthPart(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
We need skip bytes to read when the remain bytes of current segment is not enough to write
binary row fixed part.
- checkSortKeyInBufferRange(RowData, TopNBuffer) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
Checks whether the record should be put into the buffer.
- checkSortKeyInBufferRange(RowData, long) - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
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
-
- cleanCache() - Method in class org.apache.flink.table.runtime.util.LazyMemorySegmentPool
-
- cleanup() - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Cleanup for the retired accumulators state.
- cleanUp() - Static method in class org.apache.flink.table.runtime.generated.CompileUtils
-
Triggers internal garbage collection of expired cache entries.
- cleanup(N) - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
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.groupwindow.internal.GeneralWindowProcessFunction
-
- cleanWindowIfNeeded(W, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
Cleans the given window if needed.
- cleanWindowIfNeeded(W, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction
-
- cleanWindowIfNeeded(W, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.PanedWindowProcessFunction
-
- clear() - Method in class org.apache.flink.table.runtime.dataview.StateListView
-
- clear() - Method in class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager
-
- clear() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
Clear this bufferBundle.
- clear() - Method in class org.apache.flink.table.runtime.operators.sort.ListMemorySegmentPool
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.CountElement
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.EveryElement
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger
-
Clears any state that the trigger might still hold for the given window.
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowListState
-
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
- clear(W) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.state.WindowState
-
Removes the value mapped under current key and the given window.
- clear(W) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowValueState
-
- 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.groupwindow.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.groupwindow.internal.InternalWindowProcessFunction.Context
-
- clearWindow(long, Long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- clearWindow(long, TimeWindow) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.UnsliceWindowAggProcessor
-
- clearWindow(long, Long) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- clearWindow(long, Long) - Method in class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- clearWindow(long, W) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
Clear state and resources associated with the given window namespace.
- clearWindowState(W) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
-
Clear window state of the given window.
- clockService - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- ClockService - Interface in org.apache.flink.table.runtime.operators.window.tvf.common
-
A clock service which can get current processing time.
- close() - Method in class org.apache.flink.table.runtime.collector.TableFunctionCollector
-
- close() - Method in class org.apache.flink.table.runtime.collector.WrappingCollector
-
- close() - Method in class org.apache.flink.table.runtime.functions.DefaultExpressionEvaluator
-
- close() - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayContainsFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayDistinctFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayMaxFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayMinFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayPositionFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayRemoveFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayUnionFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.table.lookup.CachingAsyncLookupFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.table.lookup.CachingLookupFunction
-
- close() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- close() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.LookupFullCache
-
- close() - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Tear-down method for this function.
- close() - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
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.GroupTableAggFunction
-
- 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.aggregate.window.buffers.RecordsWindowBuffer
-
- close() - Method in interface org.apache.flink.table.runtime.operators.aggregate.window.buffers.WindowBuffer
-
Release resources allocated by this buffer.
- close() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.AggCombiner
-
- close() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.GlobalAggCombiner
-
- close() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.LocalAggCombiner
-
- close() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.LocalSlicingWindowAggOperator
-
- close() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- close() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- 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.calc.async.AsyncFunctionRunner
-
- close() - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.combines.RowTimeDeduplicateRecordsCombiner
-
- close() - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- close() - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperator
-
- close() - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorCoordinator
-
- 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.KeyedLookupJoinWrapper
-
- 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.lookup.RetryableAsyncLookupFunctionDelegator
-
- close() - Method in class org.apache.flink.table.runtime.operators.join.lookup.RetryableLookupFunctionDelegator
-
- close() - Method in class org.apache.flink.table.runtime.operators.join.SortMergeFullOuterJoinIterator
-
- close() - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinFunction
-
- 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.stream.MiniBatchStreamingJoinOperator
-
- 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.join.window.WindowJoinOperator
-
- 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.multipleinput.MultipleInputStreamOperatorBase
-
Closes all sub-operators in a multiple input operator effect way.
- close() - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.BroadcastingOutput
-
- close() - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.OutputBase
-
- close() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- 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.rank.window.combines.TopNRecordsCombiner
-
- close() - Method in class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- 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.window.grouping.HeapWindowsGrouping
-
- close() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
The tear-down method of the function.
- close() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- close() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.combines.RecordsCombiner
-
Release resources allocated by this combine function.
- close() - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- close() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
The tear-down method of the function.
- close() - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.UnalignedWindowTableFunctionOperator
-
- close() - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.WindowTableFunctionOperatorBase
-
- close() - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
-
- close() - Method in class org.apache.flink.table.runtime.util.LazyMemorySegmentPool
-
- 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.
- CoalesceFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.COALESCE.
- CoalesceFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.CoalesceFunction
-
- CoBundleTrigger<IN1,IN2> - Interface in org.apache.flink.table.runtime.operators.bundle.trigger
-
- 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(RowData) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
Send result to downstream.
- collect(OutputTag<X>, StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.BroadcastingOutput
-
- collect(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.BroadcastingOutput
-
- collect(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingBroadcastingOutput
-
- collect(OutputTag<X>, StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingBroadcastingOutput
-
- collect(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingSecondInputOfTwoInputStreamOperatorOutput
-
- collect(OutputTag<X>, StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingSecondInputOfTwoInputStreamOperatorOutput
-
- collect(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.FirstInputOfTwoInputStreamOperatorOutput
-
- collect(OutputTag<X>, StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.FirstInputOfTwoInputStreamOperatorOutput
-
- collect(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.OneInputStreamOperatorOutput
-
- collect(OutputTag<X>, StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.OneInputStreamOperatorOutput
-
- collect(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.SecondInputOfTwoInputStreamOperatorOutput
-
- collect(OutputTag<X>, StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.SecondInputOfTwoInputStreamOperatorOutput
-
- collect(RowData, Collection<TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.WindowTableFunctionOperatorBase
-
- collect(T) - Method in class org.apache.flink.table.runtime.util.StreamRecordCollector
-
- CollectAccumulator() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction.CollectAccumulator
-
- CollectAggFunction<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in COLLECT aggregate function.
- CollectAggFunction(LogicalType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- CollectAggFunction.CollectAccumulator<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Accumulator for COLLECT.
- collectDelete(Collector<RowData>, RowData, long) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- collectDelete(Collector<RowData>, RowData) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- collectInsert(Collector<RowData>, RowData, long) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- collectInsert(Collector<RowData>, RowData) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- CollectionUnnestTableFunction(SpecializedFunction.SpecializedContext, LogicalType, ArrayData.ElementGetter) - Constructor for class org.apache.flink.table.runtime.functions.table.UnnestRowsFunction.CollectionUnnestTableFunction
-
- collector - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.LocalSlicingWindowAggOperator
-
This is used for emitting elements with a given timestamp.
- 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
-
- collector - Variable in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperator
-
This is used for emitting elements with a given timestamp.
- collector - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
This is used for emitting elements with a given timestamp.
- collector - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
This is used for emitting elements with a given timestamp.
- collectUpdateAfter(Collector<RowData>, RowData, long) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- collectUpdateAfter(Collector<RowData>, RowData) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- collectUpdateBefore(Collector<RowData>, RowData, long) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- collectUpdateBefore(Collector<RowData>, RowData) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- combine(WindowKey, Iterator<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.AggCombiner
-
- combine(WindowKey, Iterator<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.GlobalAggCombiner
-
- combine(WindowKey, Iterator<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.LocalAggCombiner
-
- combine(WindowKey, Iterator<RowData>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.combines.RowTimeDeduplicateRecordsCombiner
-
- combine(WindowKey, Iterator<RowData>) - Method in class org.apache.flink.table.runtime.operators.rank.window.combines.TopNRecordsCombiner
-
- combine(WindowKey, Iterator<RowData>) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.combines.RecordsCombiner
-
Combines the buffered data into state based on the given window-key pair.
- ComparableRecordComparator - Class in org.apache.flink.table.runtime.operators.rank
-
- ComparableRecordComparator(GeneratedRecordComparator, int[], LogicalType[], boolean[], boolean[]) - Constructor for class org.apache.flink.table.runtime.operators.rank.ComparableRecordComparator
-
- compare(DecimalData, DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- compare(DecimalData, long) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- compare(DecimalData, double) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- compare(long, DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- compare(double, DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- compare(RowData, RowData) - Method in interface org.apache.flink.table.runtime.generated.RecordComparator
-
- compare(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.match.RowDataEventComparator
-
- compare(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.rank.ComparableRecordComparator
-
- 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(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.
- compileExpression(String, List<String>, List<Class<?>>, Class<?>) - Static method in class org.apache.flink.table.runtime.generated.CompileUtils
-
Compiles an expression code to a janino ExpressionEvaluator.
- compileGeneratedCode() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.AggregateWindowOperator
-
- compileGeneratedCode() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.TableAggregateWindowOperator
-
- compileGeneratedCode() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- 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.data.writer.BinaryArrayWriter
-
Finally, complete write to set real size to row.
- complete() - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- complete() - Method in interface org.apache.flink.table.data.writer.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
-
- 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
-
- compressionEnabled - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- compressionEnabled() - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
- computeMemorySize(double) - Method in class org.apache.flink.table.runtime.operators.fusion.FusionStreamOperatorBase
-
- computeMemorySize() - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator
-
Compute memory size from memory faction.
- concat(BinaryStringData...) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Concatenates input strings together into a single string.
- concat(Iterable<BinaryStringData>) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- concatWs(BinaryStringData, BinaryStringData...) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Concatenates input strings together into a single string using the separator.
- concatWs(BinaryStringData, Iterable<BinaryStringData>) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- 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
-
- ConstraintEnforcer - Class in org.apache.flink.table.runtime.operators.sink
-
Processes RowData to enforce the following constraints:
NOT NULL column constraint of a sink table
CHAR(length)/@{code VARCHAR(length)}: trim string values to comply with the length defined in their corresponding types.
- ConstraintEnforcer.Builder - Class in org.apache.flink.table.runtime.operators.sink
-
Helper builder, so that the
ConstraintEnforcer can be instantiated with only the NOT
NULL constraint validation, only the CHAR/VARCHAR length validation, only the
BINARY/VARBINARY length validation or combinations of them, or all of them.
- ConstraintEnforcer.FieldInfo - Class in org.apache.flink.table.runtime.operators.sink
-
Helper POJO to keep info about CHAR/VARCHAR/BINARY/VARBINARY fields, used to determine if
trimming or padding is needed.
- contains(W, RowData) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
Returns whether there exists the given mapping.
- 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
-
- containsKey(RowData) - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Returns true if the buffer contains a mapping for the specified key.
- 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.
- containsNullKey() - Method in class org.apache.flink.table.runtime.dataview.MapViewSpec
-
- containsZero - Variable in class org.apache.flink.table.runtime.util.collections.OptimizableHashSet
-
Is this set has a zero key.
- convertBloomFilterToRowData(int, BloomFilter) - Static method in class org.apache.flink.table.runtime.operators.runtimefilter.util.RuntimeFilterUtils
-
- convertBloomFilterToRowData(int, byte[]) - Static method in class org.apache.flink.table.runtime.operators.runtimefilter.util.RuntimeFilterUtils
-
- converters - Variable in class org.apache.flink.table.data.util.DataFormatConverters.AbstractRowDataConverter
-
- convertToJavaMap(MapData, LogicalType, LogicalType) - Static method in class org.apache.flink.table.data.util.MapDataUtil
-
Converts a
MapData into Java
Map, the keys and values of the Java map still
holds objects of internal data structures.
- copy() - Method in class org.apache.flink.table.runtime.keyselector.GenericRowDataKeySelector
-
- 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(ArrayData) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- copy(ArrayData, ArrayData) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- copy(BinaryRowData) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- copy(BinaryRowData, BinaryRowData) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- copy(DecimalData) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- copy(DecimalData, DecimalData) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- copy(E) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- copy(E, E) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- copy(LinkedList<T>) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- copy(LinkedList<T>, LinkedList<T>) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- copy(MapData) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
NOTE: Map should be a HashMap, when we insert the key/value pairs of the TreeMap into a
HashMap, problems maybe occur.
- copy(MapData, MapData) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- copy(RawValueData<T>) - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- copy(RawValueData<T>, RawValueData<T>) - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- copy(RowData) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- copy(RowData, RowData) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- copy(StringData) - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- copy(StringData, StringData) - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- copy(TimestampData) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- copy(TimestampData, TimestampData) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- copy(WindowKey) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- copy(WindowKey, WindowKey) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- 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.BinaryRowDataSerializer
-
Copy a binaryRow which stored in paged input view to output view.
- CopyingBroadcastingOutput - Class in org.apache.flink.table.runtime.operators.multipleinput.output
-
Special version of
BroadcastingOutput that performs a shallow copy of the
StreamRecord to ensure that multi-output works correctly.
- CopyingBroadcastingOutput(Output<StreamRecord<RowData>>[]) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingBroadcastingOutput
-
- CopyingFirstInputOfTwoInputStreamOperatorOutput - Class in org.apache.flink.table.runtime.operators.multipleinput.output
-
An Output that can be used to emit copying elements and other messages for the first
input of TwoInputStreamOperator.
- CopyingFirstInputOfTwoInputStreamOperatorOutput(TwoInputStreamOperator<RowData, RowData, RowData>, TypeSerializer<RowData>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingFirstInputOfTwoInputStreamOperatorOutput
-
- CopyingOneInputStreamOperatorOutput - Class in org.apache.flink.table.runtime.operators.multipleinput.output
-
An Output that can be used to emit copying elements and other messages for OneInputStreamOperator.
- CopyingOneInputStreamOperatorOutput(OneInputStreamOperator<RowData, RowData>, TypeSerializer<RowData>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingOneInputStreamOperatorOutput
-
- CopyingSecondInputOfTwoInputStreamOperatorOutput - Class in org.apache.flink.table.runtime.operators.multipleinput.output
-
An Output that can be used to emit copying elements and other messages for the second
input of TwoInputStreamOperator.
- CopyingSecondInputOfTwoInputStreamOperatorOutput(TwoInputStreamOperator<RowData, RowData, RowData>, TypeSerializer<RowData>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingSecondInputOfTwoInputStreamOperatorOutput
-
- copyMultiSegmentsToBytes(MemorySegment[], int, byte[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
- 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(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- cosh(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- cot(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL COT operator applied to double values.
- cot(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- count - Variable in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
- count(long) - Static method in class org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.assigners
-
A
GroupWindowAssigner that windows elements into sliding windows based on the count
number of the elements.
- countStarIndex(int) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.WindowAggOperatorBuilder
-
Specify the index position of the COUNT(*) value in the accumulator buffer.
- CountTumblingWindowAssigner - Class in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
A
GroupWindowAssigner 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.groupwindow.operator.WindowOperatorBuilder
-
- countWindow(long, long) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.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(DataType) - Static method in class org.apache.flink.table.data.conversion.ArrayListConverter
-
- create(DataType) - Static method in class org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
-
- create(DataType) - Static method in class org.apache.flink.table.data.conversion.RawByteArrayConverter
-
- create(DataType) - Static method in class org.apache.flink.table.data.conversion.RawObjectConverter
-
- create(DataType) - Static method in class org.apache.flink.table.data.conversion.RowRowConverter
-
- create(DataType) - Static method in class org.apache.flink.table.data.conversion.StructuredObjectConverter
-
- create(DataType) - Static method in class org.apache.flink.table.data.conversion.YearMonthIntervalPeriodConverter
-
- create(YearMonthIntervalType) - Static method in class org.apache.flink.table.data.conversion.YearMonthIntervalPeriodConverter
-
- create(Object, MemoryManager, long, RuntimeContext, WindowTimerService<Long>, KeyedStateBackend<RowData>, WindowState<Long>, boolean, ZoneId) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.buffers.RecordsWindowBuffer.Factory
-
- create(Object, MemoryManager, long, RuntimeContext, Collector<RowData>, ZoneId) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.buffers.RecordsWindowBuffer.LocalFactory
-
- create(Object, MemoryManager, long, RuntimeContext, WindowTimerService<Long>, KeyedStateBackend<RowData>, WindowState<Long>, boolean, ZoneId) - Method in interface org.apache.flink.table.runtime.operators.aggregate.window.buffers.WindowBuffer.Factory
-
Creates a
WindowBuffer that buffers elements in memory before flushing.
- create(Object, MemoryManager, long, RuntimeContext, Collector<RowData>, ZoneId) - Method in interface org.apache.flink.table.runtime.operators.aggregate.window.buffers.WindowBuffer.LocalFactory
-
Creates a
WindowBuffer for local window that buffers elements in memory before
flushing.
- create(RuntimeContext, String, JoinInputSideSpec, InternalTypeInfo<RowData>, long) - Static method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateViews
-
- create(RuntimeContext, String, JoinInputSideSpec, InternalTypeInfo<RowData>, long) - Static method in class org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateViews
-
- create(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.InternalSerializers
-
Creates a TypeSerializer for internal data structures of the given LogicalType.
- create(RowType) - Static method in class org.apache.flink.table.runtime.typeutils.InternalSerializers
-
Creates a TypeSerializer for internal data structures of the given RowType.
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- createAccumulator() - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- createAccumulators() - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Initializes the accumulators and save them to a accumulators row.
- createAccumulators() - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
Initializes the accumulators and save them to a accumulators row.
- createArrayNode() - Static method in class org.apache.flink.table.runtime.functions.SqlJsonUtils
-
Returns a new ArrayNode.
- createAsyncFuture(DataStructureConverter<Object, Object>) - Method in class org.apache.flink.table.runtime.operators.calc.async.DelegatingAsyncResultFuture
-
- 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
-
- createBuffer(NormalizedKeyComputer, AbstractRowDataSerializer<RowData>, BinaryRowDataSerializer, RecordComparator, MemorySegmentPool) - Static method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
-
Create a memory sorter in `insert` way.
- createBuffer(NormalizedKeyComputer, BinaryRowDataSerializer, BinaryRowDataSerializer, RecordComparator, ArrayList<MemorySegment>, long, MemorySegmentPool) - Static method in class org.apache.flink.table.runtime.operators.sort.BinaryKVInMemorySortBuffer
-
- createDataStructureConverter(DataType) - Method in class org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
-
- createDataStructureConverter(DataType) - Method in class org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
-
- createDataStructureConverter(DataType) - Method in class org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
-
- createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - Method in class org.apache.flink.formats.raw.RawFormatFactory
-
- createEncodingFormat(DynamicTableFactory.Context, ReadableConfig) - Method in class org.apache.flink.formats.raw.RawFormatFactory
-
- 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
-
- createForElement(DataType) - Static method in class org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
-
- createForMapType(DataType) - Static method in class org.apache.flink.table.data.conversion.MapMapConverter
-
- createForMultisetType(DataType) - Static method in class org.apache.flink.table.data.conversion.MapMapConverter
-
- 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.ArrayDataSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- createInstance() - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- createNullSetter(LogicalType) - Static method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
Creates an for accessor setting the elements of an array writer to null during
runtime.
- createObjectNode() - Static method in class org.apache.flink.table.runtime.functions.SqlJsonUtils
-
Returns a new ObjectNode.
- createOnHeapBloomFilter(int) - Static method in class org.apache.flink.table.runtime.operators.runtimefilter.util.RuntimeFilterUtils
-
- createOperator(StreamOperatorParameters<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer.ExternalSerializerSnapshot
-
- createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer.LinkedListSerializerSnapshot
-
- createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
-
- createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer.WindowKeySerializerSnapshot
-
- createOutputView(IOManager, FileIOChannel.ID, boolean, BlockCompressionFactory, int, int) - Static method in class org.apache.flink.table.runtime.util.FileChannelUtil
-
- createRecordsCombiner(RuntimeContext, WindowTimerService<Long>, KeyedStateBackend<RowData>, WindowState<Long>, boolean) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.AggCombiner.Factory
-
- createRecordsCombiner(RuntimeContext, WindowTimerService<Long>, KeyedStateBackend<RowData>, WindowState<Long>, boolean) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.GlobalAggCombiner.Factory
-
- createRecordsCombiner(RuntimeContext, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.combines.LocalAggCombiner.Factory
-
- createRecordsCombiner(RuntimeContext, WindowTimerService<Long>, KeyedStateBackend<RowData>, WindowState<Long>, boolean) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.combines.RowTimeDeduplicateRecordsCombiner.Factory
-
- createRecordsCombiner(RuntimeContext, WindowTimerService<Long>, KeyedStateBackend<RowData>, WindowState<Long>, boolean) - Method in class org.apache.flink.table.runtime.operators.rank.window.combines.TopNRecordsCombiner.Factory
-
- createRecordsCombiner(RuntimeContext, WindowTimerService<Long>, KeyedStateBackend<RowData>, WindowState<Long>, boolean) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.combines.RecordsCombiner.Factory
-
- createRecordsCombiner(RuntimeContext, Collector<RowData>) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.combines.RecordsCombiner.LocalFactory
-
- createSerializer(SerializerConfig) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- createSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- createSerializer(SerializerConfig) - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- createSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- createSerializer(SerializerConfig) - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- createSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- createSerializer(SerializerConfig) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
-
- createSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
-
- createSerializer(SerializerConfig) - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- createSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- createSerializer(SerializerConfig) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- createSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- createStreamConfig(StreamOperatorParameters<RowData>, TableOperatorWrapper<?>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.BatchMultipleInputStreamOperator
-
- createStreamConfig(StreamOperatorParameters<RowData>, TableOperatorWrapper<?>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.MultipleInputStreamOperatorBase
-
- createStreamOperator(StreamOperatorParameters<OUT>) - Method in class org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
-
- createStreamOperator(StreamOperatorParameters<Object>) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorFactory
-
- createStreamOperator(StreamOperatorParameters<OUT>) - Method in class org.apache.flink.table.runtime.operators.fusion.OperatorFusionCodegenFactory
-
- createStreamOperator(StreamOperatorParameters<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.BatchMultipleInputStreamOperatorFactory
-
- createStreamOperator(StreamOperatorParameters) - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
-
- createTtlConfig(long) - Static method in class org.apache.flink.table.runtime.util.StateConfigUtil
-
Creates a StateTtlConfig depends on retentionTime parameter.
- createTypeInformation(DataType) - Method in class org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
-
- createTypeInformation(LogicalType) - Method in class org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
-
- createTypeInformation(DataType) - Method in class org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
-
- createTypeInformation(LogicalType) - Method in class org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
-
- createTypeInformation(DataType) - Method in class org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
-
- createTypeInformation(LogicalType) - Method in class org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
-
- createValueSetter(LogicalType) - Static method in interface org.apache.flink.table.data.writer.BinaryWriter
-
Creates an accessor for setting the elements of an array writer during runtime.
- createWatermarkGenerator(WatermarkGeneratorSupplier.Context) - Method in class org.apache.flink.table.runtime.generated.GeneratedWatermarkGeneratorSupplier
-
- createWindowSerializer() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- createWindowSerializer() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.UnsliceWindowAggProcessor
-
- createWindowSerializer() - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- createWindowSerializer() - Method in class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- createWindowSerializer() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
Returns the serializer of the window type.
- ctx - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- ctx - Variable in class org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
-
- ctx - Variable in class org.apache.flink.table.runtime.operators.TableStreamOperator
-
- ctx - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
- ctx - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.WindowTrigger
-
The TriggerContext of the window trigger.
- cumulative(Duration, Duration) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- cumulative(int, ZoneId, Duration, Duration) - Static method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners
-
Creates a cumulative window
SliceAssigner that assigns elements to slices of
cumulative windows.
- CumulativeSliceAssigner(int, ZoneId, long, long, long) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.CumulativeSliceAssigner
-
- CumulativeWindowAssigner - Class in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
A
GroupWindowAssigner that windows elements into cumulative windows based on the
timestamp of the elements.
- CumulativeWindowAssigner(long, long, long, boolean) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- 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.groupwindow.internal.InternalWindowProcessFunction.Context
-
- currentProcessingTime() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.ReloadTriggerContext
-
- currentProcessingTime() - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator.ContextImpl
-
- currentProcessingTime() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
-
Returns the current processing time.
- currentProcessingTime() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.ClockService
-
Returns the current processing time.
- currentProcessingTime() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerService
-
Returns the current processing time.
- currentProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerServiceBase
-
- currentProgress - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- 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.functions.table.lookup.fullcache.ReloadTriggerContext
-
- currentWatermark(RowData) - Method in class org.apache.flink.table.runtime.generated.WatermarkGenerator
-
Returns the watermark for the current row or null if no watermark should be generated.
- currentWatermark() - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator.ContextImpl
-
- currentWatermark - Variable in class org.apache.flink.table.runtime.operators.TableStreamOperator
-
We listen to this ourselves because we don't have an InternalTimerService.
- currentWatermark() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
-
Returns the current event-time watermark.
- currentWatermark() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerService
-
Returns the current event-time watermark.
- currentWatermark() - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerServiceBase
-
- currentWatermark(RowData) - Method in class org.apache.flink.table.runtime.operators.wmassigners.BoundedOutOfOrderWatermarkGenerator
-
- DataFormatConverter() - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
-
- DataFormatConverters - Class in org.apache.flink.table.data.util
-
Converters between internal data format and java format.
- DataFormatConverters() - Constructor for class org.apache.flink.table.data.util.DataFormatConverters
-
- DataFormatConverters.AbstractRowDataConverter<E> - Class in org.apache.flink.table.data.util
-
Abstract converter for internal base row.
- DataFormatConverters.ArrayDataConverter - Class in org.apache.flink.table.data.util
-
Converter for ArrayData.
- DataFormatConverters.BigDecimalConverter - Class in org.apache.flink.table.data.util
-
Converter for BigDecimal.
- DataFormatConverters.BooleanConverter - Class in org.apache.flink.table.data.util
-
Converter for boolean.
- DataFormatConverters.ByteConverter - Class in org.apache.flink.table.data.util
-
Converter for byte.
- DataFormatConverters.CaseClassConverter - Class in org.apache.flink.table.data.util
-
Converter for case class.
- DataFormatConverters.DataFormatConverter<Internal,External> - Class in org.apache.flink.table.data.util
-
Converter between internal data format and java format.
- DataFormatConverters.DateConverter - Class in org.apache.flink.table.data.util
-
Converter for date.
- DataFormatConverters.DecimalDataConverter - Class in org.apache.flink.table.data.util
-
Converter for DecimalData.
- DataFormatConverters.DoubleConverter - Class in org.apache.flink.table.data.util
-
Converter for double.
- DataFormatConverters.FloatConverter - Class in org.apache.flink.table.data.util
-
Converter for float.
- DataFormatConverters.GenericConverter<T> - Class in org.apache.flink.table.data.util
-
Converter for RawValueData.
- DataFormatConverters.IdentityConverter<T> - Class in org.apache.flink.table.data.util
-
Identity converter.
- DataFormatConverters.InstantConverter - Class in org.apache.flink.table.data.util
-
Converter for Instant.
- DataFormatConverters.IntConverter - Class in org.apache.flink.table.data.util
-
Converter for int.
- DataFormatConverters.LocalDateConverter - Class in org.apache.flink.table.data.util
-
Converter for LocalDate.
- DataFormatConverters.LocalDateTimeConverter - Class in org.apache.flink.table.data.util
-
Converter for LocalDateTime.
- DataFormatConverters.LocalTimeConverter - Class in org.apache.flink.table.data.util
-
Converter for LocalTime.
- DataFormatConverters.LongConverter - Class in org.apache.flink.table.data.util
-
Converter for long.
- DataFormatConverters.LongTimestampDataConverter - Class in org.apache.flink.table.data.util
-
Converter for Long and TimestampData.
- DataFormatConverters.MapConverter - Class in org.apache.flink.table.data.util
-
Converter for map.
- DataFormatConverters.MapDataConverter - Class in org.apache.flink.table.data.util
-
Converter for MapData.
- DataFormatConverters.ObjectArrayConverter<T> - Class in org.apache.flink.table.data.util
-
Converter for object array.
- DataFormatConverters.PojoConverter<T> - Class in org.apache.flink.table.data.util
-
Converter for pojo.
- DataFormatConverters.PrimitiveBooleanArrayConverter - Class in org.apache.flink.table.data.util
-
Converter for primitive boolean array.
- DataFormatConverters.PrimitiveByteArrayConverter - Class in org.apache.flink.table.data.util
-
Converter for primitive byte array.
- DataFormatConverters.PrimitiveDoubleArrayConverter - Class in org.apache.flink.table.data.util
-
Converter for primitive double array.
- DataFormatConverters.PrimitiveFloatArrayConverter - Class in org.apache.flink.table.data.util
-
Converter for primitive float array.
- DataFormatConverters.PrimitiveIntArrayConverter - Class in org.apache.flink.table.data.util
-
Converter for primitive int array.
- DataFormatConverters.PrimitiveLongArrayConverter - Class in org.apache.flink.table.data.util
-
Converter for primitive long array.
- DataFormatConverters.PrimitiveShortArrayConverter - Class in org.apache.flink.table.data.util
-
Converter for primitive short array.
- DataFormatConverters.RawValueDataConverter - Class in org.apache.flink.table.data.util
-
Converter for RawValueData.
- DataFormatConverters.RowConverter - Class in org.apache.flink.table.data.util
-
Converter for row.
- DataFormatConverters.RowDataConverter - Class in org.apache.flink.table.data.util
-
Converter for base row.
- DataFormatConverters.ShortConverter - Class in org.apache.flink.table.data.util
-
Converter for short.
- DataFormatConverters.StringConverter - Class in org.apache.flink.table.data.util
-
Converter for String.
- DataFormatConverters.StringDataConverter - Class in org.apache.flink.table.data.util
-
Converter for StringData.
- DataFormatConverters.TimeConverter - Class in org.apache.flink.table.data.util
-
Converter for time.
- DataFormatConverters.TimestampConverter - Class in org.apache.flink.table.data.util
-
Converter for timestamp.
- DataFormatConverters.TimestampDataConverter - Class in org.apache.flink.table.data.util
-
Converter for TimestampData class.
- DataFormatConverters.TimestampLtzConverter - Class in org.apache.flink.table.data.util
-
Converter for timestamp which doesn't consider the time zone.
- DataFormatConverters.TupleConverter - Class in org.apache.flink.table.data.util
-
Converter for flink tuple.
- DataStructureConverter<I,E> - Interface in org.apache.flink.table.data.conversion
-
Converter between internal and external data structure.
- DataStructureConverters - Class in org.apache.flink.table.data.conversion
-
Registry of available data structure converters.
- DataStructureConverters() - Constructor for class org.apache.flink.table.data.conversion.DataStructureConverters
-
- DataTypePrecisionFixer - Class in org.apache.flink.table.runtime.types
-
The data type visitor used to fix the precision for data type with the given logical type which
carries the correct precisions.
- DataTypePrecisionFixer(LogicalType) - Constructor for class org.apache.flink.table.runtime.types.DataTypePrecisionFixer
-
Creates a new instance with the given logical type.
- DataViewSpec - Class in org.apache.flink.table.runtime.dataview
-
Information about a DataView stored in state.
- DateApproxCountDistinctAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.DateApproxCountDistinctAggFunction
-
- DateDateConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
DateType of
Date external type.
- DateDateConverter() - Constructor for class org.apache.flink.table.data.conversion.DateDateConverter
-
- DateLocalDateConverter - Class in org.apache.flink.table.data.conversion
-
Converter for DateType of LocalDate external type.
- DateLocalDateConverter() - Constructor for class org.apache.flink.table.data.conversion.DateLocalDateConverter
-
- DayTimeIntervalDurationConverter - Class in org.apache.flink.table.data.conversion
-
Converter for DayTimeIntervalType of Duration external type.
- DayTimeIntervalDurationConverter() - Constructor for class org.apache.flink.table.data.conversion.DayTimeIntervalDurationConverter
-
- DECIMAL_SYSTEM_DEFAULT - Static variable in class org.apache.flink.table.data.DecimalDataUtils
-
- DecimalApproxCountDistinctAggFunction(DecimalType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.DecimalApproxCountDistinctAggFunction
-
- DecimalBigDecimalConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
DecimalType of
BigDecimal external type.
- DecimalDataConverter(int, int) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.DecimalDataConverter
-
- DecimalDataSerializer - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for DecimalData.
- DecimalDataSerializer(int, int) - Constructor for class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- DecimalDataSerializer.DecimalSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
-
- DecimalDataTypeInfo - Class in org.apache.flink.table.runtime.typeutils
-
TypeInformation for DecimalData.
- DecimalDataTypeInfo(int, int) - Constructor for class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- DecimalDataUtils - Class in org.apache.flink.table.data
-
Utilities for DecimalData.
- DecimalDataUtils() - Constructor for class org.apache.flink.table.data.DecimalDataUtils
-
- DecimalSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
-
- 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
-
- DeduplicateFunctionHelper - Class in org.apache.flink.table.runtime.operators.deduplicate
-
Utility for deduplicate function.
- deduplicateOnRowTime(ValueState<RowData>, RowData, Collector<RowData>, boolean, boolean, int, boolean) - Static method in class org.apache.flink.table.runtime.operators.deduplicate.RowTimeDeduplicateFunction
-
Processes element to deduplicate on keys with row time semantic, sends current element if it
is last or first row, retracts previous element if needed.
- 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.functions.aggregate.hyperloglog.XXH64
-
- DEFAULT_SEED - Static variable in class org.apache.flink.table.runtime.util.MurmurHashUtil
-
- DefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?, W>, NamespaceAggsHandleFunctionBase<W>) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction.DefaultAccMergingConsumer
-
- 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
-
- DefaultExpressionEvaluator - Class in org.apache.flink.table.runtime.functions
-
Default runtime implementation for SpecializedFunction.ExpressionEvaluator.
- DefaultExpressionEvaluator(GeneratedFunction<RichFunction>, Class<?>, Class<?>[], String) - Constructor for class org.apache.flink.table.runtime.functions.DefaultExpressionEvaluator
-
- defaultValue - Variable in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction.LagAcc
-
- DefaultWatermarkGenerator(WatermarkGenerator, WatermarkEmitStrategy) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedWatermarkGeneratorSupplier.DefaultWatermarkGenerator
-
- degrees(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- DelegatingAsyncResultFuture - Class in org.apache.flink.table.runtime.operators.calc.async
-
- DelegatingAsyncResultFuture(ResultFuture<Object>) - Constructor for class org.apache.flink.table.runtime.operators.calc.async.DelegatingAsyncResultFuture
-
- DelegatingResultFuture<OUT> - Class in org.apache.flink.table.runtime.operators.join.lookup
-
- DelegatingResultFuture(ResultFuture<OUT>) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.DelegatingResultFuture
-
- 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.groupwindow.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.TableStreamOperator.ContextImpl
-
- deleteEventTimeTimer(long) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger.TriggerContext
-
Delete the event-time trigger for the given time.
- deleteProcessingTimeTimer(long) - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator.ContextImpl
-
- deleteProcessingTimeTimer(long) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger.TriggerContext
-
Delete the processing time trigger for the given time.
- delimiter - Variable in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator
-
- 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(byte[]) - Method in class org.apache.flink.formats.raw.RawFormatDeserializationSchema
-
- 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.ArrayDataSerializer
-
- deserialize(ArrayData, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- deserialize(BinaryRowData, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- deserialize(DecimalData, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- deserialize(E, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- deserialize(LinkedList<T>, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- deserialize(MapData, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- deserialize(RawValueData<T>, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- deserialize(RowData, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- deserialize(StringData, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- deserialize(TimestampData, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- deserialize(DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- deserialize(WindowKey, DataInputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- deserializeFromPages(BinaryRowData, ChannelReaderInputView, BinaryRowDataSerializer) - Static method in class org.apache.flink.table.runtime.hashtable.LongHashPartition
-
- deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- deserializeFromPages(BinaryRowData, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.PagedTypeSerializer
-
De-serializes a record from the given source paged input view.
- deserializeFromPages(T, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.PagedTypeSerializer
-
- deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- deserializeFromPages(RowData, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- deserializeFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- deserializeFromPages(WindowKey, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- deserializeInternal(DataInputView) - Static method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- dispose() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
-
- divide(DecimalData, DecimalData, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- divideInt(int, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- divideToIntegralValue(DecimalData, DecimalData, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
Returns a DecimalData whose value is the integer part of the quotient (this /
divisor) rounded down.
- doFetch(RowData) - Method in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- DoubleApproxCountDistinctAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.DoubleApproxCountDistinctAggFunction
-
- 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(DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- DropUpdateBeforeFunction - Class in org.apache.flink.table.runtime.operators.misc
-
A function drops only rows with RowKind.UPDATE_BEFORE changelog kind.
- DropUpdateBeforeFunction() - Constructor for class org.apache.flink.table.runtime.operators.misc.DropUpdateBeforeFunction
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- duplicate() - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- DynamicFilteringDataCollectorOperator - Class in org.apache.flink.table.runtime.operators.dynamicfiltering
-
Operator to collect and build the DynamicFilteringData for sources that supports dynamic
filtering.
- DynamicFilteringDataCollectorOperator(RowType, List<Integer>, long, OperatorEventGateway) - Constructor for class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperator
-
- DynamicFilteringDataCollectorOperatorCoordinator - Class in org.apache.flink.table.runtime.operators.dynamicfiltering
-
- DynamicFilteringDataCollectorOperatorCoordinator(OperatorCoordinator.Context, List<String>) - Constructor for class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorCoordinator
-
- DynamicFilteringDataCollectorOperatorCoordinator.Provider - Class in org.apache.flink.table.runtime.operators.dynamicfiltering
-
- DynamicFilteringDataCollectorOperatorFactory - Class in org.apache.flink.table.runtime.operators.dynamicfiltering
-
- DynamicFilteringDataCollectorOperatorFactory(RowType, List<Integer>, long) - Constructor for class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorFactory
-
- genAggsHandler - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- GeneralWindowProcessFunction<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
- GeneralWindowProcessFunction(GroupWindowAssigner<W>, NamespaceAggsHandleFunctionBase<W>, long) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.internal.GeneralWindowProcessFunction
-
- generate() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- GeneratedAggsHandleFunction - Class in org.apache.flink.table.runtime.generated
-
- GeneratedAggsHandleFunction(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedAggsHandleFunction
-
- GeneratedAggsHandleFunction(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedAggsHandleFunction
-
- GeneratedClass<T> - Class in org.apache.flink.table.runtime.generated
-
- GeneratedClass(String, String, Object[], ReadableConfig) - 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
-
- GeneratedCollector(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedCollector
-
Creates a GeneratedCollector.
- GeneratedFilterCondition - Class in org.apache.flink.table.runtime.generated
-
- GeneratedFilterCondition(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedFilterCondition
-
- GeneratedFilterCondition(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedFilterCondition
-
Creates a GeneratedFilterCondition.
- 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
-
- GeneratedFunction(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedFunction
-
Creates a GeneratedFunction.
- GeneratedHashFunction - Class in org.apache.flink.table.runtime.generated
-
- GeneratedHashFunction(String, String, Object[], ReadableConfig) - 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[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedInput
-
Creates a GeneratedInput.
- GeneratedJoinCondition - Class in org.apache.flink.table.runtime.generated
-
- GeneratedJoinCondition(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedJoinCondition
-
- GeneratedJoinCondition(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedJoinCondition
-
Creates a GeneratedJoinCondition.
- generatedJoinCondition(GeneratedJoinCondition) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
- GeneratedNamespaceAggsHandleFunction<N> - Class in org.apache.flink.table.runtime.generated
-
- GeneratedNamespaceAggsHandleFunction(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedNamespaceAggsHandleFunction
-
- GeneratedNamespaceAggsHandleFunction(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedNamespaceAggsHandleFunction
-
- GeneratedNamespaceTableAggsHandleFunction<N> - Class in org.apache.flink.table.runtime.generated
-
- GeneratedNamespaceTableAggsHandleFunction(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedNamespaceTableAggsHandleFunction
-
- GeneratedNamespaceTableAggsHandleFunction(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedNamespaceTableAggsHandleFunction
-
- GeneratedNormalizedKeyComputer - Class in org.apache.flink.table.runtime.generated
-
- GeneratedNormalizedKeyComputer(String, String) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedNormalizedKeyComputer
-
- GeneratedNormalizedKeyComputer(String, String, ReadableConfig) - 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[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedOperator
-
Creates a GeneratedOperator.
- GeneratedProjection - Class in org.apache.flink.table.runtime.generated
-
- GeneratedProjection(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedProjection
-
- GeneratedProjection(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedProjection
-
Creates a GeneratedProjection.
- GeneratedRecordComparator - Class in org.apache.flink.table.runtime.generated
-
- GeneratedRecordComparator(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedRecordComparator
-
- GeneratedRecordComparator(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedRecordComparator
-
Creates a GeneratedRecordComparator.
- GeneratedRecordEqualiser - Class in org.apache.flink.table.runtime.generated
-
- GeneratedRecordEqualiser(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedRecordEqualiser
-
- GeneratedRecordEqualiser(String, String, Object[], ReadableConfig) - 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
-
- GeneratedResultFuture(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedResultFuture
-
Creates a GeneratedResultFuture.
- GeneratedTableAggsHandleFunction - Class in org.apache.flink.table.runtime.generated
-
- GeneratedTableAggsHandleFunction(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedTableAggsHandleFunction
-
- GeneratedWatermarkGenerator - Class in org.apache.flink.table.runtime.generated
-
- GeneratedWatermarkGenerator(String, String, Object[]) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedWatermarkGenerator
-
- GeneratedWatermarkGenerator(String, String, Object[], ReadableConfig) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedWatermarkGenerator
-
- GeneratedWatermarkGeneratorSupplier - Class in org.apache.flink.table.runtime.generated
-
- GeneratedWatermarkGeneratorSupplier(GeneratedWatermarkGenerator, WatermarkParams) - Constructor for class org.apache.flink.table.runtime.generated.GeneratedWatermarkGeneratorSupplier
-
- GeneratedWatermarkGeneratorSupplier.DefaultWatermarkGenerator - Class in org.apache.flink.table.runtime.generated
-
- GenericConverter(TypeSerializer<T>) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.GenericConverter
-
- GenericRowDataKeySelector - Class in org.apache.flink.table.runtime.keyselector
-
A KeySelector which will extract key from RowData.
- GenericRowDataKeySelector(InternalTypeInfo<RowData>, RowDataSerializer, GeneratedProjection) - Constructor for class org.apache.flink.table.runtime.keyselector.GenericRowDataKeySelector
-
- get() - Method in class org.apache.flink.table.runtime.dataview.StateListView
-
- get(String) - Method in class org.apache.flink.table.runtime.functions.JsonPathCache
-
- 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(long) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
This method is only used for operator fusion codegen to get build row from hash table.
- get() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor.WindowIsEmptySupplier
-
- get(RowData) - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Gets the record list from the buffer under the sortKey.
- get(W) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowListState
-
- get(W, RowData) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
Returns the current value associated with the given key.
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- getAccumulatorDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- getAccumulators() - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Gets the current accumulators (saved in a row) which contains the current aggregated results.
- getAccumulators() - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
Gets the current accumulators (saved in a row) which contains the current aggregated results.
- getAllInputTypes() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getAllResultFutures() - Method in class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- getArgumentDataTypes() - Method in class org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
-
- getArity() - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getArity() - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getArity() - Method in class org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
-
Get the number of fields.
- getArity() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- getArity() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- getArity() - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- getArity() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- getArity() - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- getArity() - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- getArity() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- getArray(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getArray(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getBackoffTimeMillis(int) - Method in class org.apache.flink.table.runtime.operators.join.lookup.ResultRetryStrategy
-
- getBinary(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getBinary(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- 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.data.BoxedWrapperRowData
-
- getBoolean(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- 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.util.collections.binary.AbstractBytesHashMap
-
- 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(RowData) - 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.data.BoxedWrapperRowData
-
- getByte(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getByte(MemorySegment[], int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
get byte from segments.
- getBytes(MemorySegment[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
Maybe not copied, if want copy, please use copyTo.
- getCache() - Method in class org.apache.flink.table.runtime.functions.table.lookup.CachingAsyncLookupFunction
-
- getCache() - Method in class org.apache.flink.table.runtime.functions.table.lookup.CachingLookupFunction
-
- getCache() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- getCache() - Method in class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager.RefCountedCache
-
- getCapacity() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
-
- 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
-
- getCollectListener() - Method in class org.apache.flink.table.runtime.collector.ListenableCollector
-
- 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
-
- getContainingTask() - Method in class org.apache.flink.table.runtime.operators.fusion.FusionStreamOperatorBase
-
- getConverter(DataType) - Static method in class org.apache.flink.table.data.conversion.DataStructureConverters
-
Returns a converter for the given DataType.
- getConverterForDataType(DataType) - Static method in class org.apache.flink.table.data.util.DataFormatConverters
-
- getCoordinator(OperatorCoordinator.Context) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorCoordinator.Provider
-
- getCoordinatorProvider(String, OperatorID) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorFactory
-
- getCounter() - Method in class org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
-
- getCounter() - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
-
- getCounter() - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
-
- getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer.ExternalSerializerSnapshot
-
- getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer.LinkedListSerializerSnapshot
-
- getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
-
- getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer.WindowKeySerializerSnapshot
-
- 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.groupwindow.triggers.Trigger.TriggerContext
-
Returns the current processing time.
- getCurrentTopNum() - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Gets number of total records.
- getCurrentVersion() - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
-
- getCurrentVersion() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
-
- getCurrentVersion() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
-
- getCurrentVersion() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
-
- getCurrentVersion() - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
-
- getCurrentVersion() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
-
- getCurrentVersion() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
-
- getCurrentWatermark() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger.TriggerContext
-
Returns the current watermark time.
- getCurrentWatermark() - Method in class org.apache.flink.table.runtime.operators.wmassigners.PeriodicWatermarkAssignerWrapper
-
- getDataType() - Method in class org.apache.flink.table.runtime.dataview.DataViewSpec
-
- getDataType() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- getDataType() - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- getDataType() - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- getDataType() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- getDecimal(int, int, int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getDecimal(int, int, int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- 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.
- getDescription() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowAssigner
-
Returns a description of this window assigner.
- getDescription() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.CumulativeSliceAssigner
-
- getDescription() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.HoppingSliceAssigner
-
- getDescription() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.SlicedSharedSliceAssigner
-
- getDescription() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.SlicedUnsharedSliceAssigner
-
- getDescription() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.TumblingSliceAssigner
-
- getDescription() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.WindowedSliceAssigner
-
- getDescription() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.SessionUnsliceAssigner
-
- getDescription() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- getDouble(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getDouble(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getDouble(MemorySegment[], int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
get double from segments.
- getDownstreamSubtaskStateMapper() - Method in class org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
-
- getElement(int) - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Gets record which rank is given value.
- getElementDataType() - Method in class org.apache.flink.table.runtime.dataview.ListViewSpec
-
- getElementSerializer() - Method in class org.apache.flink.table.runtime.dataview.ListViewSpec
-
- getElementSerializer() - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
Gets the serializer for the elements of the list.
- getEleSer() - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- getEnd() - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow
-
Gets the end timestamp of this window.
- getEndedInputCount() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getEntryIterator(boolean) - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
Returns an iterator for iterating over the entries of this map.
- getEntryIterator(boolean) - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesMultiMap
-
- 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
-
- getFieldIndex() - Method in class org.apache.flink.table.runtime.dataview.DataViewSpec
-
- getFieldOffset(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- getFieldOffset(int) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- getFixedLengthPartSize() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- getFloat(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getFloat(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getFloat(MemorySegment[], int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
get float from segments.
- getGeneratedClass() - Method in class org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
-
- getGeneratedRecordComparator() - Method in class org.apache.flink.table.runtime.operators.rank.ComparableRecordComparator
-
- getHeadWrappers() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- getId() - Method in class org.apache.flink.table.runtime.operators.window.CountWindow
-
Gets the id (0-based) of the window.
- getIfPresent(RowData) - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.LookupFullCache
-
- getInnerSerializer() - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- 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.
- getInputEdges() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getInputId() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper.Edge
-
- getInputs() - Method in class org.apache.flink.table.runtime.operators.multipleinput.MultipleInputStreamOperatorBase
-
- getInputSelection() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionHandler
-
- getInputSelectionSpec() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
-
- getInputSerdeClass() - Method in class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- getInputSerdeProps() - Method in class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- getInputTransformAndInputSpecPairs() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- getInputWrappers() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getInstance() - Static method in class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager
-
- getInt(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getInt(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getInt(MemorySegment[], int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
get int from segments.
- 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.
- getJoinKeys() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
Get the joinKeys in bufferBundle.
- getJoinKeys() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasUniqueKeyBundle
-
- getKey() - Method in interface org.apache.flink.table.runtime.dataview.NullAwareMapIterator.NullMapEntry
-
- getKey(RowData) - Method in class org.apache.flink.table.runtime.keyselector.BinaryRowDataKeySelector
-
- getKey(RowData) - Method in class org.apache.flink.table.runtime.keyselector.EmptyRowDataKeySelector
-
- getKey(RowData) - Method in class org.apache.flink.table.runtime.keyselector.GenericRowDataKeySelector
-
- 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
-
- getKey() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap.LookupInfo
-
- getKey() - Method in interface org.apache.flink.table.runtime.util.KeyValueIterator
-
Retrieve the key from this iterator.
- getKey() - Method in class org.apache.flink.table.runtime.util.WindowKey
-
- getKeyDataType() - Method in class org.apache.flink.table.runtime.dataview.MapViewSpec
-
- getKeyedStateBackend() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
-
Returns the current KeyedStateBackend.
- getKeys() - Method in class org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
-
- getKeySerializer() - Method in class org.apache.flink.table.runtime.dataview.MapViewSpec
-
- getKeySerializer() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- getKind() - Method in class org.apache.flink.table.runtime.functions.BuiltInSpecializedFunction
-
- getKVIterator() - Method in class org.apache.flink.table.runtime.operators.sort.BufferedKVExternalSorter
-
- getLastWindow(TimeWindow) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- getLastWindow(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.PanedWindowAssigner
-
Gets the last window which the pane belongs to.
- getLastWindow(TimeWindow) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- getLastWindowEnd(long) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigner
-
Returns the last window which the slice belongs to.
- getLastWindowEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.CumulativeSliceAssigner
-
- getLastWindowEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.HoppingSliceAssigner
-
- getLastWindowEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.SlicedSharedSliceAssigner
-
- getLastWindowEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.SlicedUnsharedSliceAssigner
-
- getLastWindowEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.TumblingSliceAssigner
-
- getLastWindowEnd(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.WindowedSliceAssigner
-
- 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.ArrayDataSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- getLength() - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- 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
-
- getList() - Method in class org.apache.flink.table.runtime.dataview.StateListView
-
- 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
-
- getLong(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getLong(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getLong(MemorySegment[], int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
get long from segments.
- getManagedCaches() - Method in class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager
-
- getManagedMemoryFraction() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getManagedMemoryWeight() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- getMap(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getMap(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getMap() - Method in class org.apache.flink.table.runtime.dataview.StateMapView
-
- 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
-
- getMaxOutputDelay() - Method in class org.apache.flink.table.runtime.operators.join.interval.RowTimeIntervalJoin
-
Get the maximum interval between receiving a row and emitting it (as part of a joined
result).
- getMaxParallelism() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- getMemoryManager() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
-
Returns the current MemoryManager.
- getMemorySize() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
-
Returns the managed memory size can be used by this operator.
- 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.
- getMergingWindowAssigner() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigner
-
- getMergingWindowAssigner() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.SessionUnsliceAssigner
-
- getMergingWindowAssigner() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- getMetricGroup() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger.TriggerContext
-
Returns the metric group for this
Trigger.
- getMinResources() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- getMultipleInputId() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionSpec
-
- getMultipleInputId() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
-
- getName() - Method in class org.apache.flink.table.runtime.groupwindow.NamedWindowProperty
-
Deprecated.
- getName() - Method in class org.apache.flink.table.runtime.groupwindow.WindowReference
-
Deprecated.
- getNestedSerializers(ExternalSerializer<I, E>) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer.ExternalSerializerSnapshot
-
- getNestedSerializers(LinkedListSerializer<T>) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer.LinkedListSerializerSnapshot
-
- getNestedSerializers(RawValueDataSerializer<T>) - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
-
- getNestedSerializers(WindowKeySerializer) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer.WindowKeySerializerSnapshot
-
- 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
-
- getNextTriggerWatermark(long, long, ZoneId, boolean) - Static method in class org.apache.flink.table.runtime.util.TimeWindowUtil
-
Method to get the next watermark to trigger window.
- getNioFileChannel() - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelReader
-
- getNioFileChannel() - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
-
- getNodeFactory() - Static method in class org.apache.flink.table.runtime.functions.SqlJsonUtils
-
Returns the JsonNodeFactory for creating nodes.
- 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.data.writer.BinaryArrayWriter
-
- getNumElements() - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
- getNumElements() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- getNumKeyBytes() - Method in interface org.apache.flink.table.runtime.generated.NormalizedKeyComputer
-
Get normalized keys bytes length.
- getNumKeys() - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
- getNumKeys() - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesMultiMap
-
- getNumKeys() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
Returns the number of keys in this map.
- getNumLateRecordsDropped() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- getNumLateRecordsDropped() - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- getNumLateRecordsDropped() - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.UnalignedWindowTableFunctionOperator
-
- getNumNullRowTimeRecordsDropped() - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.WindowTableFunctionOperatorBase
-
- getNumSpillFiles() - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- getNumSpillFiles() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
-
- getNumSpillFiles() - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
- getNumSpillFiles() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- getNumSpillFiles() - Method in class org.apache.flink.table.runtime.util.ResettableExternalBuffer
-
- getNumWords() - Method in class org.apache.flink.table.runtime.functions.aggregate.hyperloglog.HyperLogLogPlusPlus
-
- getOccupancy() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
-
- getOperatorName() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getOperatorName() - Method in class org.apache.flink.table.runtime.operators.sink.ConstraintEnforcer
-
- getOperatorOwner() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
-
Returns the object instance of this operator which is used for tracking managed memories
used by this operator.
- getOuterRecords() - Method in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
-
- getOutput() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- getOutputDataType() - Method in class org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
-
- getOutputEdges() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getOutputOpInputId() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
-
- getOutputSerdeClass() - Method in class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- getOutputSerdeProps() - Method in class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- getOutputType() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getOutputWrappers() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getParallelism() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- getPartitionedState(StateDescriptor<S, ?>) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.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.
- getPartitionsPendingForSMJ() - Method in class org.apache.flink.table.runtime.hashtable.BinaryHashTable
-
- getPartitionsPendingForSMJ() - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
- getPrecision() - Method in class org.apache.flink.table.runtime.typeutils.LegacyInstantTypeInfo
-
- getPrecision() - Method in class org.apache.flink.table.runtime.typeutils.LegacyLocalDateTimeTypeInfo
-
- getPrecision() - Method in class org.apache.flink.table.runtime.typeutils.LegacyTimestampTypeInfo
-
- getPrecision() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- getPreferredResources() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- getProbeLongKey(RowData) - 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 class org.apache.flink.formats.raw.RawFormatDeserializationSchema
-
- getProducedType() - Method in class org.apache.flink.table.runtime.keyselector.BinaryRowDataKeySelector
-
- getProducedType() - Method in class org.apache.flink.table.runtime.keyselector.EmptyRowDataKeySelector
-
- getProducedType() - Method in class org.apache.flink.table.runtime.keyselector.GenericRowDataKeySelector
-
- getProducedType() - Method in interface org.apache.flink.table.runtime.keyselector.RowDataKeySelector
-
- getProducedType() - Method in class org.apache.flink.table.runtime.operators.join.interval.FilterAllFlatMapFunction
-
- getProducedType() - Method in class org.apache.flink.table.runtime.operators.join.interval.IntervalJoinFunction
-
- getProducedType() - Method in class org.apache.flink.table.runtime.operators.join.interval.PaddingLeftMapFunction
-
- getProducedType() - Method in class org.apache.flink.table.runtime.operators.join.interval.PaddingRightMapFunction
-
- getProducedType() - Method in class org.apache.flink.table.runtime.operators.values.ValuesInputFormat
-
- getProperty() - Method in class org.apache.flink.table.runtime.groupwindow.NamedWindowProperty
-
Deprecated.
- 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
-
- getRawValue(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getRawValue(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getReader() - Method in class org.apache.flink.table.runtime.io.CompressedHeaderlessChannelReaderInputView
-
- getReadOrder() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionSpec
-
- getReadOrder() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
-
- getRecordAreaMemorySegments() - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
- getRecordReaderClass() - Method in class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- getRecords() - Method in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
-
Gets the iterable of records.
- getRecords() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
Get records associated with joinKeys from bufferBundle.
- getRecords() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasNoUniqueKeyBundle
-
- getRecords() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasUniqueKeyBundle
-
- getRecords() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.JoinKeyContainsUniqueKeyBundle
-
- 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.
- getRecordsWithJoinKey(RowData) - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
Get records associated with joinKeys from bufferBundle.
- getRecordsWithJoinKey(RowData) - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasNoUniqueKeyBundle
-
- getRecordsWithJoinKey(RowData) - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasUniqueKeyBundle
-
- getRecordsWithJoinKey(RowData) - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.JoinKeyContainsUniqueKeyBundle
-
- getRecordWriterClass() - Method in class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- getReferences() - Method in class org.apache.flink.table.runtime.generated.GeneratedClass
-
- getRequirements() - Method in class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
-
- getRequirements() - Method in class org.apache.flink.table.runtime.functions.BuiltInSpecializedFunction
-
- getRequirements() - Method in class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- getRequirements() - Method in class org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
-
- getResultFuture() - Method in class org.apache.flink.table.runtime.collector.TableFunctionResultFuture
-
Gets the internal collector which used to emit the final row.
- getResultType() - Method in class org.apache.flink.table.runtime.groupwindow.ProctimeAttribute
-
Deprecated.
- getResultType() - Method in class org.apache.flink.table.runtime.groupwindow.RowtimeAttribute
-
Deprecated.
- getResultType() - Method in class org.apache.flink.table.runtime.groupwindow.SliceEnd
-
Deprecated.
- getResultType() - Method in class org.apache.flink.table.runtime.groupwindow.WindowEnd
-
Deprecated.
- getResultType() - Method in interface org.apache.flink.table.runtime.groupwindow.WindowProperty
-
Deprecated.
- getResultType() - Method in class org.apache.flink.table.runtime.groupwindow.WindowStart
-
Deprecated.
- getRetryPredicate() - Method in class org.apache.flink.table.runtime.operators.join.lookup.ResultRetryStrategy
-
- 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.data.BoxedWrapperRowData
-
- getRow() - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getRow(int, int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- 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.
- getRowKind() - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getRowKind() - Method in class org.apache.flink.table.data.UpdatableRowData
-
- 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
-
- getRuntimeContext() - Method in class org.apache.flink.table.runtime.dataview.UnsupportedStateDataViewStore
-
- getRuntimeContext() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
-
Returns the current RuntimeContext.
- getSerializableConf() - Method in class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- getSerializedRowFixedPartLength() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
Return fixed part length to serialize one row.
- getShiftTimeZone() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
-
Returns the shifted timezone of the window.
- getShiftTimeZone() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger.TriggerContext
-
Returns the shifted timezone.
- getShiftTimeZone() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerService
-
The shift timezone of the window, if the proctime or rowtime type is TIMESTAMP_LTZ, the shift
timezone is the timezone user configured in TableConfig, other cases the timezone is UTC
which means never shift when assigning windows.
- getShiftTimeZone() - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerServiceBase
-
- getShiftTimeZone(LogicalType, ZoneId) - Static method in class org.apache.flink.table.runtime.util.TimeWindowUtil
-
Get the shifted timezone of window if the time attribute type is TIMESTAMP_LTZ, always
returns UTC timezone if the time attribute type is TIMESTAMP which means do not shift.
- getShort(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getShort(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- 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
-
- getSliceEndInterval() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigner
-
Returns the interval of slice ends, i.e.
- getSliceEndInterval() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.CumulativeSliceAssigner
-
- getSliceEndInterval() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.HoppingSliceAssigner
-
- getSliceEndInterval() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.TumblingSliceAssigner
-
- getSliceEndInterval() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.WindowedSliceAssigner
-
- getSortKeyComparator() - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Gets sort key comparator used by buffer.
- getSource() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper.Edge
-
- getSpilledPartitionBuildSideIter(BinaryHashPartition) - Method in class org.apache.flink.table.runtime.hashtable.BinaryHashTable
-
- getSpilledPartitionBuildSideIter(LongHashPartition) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
- getSpilledPartitionProbeSideIter(BinaryHashPartition) - Method in class org.apache.flink.table.runtime.hashtable.BinaryHashTable
-
- getSpilledPartitionProbeSideIter(LongHashPartition) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
- getSpillInBytes() - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- getSpillInBytes() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
-
- getSpillInBytes() - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
- getSpillInBytes() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- 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.
- getStateId() - Method in class org.apache.flink.table.runtime.dataview.DataViewSpec
-
- getStateListView(String, TypeSerializer<EE>) - Method in class org.apache.flink.table.runtime.dataview.PerKeyStateDataViewStore
-
- getStateListView(String, TypeSerializer<EE>) - Method in class org.apache.flink.table.runtime.dataview.PerWindowStateDataViewStore
-
- getStateListView(String, TypeSerializer<EE>) - Method in interface org.apache.flink.table.runtime.dataview.StateDataViewStore
-
Creates a state list view.
- getStateListView(String, TypeSerializer<EE>) - Method in class org.apache.flink.table.runtime.dataview.UnsupportedStateDataViewStore
-
- getStateMapView(String, boolean, TypeSerializer<EK>, TypeSerializer<EV>) - Method in class org.apache.flink.table.runtime.dataview.PerKeyStateDataViewStore
-
- getStateMapView(String, boolean, TypeSerializer<EK>, TypeSerializer<EV>) - Method in class org.apache.flink.table.runtime.dataview.PerWindowStateDataViewStore
-
- getStateMapView(String, boolean, TypeSerializer<EK>, TypeSerializer<EV>) - Method in interface org.apache.flink.table.runtime.dataview.StateDataViewStore
-
Creates a state map view.
- getStateMapView(String, boolean, TypeSerializer<EK>, TypeSerializer<EV>) - Method in class org.apache.flink.table.runtime.dataview.UnsupportedStateDataViewStore
-
- getStateWindow(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction
-
Get the state window as the namespace stored acc in the data about this actual window.
- getStateWindow(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowSet
-
Returns the state window for the given in-flight Window.
- getStreamOperator() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- getStreamOperatorClass(ClassLoader) - Method in class org.apache.flink.table.runtime.operators.CodeGenOperatorFactory
-
- getStreamOperatorClass(ClassLoader) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorFactory
-
- getStreamOperatorClass(ClassLoader) - Method in class org.apache.flink.table.runtime.operators.fusion.OperatorFusionCodegenFactory
-
- getStreamOperatorClass(ClassLoader) - Method in class org.apache.flink.table.runtime.operators.multipleinput.BatchMultipleInputStreamOperatorFactory
-
- getStreamOperatorClass(ClassLoader) - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
-
- getString(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getString(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getSynchronousResult(int) - Method in class org.apache.flink.table.runtime.operators.calc.async.DelegatingAsyncResultFuture
-
- getTailWrapper() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- getTarget() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper.Edge
-
- getTargetColumns() - Method in class org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
-
- getTimerService() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
-
Returns the current InternalTimerService.
- getTimestamp(int, int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- getTimestamp(int, int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- getTotalFields() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- getTotalFields() - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- getTotalFields() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- getTotalFields() - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- getTotalFields() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- getTriggerWindow() - Method in class org.apache.flink.table.runtime.operators.window.grouping.WindowsGrouping
-
- getType() - Method in class org.apache.flink.table.runtime.groupwindow.WindowReference
-
Deprecated.
- getTypeClass() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- getTypeClass() - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- getTypeClass() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- getTypeClass() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
-
- getTypeClass() - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- getTypeClass() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- getTypeInference(DataTypeFactory) - Method in class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
-
- getTypeInference(DataTypeFactory) - Method in class org.apache.flink.table.runtime.functions.BuiltInSpecializedFunction
-
- getTypeInference(DataTypeFactory) - Method in class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- getTypeInference(DataTypeFactory) - Method in class org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
-
- 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.
- getUnnestedType(LogicalType) - Static method in class org.apache.flink.table.runtime.functions.table.UnnestRowsFunction
-
- getUsedMemoryInBytes() - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- getUsedMemoryInBytes() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
-
- getUsedMemoryInBytes() - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesHashMap
-
- getUsedMemoryInBytes() - Method in class org.apache.flink.table.runtime.util.ResettableExternalBuffer
-
- getUtcTimestamp(RowData, ClockService) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.SessionUnsliceAssigner
-
- getValue(HllBuffer) - Method in class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- getValue(CollectAggFunction.CollectAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- getValue(RowData) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- getValue(FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- getValue(JsonArrayAggFunction.Accumulator) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction
-
- getValue(JsonObjectAggFunction.Accumulator) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- getValue(LagAggFunction.LagAcc<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- getValue(RowData) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- getValue(LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- getValue(ListAggWithRetractAggFunction.ListAggWithRetractAccumulator) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- getValue(ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- getValue(MaxWithRetractAggFunction.MaxWithRetractAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- getValue(MinWithRetractAggFunction.MinWithRetractAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- 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.metrics.SimpleGauge
-
- getValue() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap.LookupInfo
-
- getValue() - Method in interface org.apache.flink.table.runtime.util.KeyValueIterator
-
Retrieve the value from this iterator.
- getValueDataType() - Method in class org.apache.flink.table.runtime.dataview.MapViewSpec
-
- getValueSerializer() - Method in class org.apache.flink.table.runtime.dataview.MapViewSpec
-
- getValueSerializer() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- getWatermarkLatency() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- getWatermarkLatency() - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- getWatermarkLatency() - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.UnalignedWindowTableFunctionOperator
-
- getWindow() - Method in class org.apache.flink.table.runtime.util.WindowKey
-
- getWindowAccumulators(W) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
-
Gets the accumulators of the given window.
- getWindowSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountSlidingWindowAssigner
-
- getWindowSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountTumblingWindowAssigner
-
- getWindowSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- getWindowSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner
-
Returns a TypeSerializer for serializing windows that are assigned by this WindowAssigner.
- getWindowSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SessionWindowAssigner
-
- getWindowSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- getWindowSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.TumblingWindowAssigner
-
- getWindowSerializer(ExecutionConfig) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- getWindowStart(long) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigner
-
Returns the corresponding window start timestamp of the given window end timestamp.
- getWindowStart(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.CumulativeSliceAssigner
-
- getWindowStart(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.HoppingSliceAssigner
-
- getWindowStart(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.TumblingSliceAssigner
-
- getWindowStart(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.WindowedSliceAssigner
-
- 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.
- getWindowStateMergingConsumer() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction.MergingContext
-
Returns the consumer used to merge window state.
- getWindowTimerService() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- getWindowTimerService() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- getWindowTimerService() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.UnsliceWindowAggProcessor
-
- GlobalAggCombiner - Class in org.apache.flink.table.runtime.operators.aggregate.window.combines
-
An implementation of
RecordsCombiner that accumulates local accumulators records into the
window accumulator state.
- GlobalAggCombiner(WindowTimerService<Long>, StateKeyContext, WindowValueState<Long>, NamespaceAggsHandleFunction<Long>, NamespaceAggsHandleFunction<Long>) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.combines.GlobalAggCombiner
-
- GlobalAggCombiner.Factory - Class in org.apache.flink.table.runtime.operators.aggregate.window.combines
-
- globalAggregate(GeneratedNamespaceAggsHandleFunction<?>, GeneratedNamespaceAggsHandleFunction<?>, GeneratedNamespaceAggsHandleFunction<?>, AbstractRowDataSerializer<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.WindowAggOperatorBuilder
-
- GlobalRuntimeFilterBuilderOperator - Class in org.apache.flink.table.runtime.operators.runtimefilter
-
Global runtime filter builder operator.
- GlobalRuntimeFilterBuilderOperator(int) - Constructor for class org.apache.flink.table.runtime.operators.runtimefilter.GlobalRuntimeFilterBuilderOperator
-
- GroupAggFunction - Class in org.apache.flink.table.runtime.operators.aggregate
-
Aggregate Function used for the groupby (without window) aggregate.
- GroupAggFunction(GeneratedAggsHandleFunction, GeneratedRecordEqualiser, LogicalType[], int, boolean, long) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
-
- GroupTableAggFunction - Class in org.apache.flink.table.runtime.operators.aggregate
-
Aggregate Function used for the groupby (without window) table aggregate.
- GroupTableAggFunction(GeneratedTableAggsHandleFunction, LogicalType[], int, boolean, boolean, long) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
-
- GroupWindowAssigner<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
- GroupWindowAssigner() - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner
-
- growAndRehash() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- growthThreshold - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
The map will be expanded once the number of elements exceeds this threshold.
- IDENTIFIER - Static variable in class org.apache.flink.formats.raw.RawFormatFactory
-
- IdentityConverter<I> - Class in org.apache.flink.table.data.conversion
-
No-op converter that just forwards its input.
- IdentityConverter() - Constructor for class org.apache.flink.table.data.conversion.IdentityConverter
-
- IdentityConverter() - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.IdentityConverter
-
- IfNullFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.IF_NULL.
- IfNullFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.IfNullFunction
-
- indexEntrySize - Variable in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
-
- INIT_BUCKET_MEMORY_IN_BYTES - Static variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- initBucketSegments(int) - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- initcap(String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL INITCAP(string) function.
- initCleanupTimeState(String) - Method in class org.apache.flink.table.runtime.functions.KeyedProcessFunctionWithCleanupState
-
- initializeCache(Object) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowSet
-
Set current key context of this window set.
- initializeMetrics(CacheMetricGroup) - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- initializeState(FunctionInitializationContext) - Method in class org.apache.flink.table.runtime.operators.rank.FastTop1Function
-
- 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
-
- initializeState(StateInitializationContext) - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- initializeWatermark(long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- initializeWatermark(long) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- initializeWatermark(long) - Method in class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- initializeWatermark(long) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
Initializes the watermark which restores from state.
- initPartitionFanOut - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- initRankEnd(RowData) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
Initialize rank end.
- InputBase - Class in org.apache.flink.table.runtime.operators.multipleinput.input
-
- InputBase() - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.input.InputBase
-
- InputConversionOperator<E> - Class in org.apache.flink.table.runtime.operators.source
-
Operator that converts to internal data structures and wraps atomic records if necessary.
- InputConversionOperator(DynamicTableSource.DataStructureConverter, boolean, boolean, boolean, boolean) - Constructor for class org.apache.flink.table.runtime.operators.source.InputConversionOperator
-
- inputCountIndex - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- inputFieldTypes - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- InputFormatCacheLoader - Class in org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat
-
CacheLoader that used
InputFormat for loading data into the cache.
- InputFormatCacheLoader(InputFormat<RowData, ?>, GenericRowDataKeySelector, RowDataSerializer) - Constructor for class org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat.InputFormatCacheLoader
-
- inputRowType - Variable in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- InputSelectionHandler - Class in org.apache.flink.table.runtime.operators.multipleinput.input
-
- InputSelectionHandler(List<InputSelectionSpec>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionHandler
-
- InputSelectionSpec - Class in org.apache.flink.table.runtime.operators.multipleinput.input
-
Describe the inputId and read order of MultipleInput operator.
- InputSelectionSpec(int, int) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionSpec
-
- inputSerializer(AbstractRowDataSerializer<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.WindowAggOperatorBuilder
-
- inputSerializer(AbstractRowDataSerializer<RowData>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.RowTimeWindowDeduplicateOperatorBuilder
-
- inputSerializer(AbstractRowDataSerializer<RowData>) - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- InputSideHasNoUniqueKeyBundle - Class in org.apache.flink.table.runtime.operators.join.stream.bundle
-
For the case that input has no uniqueKey.
- InputSideHasNoUniqueKeyBundle() - Constructor for class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasNoUniqueKeyBundle
-
- InputSideHasUniqueKeyBundle - Class in org.apache.flink.table.runtime.operators.join.stream.bundle
-
For the case that input has uniqueKey which is not contained by joinKey.
- InputSideHasUniqueKeyBundle() - Constructor for class org.apache.flink.table.runtime.operators.join.stream.bundle.InputSideHasUniqueKeyBundle
-
- InputSpec - Class in org.apache.flink.table.runtime.operators.multipleinput.input
-
Describe the info of Input.
- InputSpec(int, int, TableOperatorWrapper<?>, int) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
-
- inputSpecMap - Variable in class org.apache.flink.table.runtime.operators.multipleinput.MultipleInputStreamOperatorBase
-
- InputSplitCacheLoadTask - Class in org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat
-
Parallel task that loads data into the cache from InputFormat with specified InputSplit.
- InputSplitCacheLoadTask(ConcurrentHashMap<RowData, Collection<RowData>>, GenericRowDataKeySelector, RowDataSerializer, InputFormat<RowData, InputSplit>, InputSplit) - Constructor for class org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat.InputSplitCacheLoadTask
-
- 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/NTILE/ROW_NUMBER.
- InsensitiveOverFrame(GeneratedAggsHandleFunction) - Constructor for class org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
-
- insertIntoProbeBuffer(RowData) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
If the probe row corresponding partition has been spilled to disk, just call this method
spill probe row to disk.
- INSTANCE - Static variable in class org.apache.flink.table.data.conversion.DayTimeIntervalDurationConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.ArrayDataConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.BooleanConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.ByteConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.DateConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.DoubleConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.FloatConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.IntConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.LocalDateConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.LocalTimeConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.LongConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.MapDataConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.PrimitiveBooleanArrayConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.PrimitiveByteArrayConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.PrimitiveDoubleArrayConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.PrimitiveFloatArrayConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.PrimitiveIntArrayConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.PrimitiveLongArrayConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.PrimitiveShortArrayConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.RawValueDataConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.ShortConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.StringConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.StringDataConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.data.util.DataFormatConverters.TimeConverter
-
- INSTANCE - Static variable in class org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
-
- INSTANCE - Static variable in class org.apache.flink.table.runtime.keyselector.EmptyRowDataKeySelector
-
- INSTANCE - Static variable in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- INSTANCE - Static variable in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- InstantConverter(int) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.InstantConverter
-
- instr(BinaryStringData, BinaryStringData, int, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- IntApproxCountDistinctAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.IntApproxCountDistinctAggFunction
-
- internalPool - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- InternalSerializers - Class in org.apache.flink.table.runtime.typeutils
-
TypeSerializer of LogicalType for internal data structures.
- internalTimerService - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
The service to register timers.
- internalTimerService - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerServiceBase
-
- InternalTimeWindowAssigner - Interface in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
The internal time window assigner which has some useful methods.
- InternalTypeInfo<T> - Class in org.apache.flink.table.runtime.typeutils
-
Type information that wraps a serializer that originated from a LogicalType.
- InternalWindowProcessFunction<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
The internal interface for functions that process over grouped windows.
- InternalWindowProcessFunction(GroupWindowAssigner<W>, NamespaceAggsHandleFunctionBase<W>, long) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
- InternalWindowProcessFunction.Context<K,W extends Window> - Interface in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
- intersects(TimeWindow) - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow
-
Returns true if this window intersects the given window.
- IntervalJoinFunction - Class in org.apache.flink.table.runtime.operators.join.interval
-
- IntervalJoinFunction(GeneratedJoinCondition, InternalTypeInfo<RowData>, boolean[]) - Constructor for class org.apache.flink.table.runtime.operators.join.interval.IntervalJoinFunction
-
- 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
-
- invalidate(RowData) - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.LookupFullCache
-
- invertKey() - Method in interface org.apache.flink.table.runtime.generated.NormalizedKeyComputer
-
Flag whether normalized key comparisons should be inverted key.
- inView - Variable in class org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
-
- 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.data.DecimalDataUtils
-
- is64BitDecimal(int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- isAccumulateMsg(RowData) - Static method in class org.apache.flink.table.data.util.RowDataUtil
-
Returns true if the message is either RowKind.INSERT or RowKind.UPDATE_AFTER,
which refers to an accumulate operation of aggregation.
- isAlpha(Object) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- 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 lose some information
about nullable and precision.
- isBasicType() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- isBasicType() - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- isBasicType() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- isBasicType() - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- isBasicType() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- 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
-
- isBounded() - Method in class org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
-
- isBuildOuter() - Method in enum org.apache.flink.table.runtime.operators.join.HashJoinType
-
- isByteArrayDecimal(int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- 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.groupwindow.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
-
- isClosed() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
Checks if the wrapped operator has been closed.
- isCollected() - Method in class org.apache.flink.table.runtime.collector.TableFunctionCollector
-
Whether Collector.collect(Object) has been called.
- 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.
- isDeterministic() - Method in class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
-
- isDeterministic() - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- isDeterministic() - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- isDeterministic() - Method in class org.apache.flink.table.runtime.functions.BuiltInSpecializedFunction
-
- isDeterministic() - Method in class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- isDeterministic() - Method in class org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
-
- isDigit(Object) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- isDuplicate(RowData, RowData, int, boolean) - Static method in class org.apache.flink.table.runtime.operators.deduplicate.DeduplicateFunctionHelper
-
Returns current row is duplicate row or not compared to previous row.
- isEmpty() - Method in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
-
- isEmpty() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
Check if this bufferBundle is empty.
- isEmpty() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
-
Checks whether the buffer is empty.
- isEmpty(W) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
Returns true if this state contains no key-value mappings, otherwise false.
- isEndOfStream(RowData) - Method in class org.apache.flink.formats.raw.RawFormatDeserializationSchema
-
- isEventTime - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountSlidingWindowAssigner
-
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountTumblingWindowAssigner
-
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner
-
Returns true if elements are assigned to windows based on event time, false
otherwise.
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SessionWindowAssigner
-
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.TumblingWindowAssigner
-
- isEventTime() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowAssigner
-
Returns true if elements are assigned to windows based on event time, false
based on processing time.
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.WindowedSliceAssigner
-
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.SessionUnsliceAssigner
-
- isEventTime() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- isFound() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap.LookupInfo
-
- isIdentityConversion() - Method in interface org.apache.flink.table.data.conversion.DataStructureConverter
-
Returns whether this conversion is a no-op.
- isIdentityConversion() - Method in class org.apache.flink.table.data.conversion.IdentityConverter
-
- 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.ArrayDataSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- isImmutableType() - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- 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
-
- isInternalInput() - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- isInteroperable(LogicalType, LogicalType) - Static method in class org.apache.flink.table.runtime.types.PlannerTypeUtils
-
Can the two types operate with each other.
- isJsonArray(String) - Static method in class org.apache.flink.table.runtime.functions.SqlJsonUtils
-
- isJsonObject(String) - Static method in class org.apache.flink.table.runtime.functions.SqlJsonUtils
-
- isJsonScalar(String) - Static method in class org.apache.flink.table.runtime.functions.SqlJsonUtils
-
- isJsonValue(String) - Static method in class org.apache.flink.table.runtime.functions.SqlJsonUtils
-
- 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.DecimalDataTypeInfo
-
- isKeyType() - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- isKeyType() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- isKeyType() - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- isKeyType() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- isLeftOuter() - Method in enum org.apache.flink.table.runtime.operators.join.FlinkJoinType
-
- isLeftOuterJoin - Variable in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- 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
-
- isMultiset(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
-
- isMutable(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
-
- isNullAt(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- isNullAt(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- isNumeric(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
-
- isOuter() - Method in enum org.apache.flink.table.runtime.operators.join.FlinkJoinType
-
- isPointwise() - Method in class org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
-
- 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
-
- 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
-
- isRaw(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(RowData) - Static method in class org.apache.flink.table.data.util.RowDataUtil
-
Returns true if the message is either RowKind.DELETE or RowKind.UPDATE_BEFORE, which refers to a retract operation of aggregation.
- isRightOuter() - 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(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- isStopped - Variable in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- isStructuredType(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
-
- 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.DecimalDataTypeInfo
-
- isTupleType() - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- isTupleType() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- isTupleType() - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- isTupleType() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- isWindowFired(long, long, ZoneId) - Static method in class org.apache.flink.table.runtime.util.TimeWindowUtil
-
Returns the window should fired or not on current progress.
- isWindowLate(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.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<RowData>>) - Constructor for class org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
-
- iterator(W) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
Iterates over all the mappings in the state.
- iterator() - Method in class org.apache.flink.table.runtime.util.SingleElementIterator
-
- LagAcc() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction.LagAcc
-
- LagAggFunction<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Lag AggregateFunction.
- LagAggFunction(LogicalType[]) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- LagAggFunction.LagAcc<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Accumulator for LAG.
- lastBucketPosition - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- lastElement() - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Returns the last record of the last Entry in the buffer.
- lastEntry() - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Returns the last Entry in the buffer.
- lastIndexEntryOffset - Variable in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
-
- lastOrder - Variable in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction.LastValueWithRetractAccumulator
-
- lastTriggeredProcessingTime - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
The tracked processing time triggered last time.
- lastValue - Variable in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction.LastValueWithRetractAccumulator
-
- LastValueAggFunction<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in LAST_VALUE aggregate function.
- LastValueAggFunction(LogicalType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- LastValueWithRetractAccumulator() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction.LastValueWithRetractAccumulator
-
- LastValueWithRetractAggFunction<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in LAST_VALUE with retraction aggregate function.
- LastValueWithRetractAggFunction(LogicalType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Accumulator for LAST_VALUE with retraction.
- lateRecordsDroppedRate - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- LazyMemorySegmentPool - Class in org.apache.flink.table.runtime.util
-
- LazyMemorySegmentPool(Object, MemoryManager, int) - Constructor for class org.apache.flink.table.runtime.util.LazyMemorySegmentPool
-
- 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
-
- leftIsOuter - Variable in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
-
- leftRecordStateView - Variable in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
-
- leftSemiOrAnti() - Method in enum org.apache.flink.table.runtime.operators.join.HashJoinType
-
- leftSerializer - Variable in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperator
-
- leftSerializer(TypeSerializer<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
- leftStateRetentionTime - 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
-
- leftWindowEndIndex(int) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
- LegacyInstantTypeInfo - Class in org.apache.flink.table.runtime.typeutils
-
TypeInformation for Instant.
- LegacyInstantTypeInfo(int) - Constructor for class org.apache.flink.table.runtime.typeutils.LegacyInstantTypeInfo
-
- LegacyLocalDateTimeTypeInfo - Class in org.apache.flink.table.runtime.typeutils
-
TypeInformation for LocalDateTime.
- LegacyLocalDateTimeTypeInfo(int) - Constructor for class org.apache.flink.table.runtime.typeutils.LegacyLocalDateTimeTypeInfo
-
- LegacyTimestampTypeInfo - Class in org.apache.flink.table.runtime.typeutils
-
- LegacyTimestampTypeInfo(int) - Constructor for class org.apache.flink.table.runtime.typeutils.LegacyTimestampTypeInfo
-
- LENGTH_SIZE_IN_BYTES - Static variable in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- 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
-
- LinkedListSerializer<T> - Class in org.apache.flink.table.runtime.typeutils
-
- LinkedListSerializer(TypeSerializer<T>) - Constructor for class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
Creates a list serializer that uses the given serializer to serialize the list's elements.
- LinkedListSerializer(TypeSerializer<T>, boolean) - Constructor for class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- LinkedListSerializer.LinkedListSerializerSnapshot<T> - Class in org.apache.flink.table.runtime.typeutils
-
- LinkedListSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.LinkedListSerializer.LinkedListSerializerSnapshot
-
Constructor for read instantiation.
- LinkedListSerializerSnapshot(LinkedListSerializer<T>) - Constructor for class org.apache.flink.table.runtime.typeutils.LinkedListSerializer.LinkedListSerializerSnapshot
-
Constructor to create the snapshot for writing.
- list - Variable in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction.Accumulator
-
- list - Variable in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction.ListAggWithRetractAccumulator
-
- list - Variable in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator
-
- ListAggWithRetractAccumulator() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction.ListAggWithRetractAccumulator
-
- ListAggWithRetractAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in LISTAGG with retraction aggregate function.
- ListAggWithRetractAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- ListAggWithRetractAggFunction.ListAggWithRetractAccumulator - Class in org.apache.flink.table.runtime.functions.aggregate
-
Accumulator for LISTAGG with retraction.
- ListAggWsWithRetractAccumulator() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator
-
- ListAggWsWithRetractAggFunction - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in LISTAGGWS with retraction aggregate function.
- ListAggWsWithRetractAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator - Class in org.apache.flink.table.runtime.functions.aggregate
-
Accumulator for LISTAGGWS with retraction.
- ListenableCollector<T> - Class in org.apache.flink.table.runtime.collector
-
A listenable collector for lookup join that can be called when an original record was collected.
- ListenableCollector() - Constructor for class org.apache.flink.table.runtime.collector.ListenableCollector
-
- ListenableCollector.CollectListener<T> - Interface in org.apache.flink.table.runtime.collector
-
An interface can listen on collecting original record.
- 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
-
- ListViewSpec - Class in org.apache.flink.table.runtime.dataview
-
Specification for a ListView.
- ListViewSpec(String, int, DataType) - Constructor for class org.apache.flink.table.runtime.dataview.ListViewSpec
-
- ListViewSpec(String, int, DataType, TypeSerializer<?>) - Constructor for class org.apache.flink.table.runtime.dataview.ListViewSpec
-
Deprecated.
- LITTLE_ENDIAN - Static variable in class org.apache.flink.formats.raw.RawFormatOptions
-
- LITTLE_ENDIAN - Static variable in class org.apache.flink.table.runtime.util.SegmentsUtil
-
Constant that flags the byte order.
- LOAD_FACTOR - Static variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- LocalAggCombiner - Class in org.apache.flink.table.runtime.operators.aggregate.window.combines
-
An implementation of
RecordsCombiner that accumulates input records into local
accumulators.
- LocalAggCombiner(NamespaceAggsHandleFunction<Long>, Collector<RowData>) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.combines.LocalAggCombiner
-
- LocalAggCombiner.Factory - Class in org.apache.flink.table.runtime.operators.aggregate.window.combines
-
- LocalDateTimeConverter(int) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.LocalDateTimeConverter
-
- LocalFactory(PagedTypeSerializer<RowData>, AbstractRowDataSerializer<RowData>, RecordsCombiner.LocalFactory) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.buffers.RecordsWindowBuffer.LocalFactory
-
- LocalRuntimeFilterBuilderOperator - Class in org.apache.flink.table.runtime.operators.runtimefilter
-
Local runtime filter builder operator.
- LocalRuntimeFilterBuilderOperator(GeneratedProjection, int, int) - Constructor for class org.apache.flink.table.runtime.operators.runtimefilter.LocalRuntimeFilterBuilderOperator
-
- LocalSlicingWindowAggOperator - Class in org.apache.flink.table.runtime.operators.aggregate.window
-
The operator used for local window aggregation.
- LocalSlicingWindowAggOperator(RowDataKeySelector, SliceAssigner, WindowBuffer.LocalFactory, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.LocalSlicingWindowAggOperator
-
- LocalZonedTimestampInstantConverter - Class in org.apache.flink.table.data.conversion
-
Converter for LocalZonedTimestampType of Instant external type.
- LocalZonedTimestampInstantConverter() - Constructor for class org.apache.flink.table.data.conversion.LocalZonedTimestampInstantConverter
-
- LocalZonedTimestampIntConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
LocalZonedTimestampType of
Integer external type.
- LocalZonedTimestampIntConverter() - Constructor for class org.apache.flink.table.data.conversion.LocalZonedTimestampIntConverter
-
- LocalZonedTimestampLongConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
LocalZonedTimestampType of
Long external type.
- LocalZonedTimestampLongConverter() - Constructor for class org.apache.flink.table.data.conversion.LocalZonedTimestampLongConverter
-
- LocalZonedTimestampTimestampConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
LocalZonedTimestampType of
Timestamp external type.
- LocalZonedTimestampTimestampConverter() - Constructor for class org.apache.flink.table.data.conversion.LocalZonedTimestampTimestampConverter
-
- log(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
Returns the natural logarithm of "x".
- log(DecimalData) - 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, DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- log(DecimalData, double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- log(DecimalData, DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- LOG - Static variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- log10(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- log10(DecimalData) - 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(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- log2NumBuckets - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- LogicalTypeDataTypeConverter - Class in org.apache.flink.table.runtime.types
-
Deprecated.
- LogicalTypeDataTypeConverter() - Constructor for class org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter
-
Deprecated.
- LongApproxCountDistinctAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.LongApproxCountDistinctAggFunction
-
- LongHashPartition - Class in org.apache.flink.table.runtime.hashtable
-
- LongHashPartition.MatchIterator - Class in org.apache.flink.table.runtime.hashtable
-
Iterator for probe match.
- LongHashPartitionChannelReaderInputViewIterator - Class in org.apache.flink.table.runtime.io
-
A simple iterator over the input read though an I/O channel.
- LongHashPartitionChannelReaderInputViewIterator(ChannelReaderInputView, BinaryRowDataSerializer) - Constructor for class org.apache.flink.table.runtime.io.LongHashPartitionChannelReaderInputViewIterator
-
- 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(Object, boolean, int, BinaryRowDataSerializer, BinaryRowDataSerializer, MemoryManager, long, IOManager, int, long) - Constructor for class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
- LongTimestampDataConverter(int) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.LongTimestampDataConverter
-
- lookup(RowData) - Method in class org.apache.flink.table.runtime.functions.table.lookup.CachingLookupFunction
-
- lookup(RowData) - Method in class org.apache.flink.table.runtime.operators.join.lookup.RetryableLookupFunctionDelegator
-
- lookup(K) - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- LOOKUP_CACHE_METRIC_GROUP_NAME - Static variable in class org.apache.flink.table.runtime.functions.table.lookup.CachingAsyncLookupFunction
-
- LOOKUP_CACHE_METRIC_GROUP_NAME - Static variable in class org.apache.flink.table.runtime.functions.table.lookup.CachingLookupFunction
-
- LookupBucketIterator - Class in org.apache.flink.table.runtime.hashtable
-
Build iterator from bucket to match probe row.
- LookupCacheManager - Class in org.apache.flink.table.runtime.functions.table.lookup
-
Managing shared caches across different subtasks.
- LookupCacheManager.RefCountedCache - Class in org.apache.flink.table.runtime.functions.table.lookup
-
A wrapper class of LookupCache which also tracks the reference count of it.
- LookupFullCache - Class in org.apache.flink.table.runtime.functions.table.lookup.fullcache
-
Internal implementation of LookupCache for LookupOptions.LookupCacheType.FULL.
- LookupFullCache(CacheLoader, CacheReloadTrigger) - Constructor for class org.apache.flink.table.runtime.functions.table.lookup.fullcache.LookupFullCache
-
- LookupJoinRunner - Class in org.apache.flink.table.runtime.operators.join.lookup
-
The join runner to lookup the dimension table.
- LookupJoinRunner(GeneratedFunction<FlatMapFunction<RowData, RowData>>, GeneratedCollector<ListenableCollector<RowData>>, GeneratedFunction<FilterCondition>, 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<RowData, RowData>>, GeneratedFunction<FlatMapFunction<RowData, RowData>>, GeneratedCollector<ListenableCollector<RowData>>, GeneratedFunction<FilterCondition>, boolean, int) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
-
- LookupRuntimeProviderContext - Class in org.apache.flink.table.runtime.connector.source
-
Implementation of LookupTableSource.Context.
- LookupRuntimeProviderContext(int[][]) - Constructor for class org.apache.flink.table.runtime.connector.source.LookupRuntimeProviderContext
-
- 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.
- map - Variable in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction.CollectAccumulator
-
- map - Variable in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction.Accumulator
-
- map - Variable in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction.MaxWithRetractAccumulator
-
- map - Variable in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction.MinWithRetractAccumulator
-
- map(RowData) - Method in class org.apache.flink.table.runtime.operators.join.interval.PaddingLeftMapFunction
-
- map(RowData) - Method in class org.apache.flink.table.runtime.operators.join.interval.PaddingRightMapFunction
-
- 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.data.util.DataFormatConverters.MapConverter
-
- MapDataSerializer - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for MapData.
- MapDataSerializer(LogicalType, LogicalType) - Constructor for class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- MapDataSerializer.MapDataSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
-
- MapDataSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
-
- MapDataUtil - Class in org.apache.flink.table.data.util
-
Utilities for MapData.
- MapDataUtil() - Constructor for class org.apache.flink.table.data.util.MapDataUtil
-
- MapEntriesFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.MAP_ENTRIES.
- MapEntriesFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.MapEntriesFunction
-
- MapFromArraysFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.MAP_FROM_ARRAYS.
- MapFromArraysFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.MapFromArraysFunction
-
- mapFromPages(BinaryRowData, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- mapFromPages(T, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.PagedTypeSerializer
-
Map a reused record from the given source paged input view.
- mapFromPages(RowData, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- mapFromPages(WindowKey, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- MapKeysFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.MAP_KEYS.
- MapKeysFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.MapKeysFunction
-
- MapMapConverter<K,V> - Class in org.apache.flink.table.data.conversion
-
Converter for
MapType/
MultisetType of
Map external type.
- mapSize - Variable in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction.MaxWithRetractAccumulator
-
- mapSize - Variable in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction.MinWithRetractAccumulator
-
- MapUnnestTableFunction(SpecializedFunction.SpecializedContext, LogicalType, ArrayData.ElementGetter, ArrayData.ElementGetter) - Constructor for class org.apache.flink.table.runtime.functions.table.UnnestRowsFunction.MapUnnestTableFunction
-
- MapValuesFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.MAP_VALUES.
- MapValuesFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.MapValuesFunction
-
- MapViewSpec - Class in org.apache.flink.table.runtime.dataview
-
Specification for a MapView.
- MapViewSpec(String, int, DataType, boolean) - Constructor for class org.apache.flink.table.runtime.dataview.MapViewSpec
-
- MapViewSpec(String, int, DataType, boolean, TypeSerializer<?>, TypeSerializer<?>) - Constructor for class org.apache.flink.table.runtime.dataview.MapViewSpec
-
Deprecated.
- 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
-
- max - Variable in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction.MaxWithRetractAccumulator
-
- 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.
- MaxWithRetractAccumulator() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction.MaxWithRetractAccumulator
-
- MaxWithRetractAggFunction<T extends Comparable<T>> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in MAX with retraction aggregate function.
- MaxWithRetractAggFunction(LogicalType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- MaxWithRetractAggFunction.MaxWithRetractAccumulator<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Accumulator for MAX with retraction.
- memoryPool - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- 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(HllBuffer, Iterable<HllBuffer>) - Method in class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- merge(CollectAggFunction.CollectAccumulator<T>, Iterable<CollectAggFunction.CollectAccumulator<T>>) - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- merge(HllBuffer, HllBuffer) - Method in class org.apache.flink.table.runtime.functions.aggregate.hyperloglog.HyperLogLogPlusPlus
-
Merge the HLL buffers by iterating through the registers in both buffers and select the
maximum number of leading zeros for each register.
- merge(JsonObjectAggFunction.Accumulator, Iterable<JsonObjectAggFunction.Accumulator>) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- merge(ListAggWithRetractAggFunction.ListAggWithRetractAccumulator, Iterable<ListAggWithRetractAggFunction.ListAggWithRetractAccumulator>) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- merge(ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator, Iterable<ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator>) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- merge(MaxWithRetractAggFunction.MaxWithRetractAccumulator<T>, Iterable<MaxWithRetractAggFunction.MaxWithRetractAccumulator<T>>) - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- merge(MinWithRetractAggFunction.MinWithRetractAccumulator<T>, Iterable<MinWithRetractAggFunction.MinWithRetractAccumulator<T>>) - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- merge(RowData) - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Merges the other accumulators into current accumulators.
- merge(N, RowData) - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
Merges the other accumulators into current accumulators.
- merge(Long, Iterable<Long>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.SliceSharedWindowAggProcessor
-
- merge(W, Collection<W>, W, Collection<W>) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowSet.MergeFunction
-
This gets called when a merge occurs.
- merge(W, R) - Method in interface org.apache.flink.table.runtime.operators.window.MergeCallback
-
Specifies that states of the given windows or slices should be merged into the result window
or slice.
- MergeCallback<W,R> - Interface in org.apache.flink.table.runtime.operators.window
-
Callback to be used in when merging slices or windows for specifying which slices or windows
should be merged.
- 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.groupwindow.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
-
- mergeSlices(long, MergeCallback<Long, Iterable<Long>>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.CumulativeSliceAssigner
-
- mergeSlices(long, MergeCallback<Long, Iterable<Long>>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.HoppingSliceAssigner
-
- mergeSlices(long, MergeCallback<Long, Iterable<Long>>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.SlicedSharedSliceAssigner
-
- mergeSlices(long, MergeCallback<Long, Iterable<Long>>) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceSharedAssigner
-
Determines which slices (if any) should be merged.
- mergeWindows(W, NavigableSet<W>, MergeCallback<W, Collection<W>>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.MergingWindowAssigner
-
Determines which windows (if any) should be merged.
- mergeWindows(TimeWindow, NavigableSet<TimeWindow>, MergeCallback<TimeWindow, Collection<TimeWindow>>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SessionWindowAssigner
-
- mergeWindows(TimeWindow, NavigableSet<TimeWindow>, MergeCallback<TimeWindow, Collection<TimeWindow>>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- MergingWindowAssigner<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
A WindowAssigner that can merge windows.
- MergingWindowAssigner() - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.MergingWindowAssigner
-
- MergingWindowProcessFunction<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
- MergingWindowProcessFunction(MergingWindowAssigner<W>, NamespaceAggsHandleFunctionBase<W>, TypeSerializer<W>, long) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction
-
- MergingWindowProcessFunction.DefaultAccMergingConsumer<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
A default merging consumer that merges the accumulators in state windows that waiting to be
merged into the target state window.
- MergingWindowProcessFunction.MergingContext<K,W extends Window> - Interface in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
- MergingWindowSet<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
- MergingWindowSet(MergingWindowAssigner<W>, MapState<W, W>) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowSet
-
- MergingWindowSet.MergeFunction<W> - Interface in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
- min - Variable in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction.MinWithRetractAccumulator
-
- MIN_NUM_MEMORY - Static variable in class org.apache.flink.table.runtime.util.ResettableExternalBuffer
-
The minimum number of segments that are required, 320 KibiBytes.
- 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, long) - 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, long) - 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<RowData, RowData>, long) - 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
-
- MiniBatchStreamingJoinOperator - Class in org.apache.flink.table.runtime.operators.join.stream
-
Streaming unbounded Join base operator which support mini-batch join.
- MiniBatchStreamingJoinOperator(MiniBatchStreamingJoinOperator.MiniBatchStreamingJoinParameter) - Constructor for class org.apache.flink.table.runtime.operators.join.stream.MiniBatchStreamingJoinOperator
-
- minNormalizedKey(MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
-
- MinWithRetractAccumulator() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction.MinWithRetractAccumulator
-
- MinWithRetractAggFunction<T extends Comparable<T>> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Built-in MIN with retraction aggregate function.
- MinWithRetractAggFunction(LogicalType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- MinWithRetractAggFunction.MinWithRetractAccumulator<T> - Class in org.apache.flink.table.runtime.functions.aggregate
-
Accumulator for MIN with retraction.
- mod(DecimalData, DecimalData, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- MultipleInputStreamOperatorBase - Class in org.apache.flink.table.runtime.operators.multipleinput
-
Base MultipleInputStreamOperator to handle multiple inputs in table module.
- MultipleInputStreamOperatorBase(StreamOperatorParameters<RowData>, List<InputSpec>, List<TableOperatorWrapper<?>>, TableOperatorWrapper<?>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.MultipleInputStreamOperatorBase
-
- multiply(DecimalData, DecimalData, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- MurmurHashUtil - Class in org.apache.flink.table.runtime.util
-
Murmur hasher.
- MurmurHashUtil() - Constructor for class org.apache.flink.table.runtime.util.MurmurHashUtil
-
- ObjectArrayConverter(DataType) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.ObjectArrayConverter
-
- 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(int) - Static method in class org.apache.flink.table.runtime.operators.aggregate.RecordCounter
-
- 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(RowData, boolean, JoinRecordStateView, JoinCondition) - Static method in class org.apache.flink.table.runtime.operators.join.stream.AbstractStreamingJoinOperator.AssociatedRecords
-
- of(long, long) - Static method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountSlidingWindowAssigner
-
- of(long) - Static method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountTumblingWindowAssigner
-
- of(Duration, Duration) - Static method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- of(Duration, Duration) - Static method in class org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.assigners.TumblingWindowAssigner
-
Creates a new
TumblingWindowAssigner GroupWindowAssigner 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(InternalTimerService<?>) - Static method in interface org.apache.flink.table.runtime.operators.window.tvf.common.ClockService
-
- 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.DecimalDataTypeInfo
-
- of(DataType) - Static method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- of(DataType, boolean) - Static method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- of(DataType) - Static method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
Creates type information for a DataType that is possibly represented by internal data
structures but serialized and deserialized into external data structures.
- of(DataType, boolean) - Static method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
Creates type information for a DataType that is possibly represented by internal data
structures but serialized and deserialized into external data structures.
- of(LogicalType) - Static method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
Creates type information for a LogicalType that is represented by internal data
structures.
- of(RowType) - Static method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
Creates type information for a RowType represented by internal data structures.
- ofFields(LogicalType...) - Static method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
Creates type information for RowType represented by internal data structures.
- ofFields(LogicalType[], String[]) - Static method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
Creates type information for RowType represented by internal data structures.
- offset - Variable in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction.LagAcc
-
- 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.
- ofSystem() - Static method in interface org.apache.flink.table.runtime.operators.window.tvf.common.ClockService
-
- 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
-
- onCollect(T) - Method in interface org.apache.flink.table.runtime.collector.ListenableCollector.CollectListener
-
A callback method when an original record was collected, do nothing by default.
- OneInput - Class in org.apache.flink.table.runtime.operators.multipleinput.input
-
Input for OneInputStreamOperator.
- OneInput(OneInputStreamOperator<RowData, RowData>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.input.OneInput
-
- OneInputStreamOperatorOutput - Class in org.apache.flink.table.runtime.operators.multipleinput.output
-
An Output that can be used to emit elements and other messages for OneInputStreamOperator.
- OneInputStreamOperatorOutput(OneInputStreamOperator<RowData, RowData>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.output.OneInputStreamOperatorOutput
-
- 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.groupwindow.triggers.ElementTriggers.CountElement
-
- onElement(Object, long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.EveryElement
-
- onElement(Object, long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- onElement(Object, long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
-
- onElement(Object, long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
-
- onElement(Object, long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- onElement(Object, long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
-
- onElement(Object, long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
-
- onElement(Object, long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.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
-
- onEvent(RowData, long, WatermarkOutput) - Method in class org.apache.flink.table.runtime.generated.GeneratedWatermarkGeneratorSupplier.DefaultWatermarkGenerator
-
- 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<RowData, Long>) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperator
-
- onEventTime(InternalTimer<RowData, VoidNamespace>) - Method in class org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
-
- onEventTime(InternalTimer<RowData, VoidNamespace>) - Method in class org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
-
- onEventTime(InternalTimer<K, W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.CountElement
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.EveryElement
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
-
- onEventTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.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.tvf.common.WindowAggOperator
-
- onEventTime(InternalTimer<RowData, TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.UnalignedWindowTableFunctionOperator
-
- onMerge(W, Collection<W>) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.CountElement
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.EveryElement
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
-
- onMerge(W, Trigger.OnMergeContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger
-
Called when several windows have been merged into one window by the org.apache.flink.streaming.api.windowing.assigners.WindowAssigner.
- onPeriodicEmit(WatermarkOutput) - Method in class org.apache.flink.table.runtime.generated.GeneratedWatermarkGeneratorSupplier.DefaultWatermarkGenerator
-
- 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<RowData, Long>) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperator
-
- onProcessingTime(InternalTimer<RowData, VoidNamespace>) - Method in class org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
-
- onProcessingTime(InternalTimer<RowData, VoidNamespace>) - Method in class org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
-
- onProcessingTime(InternalTimer<K, W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.CountElement
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.EveryElement
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
-
- onProcessingTime(long, W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.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.tvf.common.WindowAggOperator
-
- onProcessingTime(InternalTimer<RowData, TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.UnalignedWindowTableFunctionOperator
-
- onProcessingTime(long) - Method in class org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
-
- 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<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.AbstractRowTimeUnboundedPrecedingOver
-
- onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
-
- onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
-
- onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
-
- onTimer(long, KeyedProcessFunction<K, RowData, RowData>.OnTimerContext, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
-
- open(DeserializationSchema.InitializationContext) - Method in class org.apache.flink.formats.raw.RawFormatDeserializationSchema
-
- open(SerializationSchema.InitializationContext) - Method in class org.apache.flink.formats.raw.RawFormatSerializationSchema
-
- open(ClassLoader) - Method in class org.apache.flink.table.data.conversion.ArrayListConverter
-
- open(ClassLoader) - Method in class org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
-
- open(ClassLoader) - Method in interface org.apache.flink.table.data.conversion.DataStructureConverter
-
- open(ClassLoader) - Method in class org.apache.flink.table.data.conversion.MapMapConverter
-
- open(ClassLoader) - Method in class org.apache.flink.table.data.conversion.RowRowConverter
-
- open(ClassLoader) - Method in class org.apache.flink.table.data.conversion.StructuredObjectConverter
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.DefaultExpressionEvaluator
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayContainsFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayDistinctFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayMaxFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayMinFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayPositionFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayRemoveFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.scalar.ArrayUnionFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.scalar.TypeOfFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.table.lookup.CachingAsyncLookupFunction
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.functions.table.lookup.CachingLookupFunction
-
- open(Configuration, ClassLoader) - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- open(Configuration, ClassLoader) - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat.InputFormatCacheLoader
-
- open(CacheMetricGroup) - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.LookupFullCache
-
- open(StateDataViewStore) - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Initialization method for the function.
- open(StateDataViewStore) - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
Initialization method for the function.
- open() - Method in class org.apache.flink.table.runtime.keyselector.GenericRowDataKeySelector
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
-
- 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.aggregate.window.LocalSlicingWindowAggOperator
-
- open(WindowProcessor.Context<Long>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- open(WindowProcessor.Context<W>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- open(WindowProcessor.Context<TimeWindow>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.UnsliceWindowAggProcessor
-
- 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(OpenContext) - Method in class org.apache.flink.table.runtime.operators.calc.async.AsyncFunctionRunner
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeDeduplicateKeepLastRowFunction
-
- open(ExecutionContext) - Method in class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeMiniBatchDeduplicateKeepLastRowFunction
-
- open(WindowProcessor.Context<Long>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- open() - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.join.HashJoinOperator
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.join.interval.IntervalJoinFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinWithCalcRunner
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.join.lookup.KeyedLookupJoinWrapper
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.operators.join.lookup.RetryableAsyncLookupFunctionDelegator
-
- open(FunctionContext) - Method in class org.apache.flink.table.runtime.operators.join.lookup.RetryableLookupFunctionDelegator
-
- open(boolean, StreamTask<?, ?>, StreamConfig, StreamRecordCollector, long, RuntimeContext, OperatorMetricGroup) - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinFunction
-
- 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.MiniBatchStreamingJoinOperator
-
- 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() - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperator
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.match.IterativeConditionRunner
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
-
- open() - Method in class org.apache.flink.table.runtime.operators.multipleinput.MultipleInputStreamOperatorBase
-
- open(OpenContext) - 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(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(OpenContext) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.rank.AppendOnlyFirstNFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.rank.FastTop1Function
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
-
- open(OpenContext) - Method in class org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
-
- open(WindowProcessor.Context<Long>) - Method in class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- open() - Method in class org.apache.flink.table.runtime.operators.runtimefilter.GlobalRuntimeFilterBuilderOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.runtimefilter.LocalRuntimeFilterBuilderOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.sink.ConstraintEnforcer
-
- open() - Method in class org.apache.flink.table.runtime.operators.sink.OutputConversionOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.sink.SinkOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.sink.SinkUpsertMaterializer
-
- 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() - Method in class org.apache.flink.table.runtime.operators.source.InputConversionOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator
-
- 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.groupwindow.assigners.CountSlidingWindowAssigner
-
- open(InternalWindowProcessFunction.Context<?, CountWindow>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountTumblingWindowAssigner
-
- open(InternalWindowProcessFunction.Context<?, W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner
-
Initialization method for the function.
- open(InternalWindowProcessFunction.Context<K, W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
Initialization method for the function.
- open(InternalWindowProcessFunction.Context<K, W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction
-
- open() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.AggregateWindowOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.CountElement
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.EveryElement
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
-
- open(Trigger.TriggerContext) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger
-
Initialization method for the trigger.
- open() - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- open(WindowProcessor.Context<W>) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
Initialization method for the function.
- open() - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.UnalignedWindowTableFunctionOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.WindowTableFunctionOperatorBase
-
- open() - Method in class org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
-
- open() - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
-
- OperatorFusionCodegenFactory<OUT> - Class in org.apache.flink.table.runtime.operators.fusion
-
Stream operator factory for multiple operator fusion codegen.
- OperatorFusionCodegenFactory(GeneratedClass<? extends StreamOperator<OUT>>) - Constructor for class org.apache.flink.table.runtime.operators.fusion.OperatorFusionCodegenFactory
-
- 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
-
- optionalOptions() - Method in class org.apache.flink.formats.raw.RawFormatFactory
-
- orderToValueMap - Variable in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator
-
- orderToValueMap - Variable in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction.LastValueWithRetractAccumulator
-
- org.apache.flink.formats.raw - package org.apache.flink.formats.raw
-
- org.apache.flink.table.data - package org.apache.flink.table.data
-
- org.apache.flink.table.data.binary - package org.apache.flink.table.data.binary
-
- org.apache.flink.table.data.conversion - package org.apache.flink.table.data.conversion
-
- org.apache.flink.table.data.util - package org.apache.flink.table.data.util
-
- org.apache.flink.table.data.writer - package org.apache.flink.table.data.writer
-
- org.apache.flink.table.runtime.collector - package org.apache.flink.table.runtime.collector
-
- org.apache.flink.table.runtime.connector.sink - package org.apache.flink.table.runtime.connector.sink
-
- org.apache.flink.table.runtime.connector.source - package org.apache.flink.table.runtime.connector.source
-
- 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.functions.aggregate - package org.apache.flink.table.runtime.functions.aggregate
-
- org.apache.flink.table.runtime.functions.aggregate.hyperloglog - package org.apache.flink.table.runtime.functions.aggregate.hyperloglog
-
- org.apache.flink.table.runtime.functions.scalar - package org.apache.flink.table.runtime.functions.scalar
-
- org.apache.flink.table.runtime.functions.table - package org.apache.flink.table.runtime.functions.table
-
- org.apache.flink.table.runtime.functions.table.lookup - package org.apache.flink.table.runtime.functions.table.lookup
-
- org.apache.flink.table.runtime.functions.table.lookup.fullcache - package org.apache.flink.table.runtime.functions.table.lookup.fullcache
-
- org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat - package org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat
-
- org.apache.flink.table.runtime.generated - package org.apache.flink.table.runtime.generated
-
- org.apache.flink.table.runtime.groupwindow - package org.apache.flink.table.runtime.groupwindow
-
- 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.aggregate.window - package org.apache.flink.table.runtime.operators.aggregate.window
-
- org.apache.flink.table.runtime.operators.aggregate.window.buffers - package org.apache.flink.table.runtime.operators.aggregate.window.buffers
-
- org.apache.flink.table.runtime.operators.aggregate.window.combines - package org.apache.flink.table.runtime.operators.aggregate.window.combines
-
- org.apache.flink.table.runtime.operators.aggregate.window.processors - package org.apache.flink.table.runtime.operators.aggregate.window.processors
-
- 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.calc.async - package org.apache.flink.table.runtime.operators.calc.async
-
- org.apache.flink.table.runtime.operators.deduplicate - package org.apache.flink.table.runtime.operators.deduplicate
-
- org.apache.flink.table.runtime.operators.deduplicate.window - package org.apache.flink.table.runtime.operators.deduplicate.window
-
- org.apache.flink.table.runtime.operators.deduplicate.window.combines - package org.apache.flink.table.runtime.operators.deduplicate.window.combines
-
- org.apache.flink.table.runtime.operators.deduplicate.window.processors - package org.apache.flink.table.runtime.operators.deduplicate.window.processors
-
- org.apache.flink.table.runtime.operators.dynamicfiltering - package org.apache.flink.table.runtime.operators.dynamicfiltering
-
- org.apache.flink.table.runtime.operators.fusion - package org.apache.flink.table.runtime.operators.fusion
-
- org.apache.flink.table.runtime.operators.join - package org.apache.flink.table.runtime.operators.join
-
- org.apache.flink.table.runtime.operators.join.interval - package org.apache.flink.table.runtime.operators.join.interval
-
- 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.bundle - package org.apache.flink.table.runtime.operators.join.stream.bundle
-
- 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.join.window - package org.apache.flink.table.runtime.operators.join.window
-
- org.apache.flink.table.runtime.operators.match - package org.apache.flink.table.runtime.operators.match
-
- org.apache.flink.table.runtime.operators.metrics - package org.apache.flink.table.runtime.operators.metrics
-
- org.apache.flink.table.runtime.operators.misc - package org.apache.flink.table.runtime.operators.misc
-
- org.apache.flink.table.runtime.operators.multipleinput - package org.apache.flink.table.runtime.operators.multipleinput
-
- org.apache.flink.table.runtime.operators.multipleinput.input - package org.apache.flink.table.runtime.operators.multipleinput.input
-
- org.apache.flink.table.runtime.operators.multipleinput.output - package org.apache.flink.table.runtime.operators.multipleinput.output
-
- 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.rank.window - package org.apache.flink.table.runtime.operators.rank.window
-
- org.apache.flink.table.runtime.operators.rank.window.combines - package org.apache.flink.table.runtime.operators.rank.window.combines
-
- org.apache.flink.table.runtime.operators.rank.window.processors - package org.apache.flink.table.runtime.operators.rank.window.processors
-
- org.apache.flink.table.runtime.operators.runtimefilter - package org.apache.flink.table.runtime.operators.runtimefilter
-
- org.apache.flink.table.runtime.operators.runtimefilter.util - package org.apache.flink.table.runtime.operators.runtimefilter.util
-
- org.apache.flink.table.runtime.operators.sink - package org.apache.flink.table.runtime.operators.sink
-
- org.apache.flink.table.runtime.operators.sort - package org.apache.flink.table.runtime.operators.sort
-
- org.apache.flink.table.runtime.operators.source - package org.apache.flink.table.runtime.operators.source
-
- 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.grouping - package org.apache.flink.table.runtime.operators.window.grouping
-
- org.apache.flink.table.runtime.operators.window.groupwindow.assigners - package org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
- org.apache.flink.table.runtime.operators.window.groupwindow.internal - package org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
- org.apache.flink.table.runtime.operators.window.groupwindow.operator - package org.apache.flink.table.runtime.operators.window.groupwindow.operator
-
- org.apache.flink.table.runtime.operators.window.groupwindow.triggers - package org.apache.flink.table.runtime.operators.window.groupwindow.triggers
-
- org.apache.flink.table.runtime.operators.window.tvf.combines - package org.apache.flink.table.runtime.operators.window.tvf.combines
-
- org.apache.flink.table.runtime.operators.window.tvf.common - package org.apache.flink.table.runtime.operators.window.tvf.common
-
- org.apache.flink.table.runtime.operators.window.tvf.operator - package org.apache.flink.table.runtime.operators.window.tvf.operator
-
- org.apache.flink.table.runtime.operators.window.tvf.slicing - package org.apache.flink.table.runtime.operators.window.tvf.slicing
-
- org.apache.flink.table.runtime.operators.window.tvf.state - package org.apache.flink.table.runtime.operators.window.tvf.state
-
- org.apache.flink.table.runtime.operators.window.tvf.unslicing - package org.apache.flink.table.runtime.operators.window.tvf.unslicing
-
- 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.script - package org.apache.flink.table.runtime.script
-
- 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
-
- org.apache.flink.table.runtime.util.collections.binary - package org.apache.flink.table.runtime.util.collections.binary
-
- 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
-
- 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
-
- output(RowData) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
-
Outputs results to downstream operators.
- OutputBase - Class in org.apache.flink.table.runtime.operators.multipleinput.output
-
Base Output that can be used to emit elements and other messages in MultipleInputStreamOperatorBase.
- OutputBase(StreamOperator<?>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.output.OutputBase
-
- OutputConversionOperator - Class in org.apache.flink.table.runtime.operators.sink
-
Operator that converts to external data structures and unwraps atomic records if necessary.
- OutputConversionOperator(RowData.FieldGetter, DynamicTableSink.DataStructureConverter, int, boolean) - Constructor for class org.apache.flink.table.runtime.operators.sink.OutputConversionOperator
-
- outputRankNumber - Variable in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- outputRankNumber(boolean) - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- outputResult(Object) - Method in class org.apache.flink.table.runtime.collector.TableFunctionCollector
-
Output final result of this UDTF to downstreams.
- outputResult(T) - Method in class org.apache.flink.table.runtime.collector.WrappingCollector
-
Outputs the final result to the wrapped collector.
- outputs - Variable in class org.apache.flink.table.runtime.operators.multipleinput.output.BroadcastingOutput
-
- outRow - Variable in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- OVER_MAX_ROW_COUNT - Static variable in class org.apache.flink.table.runtime.operators.runtimefilter.util.RuntimeFilterUtils
-
- 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.
- PaddingLeftMapFunction - Class in org.apache.flink.table.runtime.operators.join.interval
-
Function performing left padding.
- PaddingLeftMapFunction(OuterJoinPaddingUtil, InternalTypeInfo<RowData>) - Constructor for class org.apache.flink.table.runtime.operators.join.interval.PaddingLeftMapFunction
-
- PaddingRightMapFunction - Class in org.apache.flink.table.runtime.operators.join.interval
-
Function performing right padding.
- PaddingRightMapFunction(OuterJoinPaddingUtil, InternalTypeInfo<RowData>) - Constructor for class org.apache.flink.table.runtime.operators.join.interval.PaddingRightMapFunction
-
- padLeft(RowData) - Method in class org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
-
Returns a padding result with the given left row.
- padNullForLeftJoin(RowData, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- padRight(RowData) - Method in class org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
-
Returns a padding result with the given right row.
- PagedTypeSerializer<T> - Class in org.apache.flink.table.runtime.typeutils
-
A type serializer which provides paged serialize and deserialize methods.
- PagedTypeSerializer() - Constructor for class org.apache.flink.table.runtime.typeutils.PagedTypeSerializer
-
- 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 class org.apache.flink.table.runtime.util.LazyMemorySegmentPool
-
- 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.groupwindow.assigners
-
A WindowAssigner that window can be split into panes.
- PanedWindowAssigner() - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.PanedWindowAssigner
-
- PanedWindowProcessFunction<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
- PanedWindowProcessFunction(PanedWindowAssigner<W>, NamespaceAggsHandleFunctionBase<W>, long) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.internal.PanedWindowProcessFunction
-
- parameters - Variable in class org.apache.flink.table.runtime.operators.fusion.FusionStreamOperatorBase
-
- 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.
- PatternProcessFunctionRunner - Class in org.apache.flink.table.runtime.operators.match
-
A PatternProcessFunction wrapper to delegate invocation to the code generated PatternProcessFunction.
- PatternProcessFunctionRunner(GeneratedFunction<PatternProcessFunction<RowData, RowData>>) - Constructor for class org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
-
- PeriodicWatermarkAssignerWrapper - Class in org.apache.flink.table.runtime.operators.wmassigners
-
Generates periodic watermarks based on a PeriodicWatermarkAssigner.
- PeriodicWatermarkAssignerWrapper(PeriodicWatermarkAssigner, int) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.PeriodicWatermarkAssignerWrapper
-
- 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
-
- PerKeyStateDataViewStore(RuntimeContext, StateTtlConfig) - 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 forwards the state
registration to an 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(int, BinaryRowData, AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
Point row to memory segments with offset(in the AbstractPagedInputView) and length.
- PojoConverter(PojoTypeInfo<T>, DataType[]) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.PojoConverter
-
- position(BinaryStringData, BinaryStringData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- position(BinaryStringData, BinaryStringData, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- power(double, DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- power(DecimalData, DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- power(DecimalData, double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- power10(int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- precision() - Method in class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
-
- precision() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- preFilter(RowData) - Method in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- preFilterCondition - Variable in class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
-
- preFilterCondition - Variable in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- 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
-
- prepareAggregateAccumulatorForEmit(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.GeneralWindowProcessFunction
-
- prepareAggregateAccumulatorForEmit(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
Prepares the accumulator of the given window before emit the final result.
- prepareAggregateAccumulatorForEmit(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowProcessFunction
-
- prepareAggregateAccumulatorForEmit(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.PanedWindowProcessFunction
-
- prepareCheckpoint() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- prepareCheckpoint() - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.UnsliceWindowAggProcessor
-
- prepareCheckpoint() - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- prepareCheckpoint() - Method in class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- prepareCheckpoint() - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
Performs a preparation before checkpoint.
- prepareCollector(RowData, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- prepareSnapshotPreBarrier(long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.LocalSlicingWindowAggOperator
-
- prepareSnapshotPreBarrier(long) - Method in class org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
-
- prepareSnapshotPreBarrier(long) - Method in class org.apache.flink.table.runtime.operators.join.stream.MiniBatchStreamingJoinOperator
-
- prepareSnapshotPreBarrier(long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- previousState - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- ProbeIterator - Class in org.apache.flink.table.runtime.hashtable
-
Probe iterator from probe or spilled partition.
- ProbeIterator(BinaryRowData) - Constructor for class org.apache.flink.table.runtime.hashtable.ProbeIterator
-
- probeKey - Variable in class org.apache.flink.table.runtime.operators.join.SortMergeJoinIterator
-
- probeToBinary(RowData) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
For code gen probe side to BinaryRowData.
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
-
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.OffsetOverFrame
-
- process(int, RowData) - Method in interface org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
-
return the ACC of the window frame.
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.RangeSlidingOverFrame
-
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedFollowingOverFrame
-
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.RangeUnboundedPrecedingOverFrame
-
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.RowSlidingOverFrame
-
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.RowUnboundedFollowingOverFrame
-
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.RowUnboundedPrecedingOverFrame
-
- process(int, RowData) - Method in class org.apache.flink.table.runtime.operators.over.frame.UnboundedOverWindowFrame
-
- processBundles(BufferBundle<?>, BufferBundle<?>) - Method in class org.apache.flink.table.runtime.operators.join.stream.MiniBatchStreamingJoinOperator
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.GroupTableAggFunction
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.LocalSlicingWindowAggOperator
-
- processElement(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- processElement(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.UnsliceWindowAggProcessor
-
- processElement(StreamRecord<IN>) - Method in class org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeDeduplicateKeepFirstRowFunction
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeDeduplicateKeepLastRowFunction
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.deduplicate.RowTimeDeduplicateFunction
-
- processElement(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperator
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.lookup.KeyedLookupJoinWrapper
-
- processElement(RowData, ProcessFunction<RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- processElement(RowData, JoinRecordStateView, JoinRecordStateView, boolean, boolean) - Method in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
-
Process an input element and output incremental joined records, retraction messages will be
sent in some scenarios.
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.FirstInputOfTwoInput
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.OneInput
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.SecondInputOfTwoInput
-
- processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - 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<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.BufferDataOverWindowOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.NonBufferOverWindowOperator
-
- processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeRangeBoundedPrecedingFunction
-
- processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeRowsBoundedPrecedingFunction
-
- processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
-
- processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRangeBoundedPrecedingFunction
-
- processElement(RowData, KeyedProcessFunction<K, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRowsBoundedPrecedingFunction
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.rank.AppendOnlyFirstNFunction
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.rank.AppendOnlyTopNFunction
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.rank.FastTop1Function
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
-
- processElement(RowData, KeyedProcessFunction<RowData, RowData, RowData>.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.rank.UpdatableTopNFunction
-
- processElement(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.runtimefilter.GlobalRuntimeFilterBuilderOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.runtimefilter.LocalRuntimeFilterBuilderOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sink.ConstraintEnforcer
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sink.OutputConversionOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sink.RowKindSetter
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sink.SinkOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sink.SinkUpsertMaterializer
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sink.StreamRecordTimestampInserter
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sort.LimitOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sort.ProcTimeSortOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sort.RankOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sort.SortLimitOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sort.SortOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.sort.StreamSortOperator
-
- processElement(StreamRecord<E>) - Method in class org.apache.flink.table.runtime.operators.source.InputConversionOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- processElement(RowData, RowData) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
Process an element with associated key from the input stream.
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.AlignedWindowTableFunctionOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.operator.UnalignedWindowTableFunctionOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
-
- processElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
-
- processElement1(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.HashJoinOperator
-
- processElement1(RowData) - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinFunction
-
- processElement1(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
-
- processElement1(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.stream.MiniBatchStreamingJoinOperator
-
- processElement1(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
-
- processElement1(StreamRecord<RowData>) - 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<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
-
- processElement1(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
-
- processElement1(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperator
-
- processElement2(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.HashJoinOperator
-
- processElement2(RowData) - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinFunction
-
- processElement2(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.SortMergeJoinOperator
-
- processElement2(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.stream.MiniBatchStreamingJoinOperator
-
- processElement2(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
-
- processElement2(StreamRecord<RowData>) - 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<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
-
- processElement2(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
-
- processElement2(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperator
-
- processElementsWithSameTimestamp(List<RowData>, Collector<RowData>) - 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<RowData>, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRangeUnboundedPrecedingFunction
-
- processElementsWithSameTimestamp(List<RowData>, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.over.RowTimeRowsUnboundedPrecedingFunction
-
- ProcessingTimeTriggers - Class in org.apache.flink.table.runtime.operators.window.groupwindow.triggers
-
A
Trigger that reacts to processing-time timers.
- ProcessingTimeTriggers.AfterEndOfWindow<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.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.groupwindow.triggers
-
Trigger every a given interval, the first trigger time is interval after the first element in
the pane.
- processLatencyMarker(LatencyMarker) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.FirstInputOfTwoInput
-
- processLatencyMarker(LatencyMarker) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.OneInput
-
- processLatencyMarker(LatencyMarker) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.SecondInputOfTwoInput
-
- processMatch(Map<String, List<RowData>>, PatternProcessFunction.Context, Collector<RowData>) - Method in class org.apache.flink.table.runtime.operators.match.PatternProcessFunctionRunner
-
- processSingleSideBundles(BufferBundle<?>, JoinRecordStateView, JoinRecordStateView, boolean) - Method in class org.apache.flink.table.runtime.operators.join.stream.MiniBatchStreamingJoinOperator
-
RetractMsg+accumulatingMsg would be optimized which would keep sending retractMsg but do not
deal with state.
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.LocalSlicingWindowAggOperator
-
- 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.multipleinput.input.FirstInputOfTwoInput
-
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.OneInput
-
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.SecondInputOfTwoInput
-
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.sink.SinkOperator
-
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.source.InputConversionOperator
-
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator
-
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
-
Override the base implementation to completely ignore watermarks propagated from upstream (we
rely only on the AssignerWithPeriodicWatermarks to emit watermarks from here).
- processWatermark(Watermark) - Method in class org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
-
- 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
WatermarkGenerator to emit watermarks from here).
- processWatermark1(Watermark) - Method in class org.apache.flink.table.runtime.operators.join.stream.MiniBatchStreamingJoinOperator
-
- processWatermark2(Watermark) - Method in class org.apache.flink.table.runtime.operators.join.stream.MiniBatchStreamingJoinOperator
-
- processWatermarkStatus(WatermarkStatus) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.FirstInputOfTwoInput
-
- processWatermarkStatus(WatermarkStatus) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.OneInput
-
- processWatermarkStatus(WatermarkStatus) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.SecondInputOfTwoInput
-
- processWatermarkStatus(WatermarkStatus) - Method in class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
-
- ProctimeAttribute - Class in org.apache.flink.table.runtime.groupwindow
-
- ProctimeAttribute(WindowReference) - Constructor for class org.apache.flink.table.runtime.groupwindow.ProctimeAttribute
-
Deprecated.
- ProcTimeDeduplicateKeepFirstRowFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
-
This function is used to deduplicate on keys and keeps only first row.
- ProcTimeDeduplicateKeepFirstRowFunction(long) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeDeduplicateKeepFirstRowFunction
-
- ProcTimeDeduplicateKeepLastRowFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
-
This function is used to deduplicate on keys and keeps only last row.
- ProcTimeDeduplicateKeepLastRowFunction(InternalTypeInfo<RowData>, long, boolean, boolean, boolean, GeneratedRecordEqualiser) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeDeduplicateKeepLastRowFunction
-
- ProcTimeIntervalJoin - Class in org.apache.flink.table.runtime.operators.join.interval
-
The function to execute processing time interval stream inner-join.
- ProcTimeIntervalJoin(FlinkJoinType, long, long, long, InternalTypeInfo<RowData>, InternalTypeInfo<RowData>, IntervalJoinFunction) - Constructor for class org.apache.flink.table.runtime.operators.join.interval.ProcTimeIntervalJoin
-
- ProcTimeMiniBatchAssignerOperator - Class in org.apache.flink.table.runtime.operators.wmassigners
-
A stream operator that emits mini-batch marker in a given period.
- ProcTimeMiniBatchAssignerOperator(long) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.ProcTimeMiniBatchAssignerOperator
-
- ProcTimeMiniBatchDeduplicateKeepFirstRowFunction - 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.
- ProcTimeMiniBatchDeduplicateKeepFirstRowFunction(TypeSerializer<RowData>, long) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeMiniBatchDeduplicateKeepFirstRowFunction
-
- ProcTimeMiniBatchDeduplicateKeepLastRowFunction - 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.
- ProcTimeMiniBatchDeduplicateKeepLastRowFunction(InternalTypeInfo<RowData>, TypeSerializer<RowData>, long, boolean, boolean, boolean, GeneratedRecordEqualiser) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.ProcTimeMiniBatchDeduplicateKeepLastRowFunction
-
- ProcTimeRangeBoundedPrecedingFunction<K> - Class in org.apache.flink.table.runtime.operators.over
-
Process Function used for the aggregate in bounded proc-time OVER window.
- ProcTimeRangeBoundedPrecedingFunction(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(InternalTypeInfo<RowData>, 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(StateTtlConfig, GeneratedAggsHandleFunction, LogicalType[]) - Constructor for class org.apache.flink.table.runtime.operators.over.ProcTimeUnboundedPrecedingFunction
-
- produceUpdates - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- produceUpdates - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- produceUpdates() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- Projection<IN extends org.apache.flink.table.data.RowData,OUT extends org.apache.flink.table.data.RowData> - Interface in org.apache.flink.table.runtime.generated
-
Interface for code generated projection, which will map a RowData to another one.
- Provider(OperatorID, List<String>) - Constructor for class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorCoordinator.Provider
-
- PunctuatedWatermarkAssignerWrapper - Class in org.apache.flink.table.runtime.operators.wmassigners
-
Generates periodic watermarks based on a PunctuatedWatermarkAssigner.
- PunctuatedWatermarkAssignerWrapper(PunctuatedWatermarkAssigner, int, DataType) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.PunctuatedWatermarkAssignerWrapper
-
- pushToOperator(StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingFirstInputOfTwoInputStreamOperatorOutput
-
- pushToOperator(StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingOneInputStreamOperatorOutput
-
- pushToOperator(StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.CopyingSecondInputOfTwoInputStreamOperatorOutput
-
- pushToOperator(StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.FirstInputOfTwoInputStreamOperatorOutput
-
- pushToOperator(StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.OneInputStreamOperatorOutput
-
- pushToOperator(StreamRecord<X>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.output.SecondInputOfTwoInputStreamOperatorOutput
-
- put(String, JsonPath) - Method in class org.apache.flink.table.runtime.functions.JsonPathCache
-
- put(RowData, Collection<RowData>) - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.LookupFullCache
-
- put(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Appends a record into the buffer.
- put(W, RowData, UV) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
Associates a new value with the given key.
- putAll(RowData, Collection<RowData>) - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Puts a record list into the buffer under the sortKey.
- putAll(W, Map<RowData, UV>) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
Copies all of the mappings from the given map into the state.
- 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(RowData) - Method in class org.apache.flink.table.runtime.hashtable.BinaryHashTable
-
Put a build side row to hash table.
- putBuildRow(BinaryRowData) - 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(DecimalData, 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(RowData, 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(StringData, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
-
UTF-8 supports bytes comparison.
- putTimestampNormalizedKey(TimestampData, MemorySegment, int, int) - Static method in class org.apache.flink.table.runtime.operators.sort.SortUtil
-
Support the compact precision TimestampData.
- radians(DecimalData) - 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
-
- rankEnd(long) - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- 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.
- rankStart(long) - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- RankType - Enum in org.apache.flink.table.runtime.operators.rank
-
An enumeration of rank type, usable to show how exactly generate rank number.
- RawByteArrayConverter<T> - Class in org.apache.flink.table.data.conversion
-
Converter for RawType of byte[] external type.
- RawFormatDeserializationSchema - Class in org.apache.flink.formats.raw
-
Deserialization schema from raw (byte based) value to Flink Table/SQL internal data structure
RowData.
- RawFormatDeserializationSchema(LogicalType, TypeInformation<RowData>, String, boolean) - Constructor for class org.apache.flink.formats.raw.RawFormatDeserializationSchema
-
- RawFormatFactory - Class in org.apache.flink.formats.raw
-
Format factory for raw format which allows to read and write raw (byte based) values as a single
column.
- RawFormatFactory() - Constructor for class org.apache.flink.formats.raw.RawFormatFactory
-
- RawFormatOptions - Class in org.apache.flink.formats.raw
-
Options for the "raw" format.
- RawFormatSerializationSchema - Class in org.apache.flink.formats.raw
-
Serialization schema that serializes an RowData object into raw (byte based) value.
- RawFormatSerializationSchema(LogicalType, String, boolean) - Constructor for class org.apache.flink.formats.raw.RawFormatSerializationSchema
-
- RawObjectConverter<T> - Class in org.apache.flink.table.data.conversion
-
Converter for RawType of object external type.
- RawValueDataSerializer<T> - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for RawValueData.
- RawValueDataSerializer(TypeSerializer<T>) - Constructor for class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- RawValueDataSerializer.RawValueDataSerializerSnapshot<T> - Class in org.apache.flink.table.runtime.typeutils
-
- RawValueDataSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
-
- RawValueDataSerializerSnapshot(RawValueDataSerializer<T>) - Constructor for class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot
-
- 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
-
- readBlock(MemorySegment) - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelReader
-
- readOuterSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer.ExternalSerializerSnapshot
-
- readOuterSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer.LinkedListSerializerSnapshot
-
- readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
-
- readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
-
- readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
-
- readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
-
- readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
-
- readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
-
- readSnapshot(int, DataInputView, ClassLoader) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
-
- 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.util.collections.binary.BytesMap
-
- recordArea - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
The segments where the actual data is stored.
- recordBuffer - Variable in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
-
- RecordComparator - Interface in org.apache.flink.table.runtime.generated
-
- 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
-
- recordCounter - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
Used to count the number of added and retracted input records.
- recordCountIsZero(RowData) - Method in class org.apache.flink.table.runtime.operators.aggregate.RecordCounter
-
We store the counter in the accumulator.
- RecordEqualiser - Interface in org.apache.flink.table.runtime.generated
-
Record equaliser for RowData which can compare two RowData and returns whether they are equal.
- RecordsCombiner - Interface in org.apache.flink.table.runtime.operators.window.tvf.combines
-
- RecordsCombiner.Factory - Interface in org.apache.flink.table.runtime.operators.window.tvf.combines
-
- RecordsCombiner.LocalFactory - Interface in org.apache.flink.table.runtime.operators.window.tvf.combines
-
A factory that creates a
RecordsCombiner used for combining at local stage.
- recordSize() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
-
- recordsPerSegment() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
-
- RecordsWindowBuffer - Class in org.apache.flink.table.runtime.operators.aggregate.window.buffers
-
- RecordsWindowBuffer(Object, MemoryManager, long, RecordsCombiner, PagedTypeSerializer<RowData>, AbstractRowDataSerializer<RowData>, boolean, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.buffers.RecordsWindowBuffer
-
- RecordsWindowBuffer.Factory - Class in org.apache.flink.table.runtime.operators.aggregate.window.buffers
-
- RecordsWindowBuffer.LocalFactory - Class in org.apache.flink.table.runtime.operators.aggregate.window.buffers
-
- 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
-
- reducedSize() - Method in class org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
Return the number of reduced records.
- RefCountedCache(LookupCache) - Constructor for class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager.RefCountedCache
-
- reference - Variable in class org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty
-
Deprecated.
- 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.
- registerCacheIfAbsent(String, LookupCache) - Method in class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager
-
Register a cache instance with identifier to the manager.
- 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
-
- registerDynamicFilteringDataListenerID(String) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorFactory
-
- registerEventTimeTimer(long) - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator.ContextImpl
-
- registerEventTimeTimer(long) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger.TriggerContext
-
Register an event-time callback.
- registerEventTimeWindowTimer(W) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerService
-
Registers a window timer to be fired when event time watermark passes the window.
- registerEventTimeWindowTimer(Long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SlicingWindowTimerServiceImpl
-
- registerEventTimeWindowTimer(TimeWindow) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnslicingWindowTimerServiceImpl
-
- 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.TableStreamOperator.ContextImpl
-
- registerProcessingTimeTimer(long) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.triggers.Trigger.TriggerContext
-
Register a system time callback.
- registerProcessingTimeWindowTimer(W) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerService
-
Registers a window timer to be fired when processing time passes the window.
- registerProcessingTimeWindowTimer(Long) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SlicingWindowTimerServiceImpl
-
- registerProcessingTimeWindowTimer(TimeWindow) - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnslicingWindowTimerServiceImpl
-
- release() - Method in class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager.RefCountedCache
-
- releaseMemoryCacheForSMJ() - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
Due to adaptive hash join is introduced, the cached memory segments should be released to
MemoryManager before switch to sort merge join.
- reloadAsync() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- ReloadTriggerContext - Class in org.apache.flink.table.runtime.functions.table.lookup.fullcache
-
Runtime implementation of CacheReloadTrigger.Context.
- ReloadTriggerContext(Supplier<CompletableFuture<Void>>, Consumer<Throwable>) - Constructor for class org.apache.flink.table.runtime.functions.table.lookup.fullcache.ReloadTriggerContext
-
- 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(EE) - Method in class org.apache.flink.table.runtime.dataview.StateListView
-
- remove(RowData, RowData) - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
- remove(W, RowData) - Method in class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
Deletes the mapping of the given key.
- remove() - Method in class org.apache.flink.table.runtime.util.SingleElementIterator
-
- removeAll(RowData) - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Removes all record list from the buffer under the sortKey.
- 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.LRUMap
-
- removeLast() - Method in class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Removes the last record of the last Entry in the buffer.
- removeLegacyTypes(LogicalType) - Static method in class org.apache.flink.table.runtime.types.PlannerTypeUtils
-
A conversion that removes all LegacyTypeInformationTypes by mapping to corresponding
new types.
- 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(String, String, String) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
Replaces all the old strings with the replacement string.
- replace(long, RowData) - Method in class org.apache.flink.table.runtime.util.WindowKey
-
Replace the currently stored key and window by the given new key and new window.
- ReplicateRowsFunction - Class in org.apache.flink.table.runtime.functions.table
-
Replicate the row N times.
- ReplicateRowsFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.table.ReplicateRowsFunction
-
- reportOrForwardLatencyMarker(LatencyMarker) - Method in class org.apache.flink.table.runtime.operators.sink.SinkOperator
-
- 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
-
- requiredOptions() - Method in class org.apache.flink.formats.raw.RawFormatFactory
-
- reservedNumBuffers - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- reset() - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
First, reset.
- reset() - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
First, reset.
- reset() - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
Reset writer to prepare next write.
- 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 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.collections.binary.AbstractBytesHashMap
-
reset the map's record and bucket area's memory segments for reusing.
- reset() - Method in class org.apache.flink.table.runtime.util.collections.binary.AbstractBytesMultiMap
-
reset the map's record and bucket area's memory segments for reusing.
- reset() - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
reset the map's record and bucket area's memory segments for reusing.
- 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.
- resetAccumulator(HllBuffer) - Method in class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
-
- resetAccumulator(CollectAggFunction.CollectAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- resetAccumulator(RowData) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueAggFunction
-
- resetAccumulator(FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- resetAccumulator(JsonArrayAggFunction.Accumulator) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction
-
- resetAccumulator(JsonObjectAggFunction.Accumulator) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- resetAccumulator(LagAggFunction.LagAcc<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.LagAggFunction
-
- resetAccumulator(RowData) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueAggFunction
-
- resetAccumulator(LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- resetAccumulator(ListAggWithRetractAggFunction.ListAggWithRetractAccumulator) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- resetAccumulator(ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- resetAccumulator(MaxWithRetractAggFunction.MaxWithRetractAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- resetAccumulator(MinWithRetractAggFunction.MinWithRetractAccumulator<T>) - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- resetAccumulators() - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Resets all the accumulators.
- resetBucketSegments(List<MemorySegment>) - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- 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(IOManager, LazyMemorySegmentPool, AbstractRowDataSerializer, 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 RowData and return BinaryRowData iterator.
- ResettableRowBuffer.ResettableIterator - Interface in org.apache.flink.table.runtime.util
-
Row iterator that can be reset.
- resetToCheckpoint(long, byte[]) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorCoordinator
-
- resolveOuterSchemaCompatibility(TypeSerializerSnapshot<LinkedList<T>>) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer.LinkedListSerializerSnapshot
-
- resolveSchemaCompatibility(TypeSerializerSnapshot<ArrayData>) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
-
- resolveSchemaCompatibility(TypeSerializerSnapshot<BinaryRowData>) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
-
- resolveSchemaCompatibility(TypeSerializerSnapshot<DecimalData>) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
-
- resolveSchemaCompatibility(TypeSerializerSnapshot<MapData>) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
-
- resolveSchemaCompatibility(TypeSerializerSnapshot<RowData>) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
-
- resolveSchemaCompatibility(TypeSerializerSnapshot<SortedMap<K, V>>) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
-
- resolveSchemaCompatibility(TypeSerializerSnapshot<TimestampData>) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
-
- restoreSerializer() - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
-
- restoreSerializer() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
-
- restoreSerializer() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
-
- restoreSerializer() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
-
- restoreSerializer() - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
-
- restoreSerializer() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
-
- restoreSerializer() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
-
- ResultRetryStrategy - Class in org.apache.flink.table.runtime.operators.join.lookup
-
A utility class to wrap the data stream api AsyncRetryStrategy to support both sync and
async retry in table module.
- ResultRetryStrategy(AsyncRetryStrategy) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.ResultRetryStrategy
-
- retain() - Method in class org.apache.flink.table.runtime.functions.table.lookup.LookupCacheManager.RefCountedCache
-
- retireWindow(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowSet
-
Removes the given window from the set of in-flight windows.
- retract(CollectAggFunction.CollectAccumulator<T>, T) - Method in class org.apache.flink.table.runtime.functions.aggregate.CollectAggFunction
-
- retract(FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>, Object) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- retract(FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>, Object, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction
-
- retract(JsonArrayAggFunction.Accumulator, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonArrayAggFunction
-
- retract(JsonObjectAggFunction.Accumulator, StringData, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.JsonObjectAggFunction
-
- retract(LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T>, Object) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- retract(LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T>, Object, Long) - Method in class org.apache.flink.table.runtime.functions.aggregate.LastValueWithRetractAggFunction
-
- retract(ListAggWithRetractAggFunction.ListAggWithRetractAccumulator, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction
-
- retract(ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator, StringData, StringData) - Method in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction
-
- retract(MaxWithRetractAggFunction.MaxWithRetractAccumulator<T>, T) - Method in class org.apache.flink.table.runtime.functions.aggregate.MaxWithRetractAggFunction
-
- retract(MinWithRetractAggFunction.MinWithRetractAccumulator<T>, T) - Method in class org.apache.flink.table.runtime.functions.aggregate.MinWithRetractAggFunction
-
- retract(RowData) - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Retracts the input values from the accumulators.
- retract(RowData) - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
Retracts the input values from the accumulators.
- RetractableTopNFunction - Class in org.apache.flink.table.runtime.operators.rank
-
A TopN function could handle updating stream.
- RetractableTopNFunction(StateTtlConfig, InternalTypeInfo<RowData>, ComparableRecordComparator, RowDataKeySelector, RankType, RankRange, GeneratedRecordEqualiser, boolean, boolean) - Constructor for class org.apache.flink.table.runtime.operators.rank.RetractableTopNFunction
-
- retractList - Variable in class org.apache.flink.table.runtime.functions.aggregate.ListAggWithRetractAggFunction.ListAggWithRetractAccumulator
-
- retractList - Variable in class org.apache.flink.table.runtime.functions.aggregate.ListAggWsWithRetractAggFunction.ListAggWsWithRetractAccumulator
-
- retractRecord(RowData) - Method in interface org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateView
-
Retract the record from the state view.
- RetryableAsyncLookupFunctionDelegator - Class in org.apache.flink.table.runtime.operators.join.lookup
-
A delegator holds user's AsyncLookupFunction to handle retries.
- RetryableAsyncLookupFunctionDelegator(AsyncLookupFunction, ResultRetryStrategy) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.RetryableAsyncLookupFunctionDelegator
-
- RetryableLookupFunctionDelegator - Class in org.apache.flink.table.runtime.operators.join.lookup
-
A delegator holds user's LookupFunction to handle retries.
- RetryableLookupFunctionDelegator(LookupFunction, ResultRetryStrategy) - Constructor for class org.apache.flink.table.runtime.operators.join.lookup.RetryableLookupFunctionDelegator
-
- RetryPredicates - Class in org.apache.flink.table.runtime.operators.calc.async
-
Contains retry predicates used to determine if a result or error should result in a retry.
- RetryPredicates() - Constructor for class org.apache.flink.table.runtime.operators.calc.async.RetryPredicates
-
- RetryPredicates.AnyExceptionStrategy - Class in org.apache.flink.table.runtime.operators.calc.async
-
Returns true for any exception.
- RetryPredicates.EmptyResponseResultStrategy - Class in org.apache.flink.table.runtime.operators.calc.async
-
Returns true if the response is null or empty.
- 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 class org.apache.flink.table.runtime.util.LazyMemorySegmentPool
-
- returnAll(List<MemorySegment>) - Method in interface org.apache.flink.table.runtime.util.MemorySegmentPool
-
Return all pages back into this pool.
- returnPage(MemorySegment) - Method in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
- returnPage(MemorySegment) - Method in class org.apache.flink.table.runtime.util.LazyMemorySegmentPool
-
- returnSegments(List<MemorySegment>) - Method in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- returnToSegmentPool() - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
-
- reusedKey - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
Used as a reused object when lookup and iteration.
- reusedValue - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
Used as a reused object when retrieve the map's value by key and iteration.
- reuseOutput - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- reverse(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
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
-
- rightIsOuter - Variable in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
-
- rightRecordStateView - Variable in class org.apache.flink.table.runtime.operators.join.stream.StreamingJoinOperator
-
- rightRowSerializer - Variable in class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
-
- rightSerializer - Variable in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperator
-
- rightSerializer(TypeSerializer<RowData>) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
- rightStateRetentionTime - 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
-
- rightWindowEndIndex(int) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
- row1 - Variable in class org.apache.flink.table.runtime.operators.sort.BinaryIndexedSortable
-
- RowConverter(DataType[]) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.RowConverter
-
- RowDataEventComparator - Class in org.apache.flink.table.runtime.operators.match
-
- RowDataEventComparator(GeneratedRecordComparator) - Constructor for class org.apache.flink.table.runtime.operators.match.RowDataEventComparator
-
- RowDataKeySelector - Interface in org.apache.flink.table.runtime.keyselector
-
RowDataKeySelector takes an RowData and extracts the deterministic key for the RowData.
- RowDataSerializer - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for RowData.
- RowDataSerializer(RowType) - Constructor for class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- RowDataSerializer(LogicalType...) - Constructor for class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- RowDataSerializer(LogicalType[], TypeSerializer<?>[]) - Constructor for class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- RowDataSerializer.RowDataSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
-
- RowDataSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
-
- RowDataUtil - Class in org.apache.flink.table.data.util
-
Utilities for RowData.
- RowDataUtil() - Constructor for class org.apache.flink.table.data.util.RowDataUtil
-
- RowIterator<T extends org.apache.flink.table.data.RowData> - Interface in org.apache.flink.table.runtime.util
-
An internal iterator interface which presents a more restrictive API than
Iterator.
- RowKindSetter - Class in org.apache.flink.table.runtime.operators.sink
-
An operator that sets the row kind of the incoming records to a specific row kind.
- RowKindSetter(RowKind) - Constructor for class org.apache.flink.table.runtime.operators.sink.RowKindSetter
-
- RowRowConverter - Class in org.apache.flink.table.data.conversion
-
Converter for RowType of Row external type.
- 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
-
- RowtimeAttribute - Class in org.apache.flink.table.runtime.groupwindow
-
- RowtimeAttribute(WindowReference) - Constructor for class org.apache.flink.table.runtime.groupwindow.RowtimeAttribute
-
Deprecated.
- RowTimeDeduplicateFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
-
This function is used to deduplicate on keys and keeps only first or last row on row time.
- RowTimeDeduplicateFunction(InternalTypeInfo<RowData>, long, int, boolean, boolean, boolean) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.RowTimeDeduplicateFunction
-
- RowTimeDeduplicateRecordsCombiner - Class in org.apache.flink.table.runtime.operators.deduplicate.window.combines
-
An implementation of
RecordsCombiner that stores the first/last records of incremental
input records into the window state.
- RowTimeDeduplicateRecordsCombiner(WindowTimerService<Long>, StateKeyContext, WindowValueState<Long>, int, boolean, TypeSerializer<RowData>) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.window.combines.RowTimeDeduplicateRecordsCombiner
-
- RowTimeDeduplicateRecordsCombiner.Factory - Class in org.apache.flink.table.runtime.operators.deduplicate.window.combines
-
- rowtimeIndex(int) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.RowTimeWindowDeduplicateOperatorBuilder
-
- rowtimeIndex - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- rowtimeIndex - Variable in class org.apache.flink.table.runtime.operators.window.tvf.operator.WindowTableFunctionOperatorBase
-
- RowTimeIntervalJoin - Class in org.apache.flink.table.runtime.operators.join.interval
-
The function to execute row(event) time interval stream inner-join.
- RowTimeIntervalJoin(FlinkJoinType, long, long, long, long, InternalTypeInfo<RowData>, InternalTypeInfo<RowData>, IntervalJoinFunction, int, int) - Constructor for class org.apache.flink.table.runtime.operators.join.interval.RowTimeIntervalJoin
-
- RowTimeMiniBatchAssginerOperator - Class in org.apache.flink.table.runtime.operators.wmassigners
-
A stream operator that emits watermark in a given event-time interval.
- RowTimeMiniBatchAssginerOperator(long) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.RowTimeMiniBatchAssginerOperator
-
- RowTimeMiniBatchDeduplicateFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
-
This function is used to get the first or last row for every key partition in miniBatch mode.
- RowTimeMiniBatchDeduplicateFunction(InternalTypeInfo<RowData>, TypeSerializer<RowData>, long, int, boolean, boolean, boolean) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.RowTimeMiniBatchDeduplicateFunction
-
- RowTimeMiniBatchLatestChangeDeduplicateFunction - Class in org.apache.flink.table.runtime.operators.deduplicate
-
This function is used to get the first or last row for every key partition in miniBatch mode.
- RowTimeMiniBatchLatestChangeDeduplicateFunction(InternalTypeInfo<RowData>, TypeSerializer<RowData>, long, int, boolean, boolean, boolean) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.RowTimeMiniBatchLatestChangeDeduplicateFunction
-
- RowTimeRangeBoundedPrecedingFunction<K> - Class in org.apache.flink.table.runtime.operators.over
-
Process Function for RANGE clause event-time bounded OVER window.
- RowTimeRangeBoundedPrecedingFunction(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(InternalTypeInfo<RowData>, int, GeneratedRecordComparator) - Constructor for class org.apache.flink.table.runtime.operators.sort.RowTimeSortOperator
-
- RowTimeWindowDeduplicateOperatorBuilder - Class in org.apache.flink.table.runtime.operators.deduplicate.window
-
- RowTimeWindowDeduplicateOperatorBuilder() - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.window.RowTimeWindowDeduplicateOperatorBuilder
-
- RowTimeWindowDeduplicateProcessor - Class in org.apache.flink.table.runtime.operators.deduplicate.window.processors
-
A rowtime window deduplicate processor.
- RowTimeWindowDeduplicateProcessor(TypeSerializer<RowData>, WindowBuffer.Factory, int, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.deduplicate.window.processors.RowTimeWindowDeduplicateProcessor
-
- 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.
- run() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat.InputSplitCacheLoadTask
-
- RuntimeFilterUtils - Class in org.apache.flink.table.runtime.operators.runtimefilter.util
-
Utilities for runtime filter.
- RuntimeFilterUtils() - Constructor for class org.apache.flink.table.runtime.operators.runtimefilter.util.RuntimeFilterUtils
-
- safeToString(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- scale() - Method in class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
-
- scale() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- ScanRuntimeProviderContext - Class in org.apache.flink.table.runtime.connector.source
-
Implementation of ScanTableSource.Context.
- ScanRuntimeProviderContext() - Constructor for class org.apache.flink.table.runtime.connector.source.ScanRuntimeProviderContext
-
- ScriptTransformIOInfo - Class in org.apache.flink.table.runtime.script
-
The wrapper class of the input/out schema for script transform.
- ScriptTransformIOInfo(String, Map<String, String>, String, Map<String, String>, String, String, Serializable) - Constructor for class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- SecondInputOfTwoInput - Class in org.apache.flink.table.runtime.operators.multipleinput.input
-
Input for the second input of TwoInputStreamOperator.
- SecondInputOfTwoInput(TwoInputStreamOperator<RowData, RowData, RowData>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.input.SecondInputOfTwoInput
-
- SecondInputOfTwoInputStreamOperatorOutput - Class in org.apache.flink.table.runtime.operators.multipleinput.output
-
An Output that can be used to emit elements and other messages for the second input of
TwoInputStreamOperator.
- SecondInputOfTwoInputStreamOperatorOutput(TwoInputStreamOperator<RowData, RowData, RowData>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.output.SecondInputOfTwoInputStreamOperatorOutput
-
- seekToPosition(long) - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelReader
-
- segmentSize - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
The size of the segments used by the hash join buckets.
- segmentSize - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- 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<RowData>>) - Method in class org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
-
- serialize(RowData) - Method in class org.apache.flink.formats.raw.RawFormatSerializationSchema
-
- 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(ArrayData, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- serialize(BinaryRowData, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- serialize(DecimalData, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- serialize(E, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- serialize(LinkedList<T>, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- serialize(MapData, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- serialize(RawValueData<T>, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- serialize(RowData, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- serialize(StringData, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- serialize(TimestampData, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- serialize(WindowKey, DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- serializeJson(JsonNode) - Static method in class org.apache.flink.table.runtime.functions.SqlJsonUtils
-
Serializes the given JsonNode to a JSON string.
- serializer - Variable in class org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
-
- 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(BinaryRowData) - Method in class org.apache.flink.table.runtime.hashtable.LongHashPartition
-
- serializeToPages(BinaryRowData, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- serializeToPages(T, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.typeutils.PagedTypeSerializer
-
Serializes the given record to the given target paged output view.
- serializeToPages(RowData, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- serializeToPages(WindowKey, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
Actually, the return value is just for saving checkSkipReadForFixLengthPart in the
mapFromPages, the cost is very small.
- serializeWithoutLengthSlow(BinaryRowData, MemorySegmentWritable) - Static method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- session(Duration) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- session(int, ZoneId, Duration) - Static method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners
-
Creates a session window
UnsliceAssigner that assigns elements to windows based on
the timestamp.
- SessionUnsliceAssigner(int, ZoneId, long) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.SessionUnsliceAssigner
-
- SessionWindowAssigner - Class in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
- SessionWindowAssigner(long, boolean) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.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<BinaryRowData>) - Method in class org.apache.flink.table.runtime.hashtable.ProbeIterator
-
- set(E) - Method in class org.apache.flink.table.runtime.util.SingleElementIterator
-
Resets the element.
- setAccumulators(RowData) - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunctionBase
-
Set the current accumulators (saved in a row) which contains the current aggregated results.
- setAccumulators(N, RowData) - Method in interface org.apache.flink.table.runtime.generated.NamespaceAggsHandleFunctionBase
-
Set the current accumulators (saved in a row) which contains the current aggregated results.
- setBoolean(int, boolean) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setBoolean(int, boolean) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- 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.data.BoxedWrapperRowData
-
- setByte(int, byte) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setByte(MemorySegment[], int, byte) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
set byte from segments.
- setCollectListener(ListenableCollector.CollectListener<T>) - Method in class org.apache.flink.table.runtime.collector.ListenableCollector
-
- setCollector(Collector<?>) - Method in class org.apache.flink.table.runtime.collector.TableFunctionCollector
-
Sets the current collector, which used to emit the final row.
- setCollector(Collector<T>) - Method in class org.apache.flink.table.runtime.collector.WrappingCollector
-
Sets the current collector which is used to emit the final result.
- setCurrentKey(RowData) - Method in interface org.apache.flink.table.runtime.context.ExecutionContext
-
Sets current key.
- setCurrentKey(RowData) - Method in class org.apache.flink.table.runtime.context.ExecutionContextImpl
-
- setCurrentKey(RowData) - Method in interface org.apache.flink.table.runtime.operators.window.tvf.state.StateKeyContext
-
Sets current state key to given value.
- 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, DecimalData, int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setDecimal(int, DecimalData, int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setDouble(int, double) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setDouble(int, double) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- 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.data.UpdatableRowData
-
- setFloat(int, float) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setFloat(int, float) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setFloat(MemorySegment[], int, float) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
set float from segments.
- 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(RowData) - Method in class org.apache.flink.table.runtime.hashtable.ProbeIterator
-
- setInt(int, int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setInt(int, int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setInt(MemorySegment[], int, int) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
set int from segments.
- setJoinKey(RowData) - Method in class org.apache.flink.table.runtime.operators.join.interval.IntervalJoinFunction
-
- setKeyContext(KeyContext) - Method in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
Sets keyContext to RankFunction.
- setKeyContextElement(StreamRecord<RowData>) - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputBase
-
- setList(List<EE>) - Method in class org.apache.flink.table.runtime.dataview.StateListView
-
- setLong(int, long) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setLong(int, long) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setLong(MemorySegment[], int, long) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
set long from segments.
- setManagedMemoryFraction(double) - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- setMap(Map<EK, EV>) - Method in class org.apache.flink.table.runtime.dataview.StateMapView
-
- setNonPrimitiveValue(int, Object) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setNull(BinaryArrayWriter, int) - Method in interface org.apache.flink.table.data.writer.BinaryArrayWriter.NullSetter
-
- setNullAt(int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setNullAt(int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setNullAt(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullAt(int, LogicalType) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullAt(int) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
Default not null.
- setNullAt(int) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
Set null to this field.
- setNullBit(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullBit(int) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- setNullBoolean(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullByte(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullDouble(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullFloat(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullInt(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullLong(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setNullShort(int) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setOffsetAndSize(int, int, long) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- setOffsetAndSize(int, int, long) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- setOutputFactory(Function<Object, RowData>) - Method in class org.apache.flink.table.runtime.operators.calc.async.DelegatingAsyncResultFuture
-
- 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.
- setReuse(BinaryRowData) - Method in class org.apache.flink.table.runtime.hashtable.ProbeIterator
-
- setRowKind(RowKind) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setRowKind(RowKind) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setShort(int, short) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setShort(int, short) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setShort(MemorySegment[], int, short) - Static method in class org.apache.flink.table.runtime.util.SegmentsUtil
-
set short from segments.
- setTimestamp(int, TimestampData, int) - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- setTimestamp(int, TimestampData, int) - Method in class org.apache.flink.table.data.UpdatableRowData
-
- setUserCodeClassLoader(ClassLoader) - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.LookupFullCache
-
- setValue(BinaryArrayWriter, int, Object) - Method in interface org.apache.flink.table.data.writer.BinaryWriter.ValueSetter
-
- setWindowAccumulators(W, RowData) - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
-
Sets the accumulators of the given window.
- setWindowSize(int) - Method in interface org.apache.flink.table.runtime.generated.AggsHandleFunction
-
Set window size for the aggregate function.
- shiftTimeZone - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- shiftTimeZone(ZoneId) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.WindowAggOperatorBuilder
-
- shiftTimeZone(ZoneId) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.RowTimeWindowDeduplicateOperatorBuilder
-
- shiftTimeZone(ZoneId) - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- shiftTimeZone - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
The shift timezone of the window, if the proctime or rowtime type is TIMESTAMP_LTZ, the shift
timezone is the timezone user configured in TableConfig, other cases the timezone is UTC
which means never shift when assigning windows.
- shiftTimeZone - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- shiftTimeZone - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerServiceBase
-
- shiftTimeZone - Variable in class org.apache.flink.table.runtime.operators.window.tvf.operator.WindowTableFunctionOperatorBase
-
The shift timezone of the window, if the proctime or rowtime type is TIMESTAMP_LTZ, the shift
timezone is the timezone user configured in TableConfig, other cases the timezone is UTC
which means never shift when assigning windows.
- ShortApproxCountDistinctAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ShortApproxCountDistinctAggFunction
-
- 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[], BinaryRowData) - Static method in class org.apache.flink.table.runtime.operators.join.NullAwareJoinHelper
-
- sign(DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
SQL SIGN operator applied to BigDecimal values.
- sign(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- signum(DecimalData) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
Returns the signum function of this decimal.
- SimpleGauge<T> - Class in org.apache.flink.table.runtime.operators.metrics
-
A Simple gauge providing method for value updating.
- SimpleGauge(T) - Constructor for class org.apache.flink.table.runtime.operators.metrics.SimpleGauge
-
- sin(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- SingleElementIterator<E> - Class in org.apache.flink.table.runtime.util
-
Copied from SingleElementIterator.
- SingleElementIterator() - Constructor for class org.apache.flink.table.runtime.util.SingleElementIterator
-
- sinh(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- SinkOperator - Class in org.apache.flink.table.runtime.operators.sink
-
A StreamOperator for executing SinkFunctions.
- SinkOperator(SinkFunction<RowData>, int) - Constructor for class org.apache.flink.table.runtime.operators.sink.SinkOperator
-
- SinkRuntimeProviderContext - Class in org.apache.flink.table.runtime.connector.sink
-
Implementation of DynamicTableSink.Context.
- SinkRuntimeProviderContext(boolean) - Constructor for class org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
-
- SinkRuntimeProviderContext(boolean, int[][]) - Constructor for class org.apache.flink.table.runtime.connector.sink.SinkRuntimeProviderContext
-
- SinkUpsertMaterializer - Class in org.apache.flink.table.runtime.operators.sink
-
An operator that maintains incoming records in state corresponding to the upsert keys and
generates an upsert view for the downstream operator.
- SinkUpsertMaterializer(StateTtlConfig, TypeSerializer<RowData>, GeneratedRecordEqualiser, GeneratedRecordEqualiser, int[]) - Constructor for class org.apache.flink.table.runtime.operators.sink.SinkUpsertMaterializer
-
- size() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.LookupFullCache
-
- 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
-
- skipRecordFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- skipRecordFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.PagedTypeSerializer
-
Skip over bytes of one record from the paged input view, discarding the skipped bytes.
- skipRecordFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- skipRecordFromPages(AbstractPagedInputView) - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- sliceAssigner - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- SliceAssigner - Interface in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
- SliceAssigners - Class in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
- SliceAssigners.CumulativeSliceAssigner - Class in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
- SliceAssigners.HoppingSliceAssigner - Class in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
- SliceAssigners.SlicedSharedSliceAssigner - Class in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
The
SliceAssigner for elements have been attached slice end timestamp, and the slices
are shared.
- SliceAssigners.SlicedUnsharedSliceAssigner - Class in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
The
SliceAssigner for elements have been attached slice end timestamp, but the slices
are not shared, i.e.
- SliceAssigners.TumblingSliceAssigner - Class in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
- SliceAssigners.WindowedSliceAssigner - Class in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
The
SliceAssigner for elements have been attached window start and end timestamps.
- sliced(int, SliceAssigner) - Static method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners
-
Creates a
SliceAssigner that assigns elements which has been attached slice end
timestamp.
- SlicedSharedSliceAssigner(int, SliceSharedAssigner) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.SlicedSharedSliceAssigner
-
- SlicedUnsharedSliceAssigner(int, SliceAssigner) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.SlicedUnsharedSliceAssigner
-
- SliceEnd - Class in org.apache.flink.table.runtime.groupwindow
-
- SliceEnd(WindowReference) - Constructor for class org.apache.flink.table.runtime.groupwindow.SliceEnd
-
Deprecated.
- SliceSharedAssigner - Interface in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
A
SliceAssigner which shares slices for windows, which means a window is divided into
multiple slices and need to merge the slices into windows when emitting windows.
- SliceSharedWindowAggProcessor - Class in org.apache.flink.table.runtime.operators.aggregate.window.processors
-
- SliceSharedWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long>, WindowBuffer.Factory, SliceSharedAssigner, TypeSerializer<RowData>, int, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.processors.SliceSharedWindowAggProcessor
-
- sliceStateMergeTarget(long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
Returns the slice state target to merge the given slice into when firing windows.
- sliceStateMergeTarget(long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.SliceSharedWindowAggProcessor
-
- sliceStateMergeTarget(long) - Method in class org.apache.flink.table.runtime.operators.aggregate.window.processors.SliceUnsharedWindowAggProcessor
-
- SliceUnsharedAssigner - Interface in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
A
SliceAssigner which doesn't share slices for windows, which means a window is divided
into only one slice and doesn't need to merge the slices when emitting windows.
- SliceUnsharedWindowAggProcessor - Class in org.apache.flink.table.runtime.operators.aggregate.window.processors
-
- SliceUnsharedWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long>, WindowBuffer.Factory, SliceUnsharedAssigner, TypeSerializer<RowData>, int, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.processors.SliceUnsharedWindowAggProcessor
-
- SlicingWindowProcessor<W> - Interface in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
The
SlicingWindowProcessor is an optimized processing for aligned windows which can apply
the slicing optimization.
- SlicingWindowTimerServiceImpl - Class in org.apache.flink.table.runtime.operators.window.tvf.slicing
-
- SlicingWindowTimerServiceImpl(InternalTimerService<Long>, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.slicing.SlicingWindowTimerServiceImpl
-
- sliding(Duration, Duration) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.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.groupwindow.assigners
-
A
GroupWindowAssigner 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.groupwindow.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.ArrayDataSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.RawValueDataSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.StringDataSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- snapshotState(FunctionSnapshotContext) - Method in class org.apache.flink.table.runtime.operators.rank.FastTop1Function
-
- 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
-
- snapshotState(StateSnapshotContext) - Method in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- 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
-
- 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
-
- 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
-
- sortKeyComparator(GeneratedRecordComparator) - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- sortKeySelector - Variable in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- sortKeySelector(RowDataKeySelector) - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- 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(BinaryRowDataSerializer, BinaryRowDataSerializer, Projection<RowData, BinaryRowData>, Projection<RowData, BinaryRowData>, RecordComparator, MutableObjectIterator<BinaryRowData>, MutableObjectIterator<BinaryRowData>, 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(BinaryRowDataSerializer, BinaryRowDataSerializer, Projection, Projection, RecordComparator, MutableObjectIterator<RowData>, MutableObjectIterator<BinaryRowData>, ResettableExternalBuffer, boolean[]) - Constructor for class org.apache.flink.table.runtime.operators.join.SortMergeInnerJoinIterator
-
- SortMergeJoinFunction - Class in org.apache.flink.table.runtime.operators.join
-
This function is used to process the main logic of sort merge join.
- SortMergeJoinFunction(double, FlinkJoinType, boolean, int, boolean, int, boolean, GeneratedJoinCondition, GeneratedProjection, GeneratedProjection, GeneratedNormalizedKeyComputer, GeneratedRecordComparator, GeneratedNormalizedKeyComputer, GeneratedRecordComparator, GeneratedRecordComparator, boolean[]) - Constructor for class org.apache.flink.table.runtime.operators.join.SortMergeJoinFunction
-
- SortMergeJoinIterator - Class in org.apache.flink.table.runtime.operators.join
-
Gets probeRow and match rows for inner/left/right join.
- SortMergeJoinIterator(BinaryRowDataSerializer, BinaryRowDataSerializer, Projection<RowData, BinaryRowData>, Projection<RowData, BinaryRowData>, RecordComparator, MutableObjectIterator<RowData>, MutableObjectIterator<BinaryRowData>, ResettableExternalBuffer, boolean[]) - 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(SortMergeJoinFunction) - 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(BinaryRowDataSerializer, BinaryRowDataSerializer, Projection<RowData, BinaryRowData>, Projection<RowData, BinaryRowData>, RecordComparator, MutableObjectIterator<RowData>, MutableObjectIterator<BinaryRowData>, 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(GeneratedNormalizedKeyComputer, GeneratedRecordComparator, int, boolean, int, boolean) - 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
-
- SourceWatermarkFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.SOURCE_WATERMARK.
- SourceWatermarkFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.SourceWatermarkFunction
-
- specialize(SpecializedFunction.SpecializedContext) - Method in class org.apache.flink.table.runtime.functions.table.UnnestRowsFunction
-
- 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
-
- spillInBytes - Variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- 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(BinaryStringData, BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
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(TimeWindow) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- splitIntoPanes(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.PanedWindowAssigner
-
Splits the given window into panes collection.
- splitIntoPanes(TimeWindow) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- 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
-
- SqlJsonUtils - Class in org.apache.flink.table.runtime.functions
-
Utilities for JSON functions.
- SqlJsonUtils.PathMode - Enum in org.apache.flink.table.runtime.functions
-
Path spec has two different modes: lax mode and strict mode.
- 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
-
- sround(DecimalData, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
SQL ROUND operator applied to BigDecimal values.
- sround(byte) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ROUND operator applied to byte values.
- sround(byte, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ROUND operator applied to byte values.
- sround(short) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ROUND operator applied to short values.
- sround(short, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ROUND operator applied to short 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(float) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ROUND operator applied to float values.
- sround(float, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ROUND operator applied to float 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(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ROUND operator applied to DecimalData values.
- sround(DecimalData, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL ROUND operator applied to DecimalData values.
- start() - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorCoordinator
-
- 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.temporal.BaseTwoInputStreamOperatorWithStateRetention
-
- StateConfigUtil - Class in org.apache.flink.table.runtime.util
-
Utility to create a StateTtlConfig object.
- StateConfigUtil() - Constructor for class org.apache.flink.table.runtime.util.StateConfigUtil
-
- 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.
- StateKeyContext - Interface in org.apache.flink.table.runtime.operators.window.tvf.state
-
Context to switch current key in state backend.
- StateListView<N,EE> - Class in org.apache.flink.table.runtime.dataview
-
StateListView is a
ListView which is implemented using state backends.
- StateListView() - Constructor for class org.apache.flink.table.runtime.dataview.StateListView
-
- StateListView.KeyedStateListView<N,T> - Class in org.apache.flink.table.runtime.dataview
-
- StateListView.NamespacedStateListView<N,T> - Class in org.apache.flink.table.runtime.dataview
-
- StateMapView<N,EK,EV> - 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,EK,EV> - Class in org.apache.flink.table.runtime.dataview
-
A state MapView which does not support nullable keys and namespace.
- StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV> - Class in org.apache.flink.table.runtime.dataview
-
A state MapView which supports nullable keys but does not support namespace.
- StateMapView.NamespacedStateMapViewWithKeysNotNull<N,EK,EV> - Class in org.apache.flink.table.runtime.dataview
-
A state MapView which supports namespace but does not support nullable keys.
- StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV> - Class in org.apache.flink.table.runtime.dataview
-
A state MapView which supports nullable keys and namespace.
- STEP_INCREMENT - Static variable in class org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
- StreamingJoinOperator - Class in org.apache.flink.table.runtime.operators.join.stream
-
Streaming unbounded Join operator which supports INNER/LEFT/RIGHT/FULL JOIN.
- StreamingJoinOperator(InternalTypeInfo<RowData>, InternalTypeInfo<RowData>, GeneratedJoinCondition, JoinInputSideSpec, JoinInputSideSpec, boolean, boolean, boolean[], long, 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, InternalTypeInfo<RowData>, InternalTypeInfo<RowData>, GeneratedJoinCondition, JoinInputSideSpec, JoinInputSideSpec, boolean[], long, 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
-
- StreamRecordTimestampInserter - Class in org.apache.flink.table.runtime.operators.sink
-
Operator which sets the timestamp on the StreamRecord from the corresponding column of each row.
- StreamRecordTimestampInserter(int, int) - Constructor for class org.apache.flink.table.runtime.operators.sink.StreamRecordTimestampInserter
-
- StreamRecordTimestampInserter(int) - Constructor for class org.apache.flink.table.runtime.operators.sink.StreamRecordTimestampInserter
-
- StreamSortOperator - Class in org.apache.flink.table.runtime.operators.sort
-
Operator for stream sort.
- StreamSortOperator(InternalTypeInfo<RowData>, GeneratedRecordComparator) - Constructor for class org.apache.flink.table.runtime.operators.sort.StreamSortOperator
-
- StringApproxCountDistinctAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.StringApproxCountDistinctAggFunction
-
- StringByteArrayConverter - Class in org.apache.flink.table.data.conversion
-
Converter for CharType/VarCharType of byte[] external type.
- StringByteArrayConverter() - Constructor for class org.apache.flink.table.data.conversion.StringByteArrayConverter
-
- StringDataSerializer - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for StringData.
- StringDataSerializer.StringDataSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
-
Serializer configuration snapshot for compatibility and format evolution.
- StringDataSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.StringDataSerializer.StringDataSerializerSnapshot
-
- StringDataTypeInfo - Class in org.apache.flink.table.runtime.typeutils
-
TypeInformation for StringData.
- StringStringConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
CharType/
VarCharType of
String external type.
- StringStringConverter() - Constructor for class org.apache.flink.table.data.conversion.StringStringConverter
-
- StringUtf8Utils - Class in org.apache.flink.table.runtime.util
-
String utf-8 utils.
- StringUtf8Utils() - Constructor for class org.apache.flink.table.runtime.util.StringUtf8Utils
-
- 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.
- StructuredObjectConverter<T> - Class in org.apache.flink.table.data.conversion
-
Converter for StructuredType of its implementation class.
- struncate(int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL TRUNCATE operator applied to int values.
- struncate(int, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- struncate(long) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL TRUNCATE operator applied to long values.
- struncate(long, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- struncate(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL TRUNCATE operator applied to BigDecimal values.
- struncate(DecimalData, 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
-
- struncate(double) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
SQL TRUNCATE operator applied to double values.
- struncate(double, int) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- 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(BinaryStringData, int) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- substringSQL(BinaryStringData, int, int) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- subtaskReset(int, long) - Method in class org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorCoordinator
-
- subtract(DecimalData, DecimalData, int, int) - Static method in class org.apache.flink.table.data.DecimalDataUtils
-
- 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.
- TableAggregateWindowOperator<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.operator
-
- TableAggregateWindowOperatorBuilder(NamespaceTableAggsHandleFunction<?>, WindowOperatorBuilder) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder.TableAggregateWindowOperatorBuilder
-
- TableAggregateWindowOperatorBuilder(GeneratedNamespaceTableAggsHandleFunction<?>, WindowOperatorBuilder) - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder.TableAggregateWindowOperatorBuilder
-
- TableAggsHandleFunction - Interface in org.apache.flink.table.runtime.generated
-
The base class for handling table aggregate functions.
- tableFieldsCount - Variable in class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
-
- 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
-
- TableOperatorWrapper<OP extends org.apache.flink.streaming.api.operators.StreamOperator<org.apache.flink.table.data.RowData>> - Class in org.apache.flink.table.runtime.operators.multipleinput
-
This class handles the close, endInput and other related logic of a StreamOperator.
- TableOperatorWrapper(StreamOperatorFactory<RowData>, String, List<TypeInformation<?>>, TypeInformation<?>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- TableOperatorWrapper.Edge - Class in org.apache.flink.table.runtime.operators.multipleinput
-
- TableOperatorWrapperGenerator - Class in org.apache.flink.table.runtime.operators.multipleinput
-
- TableOperatorWrapperGenerator(List<Transformation<?>>, Transformation<?>) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- TableOperatorWrapperGenerator(List<Transformation<?>>, Transformation<?>, int[]) - Constructor for class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapperGenerator
-
- 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
-
- TableStreamOperator.ContextImpl - Class in org.apache.flink.table.runtime.operators
-
Information available in an invocation of processElement.
- tan(DecimalData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- tanh(DecimalData) - 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(InternalTypeInfo<RowData>, GeneratedJoinCondition, long, long, boolean) - Constructor for class org.apache.flink.table.runtime.operators.join.temporal.TemporalProcessTimeJoinOperator
-
- TemporalRowTimeJoinOperator - Class in org.apache.flink.table.runtime.operators.join.temporal
-
The operator for temporal join (FOR SYSTEM_TIME AS OF o.rowtime) on row time, it has no
limitation about message types of the left input and right input, this means the operator deals
changelog well.
- TemporalRowTimeJoinOperator(InternalTypeInfo<RowData>, InternalTypeInfo<RowData>, GeneratedJoinCondition, int, int, long, long, boolean) - Constructor for class org.apache.flink.table.runtime.operators.join.temporal.TemporalRowTimeJoinOperator
-
- test(Throwable) - Method in class org.apache.flink.table.runtime.operators.calc.async.RetryPredicates.AnyExceptionStrategy
-
- test(Collection<RowData>) - Method in class org.apache.flink.table.runtime.operators.calc.async.RetryPredicates.EmptyResponseResultStrategy
-
- TimeApproxCountDistinctAggFunction() - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.TimeApproxCountDistinctAggFunction
-
- TimeLocalTimeConverter - Class in org.apache.flink.table.data.conversion
-
Converter for TimeType of LocalTime external type.
- TimeLocalTimeConverter() - Constructor for class org.apache.flink.table.data.conversion.TimeLocalTimeConverter
-
- TimeLongConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
TimeType of
Long external type.
- TimeLongConverter() - Constructor for class org.apache.flink.table.data.conversion.TimeLongConverter
-
- TIMEOUT_AFTER_INTERRUPT_MS - Static variable in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
- timerService - Variable in class org.apache.flink.table.runtime.operators.TableStreamOperator.ContextImpl
-
- timerService() - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator.ContextImpl
-
- timestamp() - Method in class org.apache.flink.table.runtime.operators.TableStreamOperator.ContextImpl
-
- TimestampApproxCountDistinctAggFunction(TimestampType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.TimestampApproxCountDistinctAggFunction
-
- TimestampConverter(int) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.TimestampConverter
-
- TimestampDataConverter(int) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.TimestampDataConverter
-
- TimestampDataSerializer - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for TimestampData.
- TimestampDataSerializer(int) - Constructor for class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer
-
- TimestampDataSerializer.TimestampDataSerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
-
- TimestampDataSerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
-
- TimestampDataTypeInfo - Class in org.apache.flink.table.runtime.typeutils
-
TypeInformation for TimestampData.
- TimestampDataTypeInfo(int) - Constructor for class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- TimestampLocalDateTimeConverter - Class in org.apache.flink.table.data.conversion
-
Converter for TimestampType of LocalDateTime external type.
- TimestampLocalDateTimeConverter() - Constructor for class org.apache.flink.table.data.conversion.TimestampLocalDateTimeConverter
-
- TimestampLtzApproxCountDistinctAggFunction(LocalZonedTimestampType) - Constructor for class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.TimestampLtzApproxCountDistinctAggFunction
-
- TimestampLtzConverter(int) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.TimestampLtzConverter
-
- TimestampTimestampConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
TimestampType of
Timestamp external type.
- TimestampTimestampConverter() - Constructor for class org.apache.flink.table.data.conversion.TimestampTimestampConverter
-
- TimeTimeConverter - Class in org.apache.flink.table.data.conversion
-
Converter for
TimeType of
Time external type.
- TimeTimeConverter() - Constructor for class org.apache.flink.table.data.conversion.TimeTimeConverter
-
- 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
-
- TimeWindowUtil - Class in org.apache.flink.table.runtime.util
-
Time util to deals window start and end in different timezone.
- TimeWindowUtil() - Constructor for class org.apache.flink.table.runtime.util.TimeWindowUtil
-
- toBase64(BinaryStringData) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- toBase64(byte[]) - Static method in class org.apache.flink.table.runtime.functions.SqlFunctionUtils
-
- toBinaryArray(ArrayData) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer
-
- toBinaryMap(MapData) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer
-
- toBinaryRow(T) - Method in class org.apache.flink.table.runtime.typeutils.AbstractRowDataSerializer
-
Convert a RowData to a BinaryRowData.
- toBinaryRow(BinaryRowData) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer
-
- toBinaryRow(RowData) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer
-
Convert RowData into BinaryRowData.
- toBoolean(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Parse a StringData to boolean.
- toByte(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- toDate(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- toDecimal(BinaryStringData, int, int) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Parses a BinaryStringData to DecimalData.
- toDouble(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- toEpochMills(long, ZoneId) - Static method in class org.apache.flink.table.runtime.util.TimeWindowUtil
-
Convert a timestamp mills with the given timezone to epoch mills.
- toEpochMillsForTimer(long, ZoneId) - Static method in class org.apache.flink.table.runtime.util.TimeWindowUtil
-
Get a timer time according to the timestamp mills and the given shift timezone.
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayBooleanArrayConverter
-
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayByteArrayConverter
-
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayDoubleArrayConverter
-
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayFloatArrayConverter
-
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayIntArrayConverter
-
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayListConverter
-
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayLongArrayConverter
-
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
-
- toExternal(ArrayData) - Method in class org.apache.flink.table.data.conversion.ArrayShortArrayConverter
-
- toExternal(I) - Method in interface org.apache.flink.table.data.conversion.DataStructureConverter
-
Converts to external data structure.
- toExternal(Integer) - Method in class org.apache.flink.table.data.conversion.DateDateConverter
-
- toExternal(Integer) - Method in class org.apache.flink.table.data.conversion.DateLocalDateConverter
-
- toExternal(Long) - Method in class org.apache.flink.table.data.conversion.DayTimeIntervalDurationConverter
-
- toExternal(DecimalData) - Method in class org.apache.flink.table.data.conversion.DecimalBigDecimalConverter
-
- toExternal(I) - Method in class org.apache.flink.table.data.conversion.IdentityConverter
-
- toExternal(TimestampData) - Method in class org.apache.flink.table.data.conversion.LocalZonedTimestampInstantConverter
-
- toExternal(TimestampData) - Method in class org.apache.flink.table.data.conversion.LocalZonedTimestampIntConverter
-
- toExternal(TimestampData) - Method in class org.apache.flink.table.data.conversion.LocalZonedTimestampLongConverter
-
- toExternal(TimestampData) - Method in class org.apache.flink.table.data.conversion.LocalZonedTimestampTimestampConverter
-
- toExternal(MapData) - Method in class org.apache.flink.table.data.conversion.MapMapConverter
-
- toExternal(RawValueData<T>) - Method in class org.apache.flink.table.data.conversion.RawByteArrayConverter
-
- toExternal(RawValueData<T>) - Method in class org.apache.flink.table.data.conversion.RawObjectConverter
-
- toExternal(RowData) - Method in class org.apache.flink.table.data.conversion.RowRowConverter
-
- toExternal(StringData) - Method in class org.apache.flink.table.data.conversion.StringByteArrayConverter
-
- toExternal(StringData) - Method in class org.apache.flink.table.data.conversion.StringStringConverter
-
- toExternal(RowData) - Method in class org.apache.flink.table.data.conversion.StructuredObjectConverter
-
- toExternal(Integer) - Method in class org.apache.flink.table.data.conversion.TimeLocalTimeConverter
-
- toExternal(Integer) - Method in class org.apache.flink.table.data.conversion.TimeLongConverter
-
- toExternal(TimestampData) - Method in class org.apache.flink.table.data.conversion.TimestampLocalDateTimeConverter
-
- toExternal(TimestampData) - Method in class org.apache.flink.table.data.conversion.TimestampTimestampConverter
-
- toExternal(Integer) - Method in class org.apache.flink.table.data.conversion.TimeTimeConverter
-
- toExternal(Integer) - Method in class org.apache.flink.table.data.conversion.YearMonthIntervalPeriodConverter
-
- toExternal(Internal) - Method in class org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
-
Convert a internal data format to its external(Java) equivalent while automatically
handling nulls.
- toExternal(RowData, int) - Method in class org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
-
Given a internalType row, convert the value at column `column` to its external(Java)
equivalent.
- toExternalOrNull(I) - Method in interface org.apache.flink.table.data.conversion.DataStructureConverter
-
Converts to external data structure or null.
- toFloat(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- toInt(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Parses this BinaryStringData to Int.
- toInternal(boolean[]) - Method in class org.apache.flink.table.data.conversion.ArrayBooleanArrayConverter
-
- toInternal(byte[]) - Method in class org.apache.flink.table.data.conversion.ArrayByteArrayConverter
-
- toInternal(double[]) - Method in class org.apache.flink.table.data.conversion.ArrayDoubleArrayConverter
-
- toInternal(float[]) - Method in class org.apache.flink.table.data.conversion.ArrayFloatArrayConverter
-
- toInternal(int[]) - Method in class org.apache.flink.table.data.conversion.ArrayIntArrayConverter
-
- toInternal(List<E>) - Method in class org.apache.flink.table.data.conversion.ArrayListConverter
-
- toInternal(long[]) - Method in class org.apache.flink.table.data.conversion.ArrayLongArrayConverter
-
- toInternal(E[]) - Method in class org.apache.flink.table.data.conversion.ArrayObjectArrayConverter
-
- toInternal(short[]) - Method in class org.apache.flink.table.data.conversion.ArrayShortArrayConverter
-
- toInternal(E) - Method in interface org.apache.flink.table.data.conversion.DataStructureConverter
-
Converts to internal data structure.
- toInternal(Date) - Method in class org.apache.flink.table.data.conversion.DateDateConverter
-
- toInternal(LocalDate) - Method in class org.apache.flink.table.data.conversion.DateLocalDateConverter
-
- toInternal(Duration) - Method in class org.apache.flink.table.data.conversion.DayTimeIntervalDurationConverter
-
- toInternal(BigDecimal) - Method in class org.apache.flink.table.data.conversion.DecimalBigDecimalConverter
-
- toInternal(I) - Method in class org.apache.flink.table.data.conversion.IdentityConverter
-
- toInternal(Instant) - Method in class org.apache.flink.table.data.conversion.LocalZonedTimestampInstantConverter
-
- toInternal(Integer) - Method in class org.apache.flink.table.data.conversion.LocalZonedTimestampIntConverter
-
- toInternal(Long) - Method in class org.apache.flink.table.data.conversion.LocalZonedTimestampLongConverter
-
- toInternal(Timestamp) - Method in class org.apache.flink.table.data.conversion.LocalZonedTimestampTimestampConverter
-
- toInternal(Map<K, V>) - Method in class org.apache.flink.table.data.conversion.MapMapConverter
-
- toInternal(byte[]) - Method in class org.apache.flink.table.data.conversion.RawByteArrayConverter
-
- toInternal(T) - Method in class org.apache.flink.table.data.conversion.RawObjectConverter
-
- toInternal(Row) - Method in class org.apache.flink.table.data.conversion.RowRowConverter
-
- toInternal(byte[]) - Method in class org.apache.flink.table.data.conversion.StringByteArrayConverter
-
- toInternal(String) - Method in class org.apache.flink.table.data.conversion.StringStringConverter
-
- toInternal(T) - Method in class org.apache.flink.table.data.conversion.StructuredObjectConverter
-
- toInternal(LocalTime) - Method in class org.apache.flink.table.data.conversion.TimeLocalTimeConverter
-
- toInternal(Long) - Method in class org.apache.flink.table.data.conversion.TimeLongConverter
-
- toInternal(LocalDateTime) - Method in class org.apache.flink.table.data.conversion.TimestampLocalDateTimeConverter
-
- toInternal(Timestamp) - Method in class org.apache.flink.table.data.conversion.TimestampTimestampConverter
-
- toInternal(Time) - Method in class org.apache.flink.table.data.conversion.TimeTimeConverter
-
- toInternal(Period) - Method in class org.apache.flink.table.data.conversion.YearMonthIntervalPeriodConverter
-
- toInternal(External) - Method in class org.apache.flink.table.data.util.DataFormatConverters.DataFormatConverter
-
Converts a external(Java) data format to its internal equivalent while automatically
handling nulls.
- toInternalOrNull(E) - Method in interface org.apache.flink.table.data.conversion.DataStructureConverter
-
Converts to internal data structure or null.
- toLogicalType() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- toLong(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Parses this BinaryStringData to Long.
- TopNBuffer - Class in org.apache.flink.table.runtime.operators.rank
-
TopNBuffer stores mapping from sort key to records list, sortKey is RowData type, each record is
RowData type.
- TopNBuffer(Comparator<RowData>, Supplier<Collection<RowData>>) - Constructor for class org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
- TopNRecordsCombiner - Class in org.apache.flink.table.runtime.operators.rank.window.combines
-
An implementation of
RecordsCombiner that save topN records of incremental input records
into the window state.
- TopNRecordsCombiner(WindowTimerService<Long>, StateKeyContext, WindowMapState<Long, List<RowData>>, Comparator<RowData>, KeySelector<RowData, RowData>, long, TypeSerializer<RowData>, boolean) - Constructor for class org.apache.flink.table.runtime.operators.rank.window.combines.TopNRecordsCombiner
-
- TopNRecordsCombiner.Factory - Class in org.apache.flink.table.runtime.operators.rank.window.combines
-
- topologicalOrderingOperators - Variable in class org.apache.flink.table.runtime.operators.multipleinput.MultipleInputStreamOperatorBase
-
all operator as topological ordering in this multiple input operator.
- toRowFieldNames() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- toRowFieldTypes() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- toRowSerializer() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- toRowSize() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- toRowType() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- toSerializer() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- toShort(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- toString() - Method in class org.apache.flink.table.data.BoxedWrapperRowData
-
- toString() - Method in class org.apache.flink.table.runtime.functions.DefaultExpressionEvaluator
-
- toString() - Method in class org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty
-
Deprecated.
- toString() - Method in class org.apache.flink.table.runtime.groupwindow.ProctimeAttribute
-
Deprecated.
- toString() - Method in class org.apache.flink.table.runtime.groupwindow.RowtimeAttribute
-
Deprecated.
- toString() - Method in class org.apache.flink.table.runtime.groupwindow.SliceEnd
-
Deprecated.
- toString() - Method in class org.apache.flink.table.runtime.groupwindow.WindowEnd
-
Deprecated.
- toString() - Method in class org.apache.flink.table.runtime.groupwindow.WindowReference
-
Deprecated.
- toString() - Method in class org.apache.flink.table.runtime.groupwindow.WindowStart
-
Deprecated.
- 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() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionSpec
-
- toString() - Method in class org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
-
- toString() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper.Edge
-
- toString() - Method in class org.apache.flink.table.runtime.operators.multipleinput.TableOperatorWrapper
-
- 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.CountWindow
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountSlidingWindowAssigner
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountTumblingWindowAssigner
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SessionWindowAssigner
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.TumblingWindowAssigner
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.MergingWindowSet
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.CountElement
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ElementTriggers.EveryElement
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindow
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowEarlyAndLate
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindowNoLate
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterFirstElementPeriodic
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.TimeWindow
-
- toString() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- toString() - Method in class org.apache.flink.table.runtime.partitioner.BinaryHashPartitioner
-
- toString() - Method in class org.apache.flink.table.runtime.script.ScriptTransformIOInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.InternalTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.LegacyInstantTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.LegacyLocalDateTimeTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.LegacyTimestampTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializer
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.SortedMapTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.StringDataTypeInfo
-
- toString() - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataTypeInfo
-
- totalNumBuffers - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
The total reserved number of memory segments available to the hash join.
- toTime(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- toTimestamp(BinaryStringData, int) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Used by CAST(x as TIMESTAMP).
- toTimestamp(BinaryStringData, int, TimeZone) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Used by CAST(x as TIMESTAMP_LTZ).
- toUtcTimestampMills(long, ZoneId) - Static method in class org.apache.flink.table.runtime.util.TimeWindowUtil
-
Convert a epoch mills to timestamp mills which can describe a locate date time.
- trigger - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- Trigger<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.triggers.Trigger
-
- Trigger.OnMergeContext - Interface in org.apache.flink.table.runtime.operators.window.groupwindow.triggers
-
- Trigger.TriggerContext - Interface in org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.operator.WindowOperatorBuilder
-
- triggerReload() - Method in class org.apache.flink.table.runtime.functions.table.lookup.fullcache.ReloadTriggerContext
-
- triggerTime(W) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.WindowTrigger
-
Returns the trigger time of the window, this should be called after TriggerContext
initialized.
- trim(BinaryStringData, BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Walk each character of current string from both ends, remove the character if it is in trim
string.
- trim(BinaryStringData, boolean, boolean, BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- trimLeft(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- trimLeft(BinaryStringData, BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Walk each character of current string from left end, remove the character if it is in trim
string.
- trimRight(BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- trimRight(BinaryStringData, BinaryStringData) - Static method in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
Walk each character of current string from right end, remove the character if it is in trim
string.
- TRUE_STRING - Static variable in class org.apache.flink.table.data.binary.BinaryStringDataUtil
-
- trueRsd() - Method in class org.apache.flink.table.runtime.functions.aggregate.hyperloglog.HyperLogLogPlusPlus
-
The rsd of HLL++ is always equal to or better than the rsd
requested.
- tryDistinctBuildRow - Variable in class org.apache.flink.table.runtime.hashtable.BaseHybridHashTable
-
Try to make the buildSide rows distinct.
- tryProbe(RowData) - Method in class org.apache.flink.table.runtime.hashtable.BinaryHashTable
-
Find matched build side rows for a probe row.
- tryProbe(RowData) - Method in class org.apache.flink.table.runtime.hashtable.LongHybridHashTable
-
- ttlConfig - Variable in class org.apache.flink.table.runtime.operators.rank.AbstractTopNFunction
-
- tumble(Duration) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- tumbling(int, ZoneId, Duration) - Static method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners
-
Creates a tumbling window
SliceAssigner that assigns elements to slices of tumbling
windows.
- TumblingWindowAssigner - Class in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
A
GroupWindowAssigner 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.groupwindow.assigners.TumblingWindowAssigner
-
- TupleConverter(Class<Tuple>, DataType[]) - Constructor for class org.apache.flink.table.data.util.DataFormatConverters.TupleConverter
-
- type - Variable in class org.apache.flink.table.runtime.groupwindow.WindowReference
-
Deprecated.
- TypeCheckUtils - Class in org.apache.flink.table.runtime.typeutils
-
Utils for type.
- TypeCheckUtils() - Constructor for class org.apache.flink.table.runtime.typeutils.TypeCheckUtils
-
- TypeInfoDataTypeConverter - Class in org.apache.flink.table.runtime.types
-
- 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.
- TypeOfFunction - Class in org.apache.flink.table.runtime.functions.scalar
-
Implementation of BuiltInFunctionDefinitions.TYPE_OF.
- TypeOfFunction(SpecializedFunction.SpecializedContext) - Constructor for class org.apache.flink.table.runtime.functions.scalar.TypeOfFunction
-
- 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, WatermarkGenerator, long, ProcessingTimeService) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperator
-
Create a watermark assigner operator.
- WatermarkAssignerOperatorFactory - Class in org.apache.flink.table.runtime.operators.wmassigners
-
- WatermarkAssignerOperatorFactory(int, long, GeneratedWatermarkGenerator) - Constructor for class org.apache.flink.table.runtime.operators.wmassigners.WatermarkAssignerOperatorFactory
-
- WatermarkGenerator - Class in org.apache.flink.table.runtime.generated
-
- WatermarkGenerator() - Constructor for class org.apache.flink.table.runtime.generated.WatermarkGenerator
-
- watermarkLatency - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- watermarkState - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
The operator state to store watermark.
- 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
-
- WINDOW_IN_BYTES - Static variable in class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- WindowAggOperator<K,W> - Class in org.apache.flink.table.runtime.operators.window.tvf.common
-
We divide windows into 2 categories: Aligned Windows and Unaligned Windows.
- WindowAggOperator(WindowProcessor<W>) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
- WindowAggOperatorBuilder - Class in org.apache.flink.table.runtime.operators.aggregate.window
-
- WindowAggOperatorBuilder() - Constructor for class org.apache.flink.table.runtime.operators.aggregate.window.WindowAggOperatorBuilder
-
- windowAggregator - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
- windowAggregator - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- windowAssigner - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction
-
- windowAssigner - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- WindowAssigner - Interface in org.apache.flink.table.runtime.operators.window.tvf.common
-
WindowAssigner is used to assign windows to elements.
- windowAssigner - Variable in class org.apache.flink.table.runtime.operators.window.tvf.operator.WindowTableFunctionOperatorBase
-
- WindowBuffer - Interface in org.apache.flink.table.runtime.operators.aggregate.window.buffers
-
A buffer that buffers data in memory and flushes many values to state together at a time to avoid
frequently accessing state, or flushes to output to reduce shuffling data.
- windowBuffer - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- WindowBuffer.Factory - Interface in org.apache.flink.table.runtime.operators.aggregate.window.buffers
-
- WindowBuffer.LocalFactory - Interface in org.apache.flink.table.runtime.operators.aggregate.window.buffers
-
- windowBufferFactory - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- WindowBytesHashMap - Class in org.apache.flink.table.runtime.util.collections.binary
-
A binary map in the structure like Map<WindowKey, BinaryRowData>.
- WindowBytesHashMap(Object, MemoryManager, long, PagedTypeSerializer<RowData>, int) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.WindowBytesHashMap
-
- WindowBytesMultiMap - Class in org.apache.flink.table.runtime.util.collections.binary
-
A binary map in the structure like Map<WindowKey, List<BinaryRowData>>.
- WindowBytesMultiMap(Object, MemoryManager, long, PagedTypeSerializer<RowData>, int) - Constructor for class org.apache.flink.table.runtime.util.collections.binary.WindowBytesMultiMap
-
- windowed(int, SliceAssigner) - Static method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners
-
Creates a
SliceAssigner that assigns elements which has been attached window start
and window end timestamp to slices.
- windowed(int, int, UnsliceAssigner<TimeWindow>) - Static method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners
-
Creates a
UnsliceAssigner that assigns elements which has been attached window start
and window end timestamp to windows.
- WindowedSliceAssigner(int, SliceAssigner) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.WindowedSliceAssigner
-
- WindowedUnsliceAssigner(int, int, UnsliceAssigner<TimeWindow>) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- WindowEnd - Class in org.apache.flink.table.runtime.groupwindow
-
- WindowEnd(WindowReference) - Constructor for class org.apache.flink.table.runtime.groupwindow.WindowEnd
-
Deprecated.
- windowEndIndex(int) - Method in class org.apache.flink.table.runtime.operators.deduplicate.window.RowTimeWindowDeduplicateOperatorBuilder
-
- windowEndIndex(int) - Method in class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- windowFunction - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.UnsliceWindowAggProcessor
-
- windowFunction - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
- windowInterval - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractSliceWindowAggProcessor
-
- WindowJoinOperator - Class in org.apache.flink.table.runtime.operators.join.window
-
Streaming window join operator.
- WindowJoinOperatorBuilder - Class in org.apache.flink.table.runtime.operators.join.window
-
- WindowJoinOperatorBuilder() - Constructor for class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
- WindowKey - Class in org.apache.flink.table.runtime.util
-
The
WindowKey structure represents a combination of key and window.
- WindowKey(long, RowData) - Constructor for class org.apache.flink.table.runtime.util.WindowKey
-
- WindowKeySerializer - Class in org.apache.flink.table.runtime.typeutils
-
Serializer for
WindowKey which is composite with a
BinaryRowData and a long
value.
- WindowKeySerializer(PagedTypeSerializer<RowData>) - Constructor for class org.apache.flink.table.runtime.typeutils.WindowKeySerializer
-
- WindowKeySerializer.WindowKeySerializerSnapshot - Class in org.apache.flink.table.runtime.typeutils
-
- WindowKeySerializerSnapshot() - Constructor for class org.apache.flink.table.runtime.typeutils.WindowKeySerializer.WindowKeySerializerSnapshot
-
This empty nullary constructor is required for deserializing the configuration.
- WindowKeySerializerSnapshot(WindowKeySerializer) - Constructor for class org.apache.flink.table.runtime.typeutils.WindowKeySerializer.WindowKeySerializerSnapshot
-
- WindowListState<W> - Class in org.apache.flink.table.runtime.operators.window.tvf.state
-
A wrapper of ListState which is easier to update based on window namespace.
- WindowListState(InternalListState<RowData, W, RowData>) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.state.WindowListState
-
- WindowMapState<W,UV> - Class in org.apache.flink.table.runtime.operators.window.tvf.state
-
A wrapper of MapState which is easier to update based on window namespace.
- WindowMapState(InternalMapState<RowData, W, RowData, UV>) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
- WindowOperator<K,W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.operator
-
- WindowOperatorBuilder - Class in org.apache.flink.table.runtime.operators.window.groupwindow.operator
-
- WindowOperatorBuilder() - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- WindowOperatorBuilder.AggregateWindowOperatorBuilder - Class in org.apache.flink.table.runtime.operators.window.groupwindow.operator
-
- WindowOperatorBuilder.TableAggregateWindowOperatorBuilder - Class in org.apache.flink.table.runtime.operators.window.groupwindow.operator
-
- windowProcessor - Variable in class org.apache.flink.table.runtime.operators.window.tvf.common.WindowAggOperator
-
The concrete window operator implementation.
- WindowProcessor<W> - Interface in org.apache.flink.table.runtime.operators.window.tvf.common
-
A processor that processes elements for windows.
- WindowProcessor.Context<W> - Interface in org.apache.flink.table.runtime.operators.window.tvf.common
-
- WindowProperty - Interface in org.apache.flink.table.runtime.groupwindow
-
- windowPropertyTypes - Variable in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- WindowRankOperatorBuilder - Class in org.apache.flink.table.runtime.operators.rank.window
-
- WindowRankOperatorBuilder() - Constructor for class org.apache.flink.table.runtime.operators.rank.window.WindowRankOperatorBuilder
-
- WindowRankProcessor - Class in org.apache.flink.table.runtime.operators.rank.window.processors
-
A rowtime window rank processor.
- WindowRankProcessor(TypeSerializer<RowData>, GeneratedRecordComparator, TypeSerializer<RowData>, WindowBuffer.Factory, long, long, boolean, int, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.rank.window.processors.WindowRankProcessor
-
- WindowReference - Class in org.apache.flink.table.runtime.groupwindow
-
- WindowReference(String, LogicalType) - Constructor for class org.apache.flink.table.runtime.groupwindow.WindowReference
-
Deprecated.
- WindowsGrouping - Class in org.apache.flink.table.runtime.operators.window.grouping
-
Assigning windows from the sorted input buffers.
- WindowStart - Class in org.apache.flink.table.runtime.groupwindow
-
- WindowStart(WindowReference) - Constructor for class org.apache.flink.table.runtime.groupwindow.WindowStart
-
Deprecated.
- windowState - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
state schema: [key, window, accumulator].
- WindowState<W> - Interface in org.apache.flink.table.runtime.operators.window.tvf.state
-
A base interface for manipulate state with window namespace.
- WindowTableFunctionOperatorBase - Class in org.apache.flink.table.runtime.operators.window.tvf.operator
-
- WindowTableFunctionOperatorBase(GroupWindowAssigner<TimeWindow>, int, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.operator.WindowTableFunctionOperatorBase
-
- windowTimerService - Variable in class org.apache.flink.table.runtime.operators.aggregate.window.processors.AbstractWindowAggProcessor
-
- WindowTimerService<W> - Interface in org.apache.flink.table.runtime.operators.window.tvf.common
-
Interface for working with window time and timers which considers timezone for window splitting.
- WindowTimerServiceBase<W> - Class in org.apache.flink.table.runtime.operators.window.tvf.common
-
- WindowTimerServiceBase(InternalTimerService<W>, ZoneId) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.common.WindowTimerServiceBase
-
- WindowTrigger<W extends Window> - Class in org.apache.flink.table.runtime.operators.window.groupwindow.triggers
-
A WindowTrigger determines when a window should be evaluated to emit the results.
- WindowTrigger() - Constructor for class org.apache.flink.table.runtime.operators.window.groupwindow.triggers.WindowTrigger
-
- WindowValueState<W> - Class in org.apache.flink.table.runtime.operators.window.tvf.state
-
A wrapper of ValueState which is easier to update based on window namespace.
- WindowValueState(InternalValueState<RowData, W, RowData>) - Constructor for class org.apache.flink.table.runtime.operators.window.tvf.state.WindowValueState
-
- withAllowedLateness(Duration) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- withEarlyFirings(Trigger<W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.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 class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- withEventTime() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.assigners.InternalTimeWindowAssigner
-
- withEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SessionWindowAssigner
-
- withEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- withEventTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.TumblingWindowAssigner
-
- withEventTime(int) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- withEventTime() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- withGap(Duration) - Static method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SessionWindowAssigner
-
Creates a new
SessionWindowAssigner GroupWindowAssigner that assigns elements
to sessions based on the timestamp.
- withInputCountIndex(int) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
The index of COUNT(*) in the aggregates.
- withInputFields(LogicalType[]) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- withLateFirings(Trigger<W>) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.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.groupwindow.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.groupwindow.assigners.CumulativeWindowAssigner
-
- withOffset(Duration) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- withOffset(Duration) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.TumblingWindowAssigner
-
Creates a new
TumblingWindowAssigner GroupWindowAssigner that assigns
elements to time windows based on the element timestamp and offset.
- withOffset(Duration) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.CumulativeSliceAssigner
-
- withOffset(Duration) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.HoppingSliceAssigner
-
- withOffset(Duration) - Method in class org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceAssigners.TumblingSliceAssigner
-
- withoutUniqueKey() - Static method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
-
- withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
- withProcessingTime() - Method in interface org.apache.flink.table.runtime.operators.window.groupwindow.assigners.InternalTimeWindowAssigner
-
- withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SessionWindowAssigner
-
- withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.SlidingWindowAssigner
-
- withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.assigners.TumblingWindowAssigner
-
- withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
- withProcessingTime() - Method in class org.apache.flink.table.runtime.operators.window.tvf.unslicing.UnsliceAssigners.WindowedUnsliceAssigner
-
- withShiftTimezone(ZoneId) - Method in class org.apache.flink.table.runtime.operators.join.window.WindowJoinOperatorBuilder
-
The shift timezone of the window, if the proctime or rowtime type is TIMESTAMP_LTZ, the shift
timezone is the timezone user configured in TableConfig, other cases the timezone is UTC
which means never shift when assigning windows.
- withShiftTimezone(ZoneId) - Method in class org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperatorBuilder
-
The shift timezone of the window, if the proctime or rowtime type is TIMESTAMP_LTZ, the shift
timezone is the timezone user configured in TableConfig, other cases the timezone is UTC
which means never shift when assigning windows.
- withUniqueKey(InternalTypeInfo<RowData>, KeySelector<RowData, RowData>) - Static method in class org.apache.flink.table.runtime.operators.join.stream.state.JoinInputSideSpec
-
- withUniqueKeyContainedByJoinKey(InternalTypeInfo<RowData>, KeySelector<RowData, RowData>) - 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 org.apache.flink.table.data.RowData> - Class in org.apache.flink.table.runtime.hashtable
-
- WrappedRowIterator(MutableObjectIterator<T>, T) - Constructor for class org.apache.flink.table.runtime.hashtable.WrappedRowIterator
-
- WrappingCollector<T> - Class in org.apache.flink.table.runtime.collector
-
A Collector that wraps another collector.
- WrappingCollector() - Constructor for class org.apache.flink.table.runtime.collector.WrappingCollector
-
- write(BinaryWriter, int, Object, LogicalType, TypeSerializer<?>) - Static method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- write(RowData) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
-
- write(MutableObjectIterator<BinaryRowData>) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalSorter
-
- write(RowData) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
-
Writes a given record to this sort buffer.
- writeArray(int, ArrayData, ArrayDataSerializer) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeBinary(int, byte[]) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeBlock(MemorySegment) - Method in class org.apache.flink.table.runtime.io.CompressedBlockChannelWriter
-
- writeBoolean(int, boolean) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- writeBoolean(int, boolean) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- writeBoolean(int, boolean) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeByte(int, byte) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- writeByte(int, byte) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- writeByte(int, byte) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeDecimal(int, DecimalData, int) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeDouble(int, double) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- writeDouble(int, double) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- writeDouble(int, double) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeFloat(int, float) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- writeFloat(int, float) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- writeFloat(int, float) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeIndexAndNormalizedKey(RowData, 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.data.writer.BinaryArrayWriter
-
- writeInt(int, int) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- writeInt(int, int) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeLong(int, long) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- writeLong(int, long) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- writeLong(int, long) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeMap(int, MapData, MapDataSerializer) - Method in interface org.apache.flink.table.data.writer.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<BinaryRowData>, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryExternalMerger
-
- writeMergingOutput(MutableObjectIterator<Tuple2<BinaryRowData, BinaryRowData>>, AbstractPagedOutputView) - Method in class org.apache.flink.table.runtime.operators.sort.BinaryKVExternalMerger
-
- writeOuterSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.ExternalSerializer.ExternalSerializerSnapshot
-
- writeOuterSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.LinkedListSerializer.LinkedListSerializerSnapshot
-
- writeRawValue(int, RawValueData<?>, RawValueDataSerializer<?>) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeRow(int, RowData, RowDataSerializer) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeRowKind(RowKind) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- writeShort(int, short) - Method in class org.apache.flink.table.data.writer.BinaryArrayWriter
-
- writeShort(int, short) - Method in class org.apache.flink.table.data.writer.BinaryRowWriter
-
- writeShort(int, short) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.ArrayDataSerializer.ArrayDataSerializerSnapshot
-
- writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer.BinaryRowDataSerializerSnapshot
-
- writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.DecimalDataSerializer.DecimalSerializerSnapshot
-
- writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.MapDataSerializer.MapDataSerializerSnapshot
-
- writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.RowDataSerializer.RowDataSerializerSnapshot
-
- writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.SortedMapSerializerSnapshot
-
- writeSnapshot(DataOutputView) - Method in class org.apache.flink.table.runtime.typeutils.TimestampDataSerializer.TimestampDataSerializerSnapshot
-
- writeString(int, StringData) - Method in interface org.apache.flink.table.data.writer.BinaryWriter
-
- writeTimestamp(int, TimestampData, int) - Method in interface org.apache.flink.table.data.writer.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
-