| Package | Description |
|---|---|
| org.apache.hudi.internal.schema | |
| org.apache.hudi.internal.schema.visitor |
| Modifier and Type | Method and Description |
|---|---|
static Types.MapType |
Types.MapType.get(int keyId,
int valueId,
Type keyType,
Type valueType) |
static Types.MapType |
Types.MapType.get(int keyId,
int valueId,
Type keyType,
Type valueType,
boolean isOptional) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
NameToPositionVisitor.map(Types.MapType map,
Map<String,Integer> keyResult,
Map<String,Integer> valueResult) |
Map<String,Integer> |
NameToIDVisitor.map(Types.MapType map,
Map<String,Integer> keyResult,
Map<String,Integer> valueResult) |
T |
InternalSchemaVisitor.map(Types.MapType map,
T keyResult,
T valueResult) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.