Uses of Interface
org.apache.flink.table.runtime.util.RowIterator
Packages that use RowIterator
Package
Description
-
Uses of RowIterator in org.apache.flink.table.runtime.hashtable
Classes in org.apache.flink.table.runtime.hashtable that implement RowIteratorModifier and TypeClassDescriptionclassIterate all the elements in memory which has not been(or has been) probed during probe phase.static classPartition bucket iterator.classIterator for probe match.classBuild iterator from bucket to match probe row.classWrappedRowIterator<T extends org.apache.flink.table.data.RowData>WrapMutableObjectIteratorto javaRowIterator.Methods in org.apache.flink.table.runtime.hashtable that return RowIteratorModifier and TypeMethodDescriptionfinal RowIterator<org.apache.flink.table.data.binary.BinaryRowData>LongHybridHashTable.get(long probeKey) This method is only used for operator fusion codegen to get build row from hash table.RowIterator<org.apache.flink.table.data.binary.BinaryRowData>BinaryHashTable.getBuildSideIterator()BinaryHashTable.getSpilledPartitionBuildSideIter(BinaryHashPartition p) LongHybridHashTable.getSpilledPartitionBuildSideIter(LongHashPartition p) -
Uses of RowIterator in org.apache.flink.table.runtime.operators.join
Methods in org.apache.flink.table.runtime.operators.join with parameters of type RowIteratorModifier and TypeMethodDescriptionabstract voidHashJoinOperator.join(RowIterator<org.apache.flink.table.data.binary.BinaryRowData> buildIter, org.apache.flink.table.data.RowData probeRow) -
Uses of RowIterator in org.apache.flink.table.runtime.operators.window.grouping
Methods in org.apache.flink.table.runtime.operators.window.grouping that return RowIteratorModifier and TypeMethodDescriptionRowIterator<org.apache.flink.table.data.binary.BinaryRowData>WindowsGrouping.buildTriggerWindowElementsIterator()protected RowIterator<org.apache.flink.table.data.binary.BinaryRowData>HeapWindowsGrouping.newBufferIterator(int startIndex) protected abstract RowIterator<org.apache.flink.table.data.binary.BinaryRowData>WindowsGrouping.newBufferIterator(int startIndex) -
Uses of RowIterator in org.apache.flink.table.runtime.util
Subinterfaces of RowIterator in org.apache.flink.table.runtime.utilModifier and TypeInterfaceDescriptionstatic interfaceRow iterator that can be reset.Classes in org.apache.flink.table.runtime.util that implement RowIteratorModifier and TypeClassDescriptionclassIterator of external buffer.