| Package | Description |
|---|---|
| org.apache.hudi.internal.schema | |
| org.apache.hudi.internal.schema.convert | |
| org.apache.hudi.internal.schema.visitor |
| Modifier and Type | Method and Description |
|---|---|
static Types.RecordType |
Types.RecordType.get(List<Types.Field> fields) |
static Types.RecordType |
Types.RecordType.get(Types.Field... fields) |
Types.RecordType |
InternalSchema.getRecord() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Integer> |
InternalSchemaBuilder.index2Parents(Types.RecordType record)
Build a mapping which maintain the relation between child field id and it's parent field id.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.Schema |
AvroInternalSchemaConverter.convert(Types.RecordType type,
String name)
Convert RecordType to avro Schema.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
NameToIDVisitor.record(Types.RecordType record,
List<Map<String,Integer>> fieldResults) |
T |
InternalSchemaVisitor.record(Types.RecordType record,
List<T> fieldResults) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.