T
- The type of the consumed records.@Internal public interface PartitionComputer<T> extends Serializable
See RowPartitionComputer
.
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,String> |
generatePartValues(T in)
Compute partition values from record.
|
T |
projectColumnsToWrite(T in)
Project non-partition columns for output writer.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.