Interface PartitionComputer<T>
- Type Parameters:
T- The type of the consumed records.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RowDataPartitionComputer,RowPartitionComputer
Compute partition path from record and project non-partition columns for output writer.
See RowPartitionComputer.
-
Method Summary
Modifier and TypeMethodDescriptiongeneratePartValues(T in) Compute partition values from record.Project non-partition columns for output writer.