Interface PartitionEncoder
- All Known Subinterfaces:
PartitionConverter
- All Known Implementing Classes:
PartitionConverterImpl,PartitionConverterImplV2
public interface PartitionEncoder
-
Method Summary
Modifier and TypeMethodDescriptionencodeIndex(scala.collection.immutable.Seq<org.apache.flink.types.Row> rows) encodeStream(org.apache.flink.types.Row row) encodeVolatile(scala.collection.immutable.Seq<org.apache.flink.api.java.tuple.Tuple2<Boolean, org.apache.flink.types.Row>> rows)
-
Method Details
-
encodeIndex
-
encodeStream
-
encodeVolatile
PendingPartition encodeVolatile(scala.collection.immutable.Seq<org.apache.flink.api.java.tuple.Tuple2<Boolean, org.apache.flink.types.Row>> rows)
-