| Package | Description |
|---|---|
| org.apache.drill.exec.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
ListSchema |
class |
ObjectSchema |
| Modifier and Type | Method and Description |
|---|---|
RecordSchema |
Field.getAssignedSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
Field.assignSchemaIfNull(RecordSchema newSchema) |
| Constructor and Description |
|---|
Field(RecordSchema parentSchema,
TypeProtos.MajorType type,
String prefixFieldName) |
NamedField(RecordSchema parentSchema,
String prefixFieldName,
String fieldName,
TypeProtos.MajorType fieldType) |
NamedField(RecordSchema parentSchema,
String prefixFieldName,
String fieldName,
TypeProtos.MajorType fieldType,
TypeProtos.MajorType keyType) |
OrderedField(RecordSchema parentSchema,
TypeProtos.MajorType type,
String prefixFieldName,
int index) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.