Package org.apache.flink.table.runtime.operators.join.stream.bundle
package org.apache.flink.table.runtime.operators.join.stream.bundle
-
ClassesClassDescriptionBufferBundle<T>A
BufferBundleis a bundle to buffer the input records in memory and fold data based on specified pattern to reduce state access.For the case that input has no uniqueKey.For the case that input has uniqueKey which is not contained by joinKey.For the case that input has joinKey contains uniqueKey.