public class InternalRowPartitionComputer extends Object
InternalRow.| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
defaultPartValue |
protected String[] |
partitionColumns |
protected InternalRow.FieldGetter[] |
partitionFieldGetters |
| 构造器和说明 |
|---|
InternalRowPartitionComputer(String defaultPartValue,
RowType rowType,
String[] partitionColumns) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,Object> |
convertSpecToInternal(Map<String,String> spec,
RowType partType,
String defaultPartValue) |
LinkedHashMap<String,String> |
generatePartValues(InternalRow in) |
protected final String defaultPartValue
protected final String[] partitionColumns
protected final InternalRow.FieldGetter[] partitionFieldGetters
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.