| Package | Description |
|---|---|
| org.apache.drill.exec.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedField |
class |
OrderedField |
| Modifier and Type | Method and Description |
|---|---|
Field |
ListSchema.getField(String fieldName,
int index) |
Field |
RecordSchema.getField(String fieldName,
int index) |
Field |
ObjectSchema.getField(String fieldName,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Field> |
ListSchema.getFields() |
Iterable<? extends Field> |
RecordSchema.getFields() |
Iterable<? extends Field> |
ObjectSchema.getFields() |
Iterable<? extends Field> |
ListSchema.removeUnreadFields() |
Iterable<? extends Field> |
RecordSchema.removeUnreadFields() |
Iterable<? extends Field> |
ObjectSchema.removeUnreadFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchema.addField(Field field) |
void |
RecordSchema.addField(Field field) |
void |
ObjectSchema.addField(Field field) |
void |
DiffSchema.addRemovedField(Field field) |
void |
DiffSchema.recordNewField(Field field) |
void |
ListSchema.removeField(Field field,
int index) |
void |
RecordSchema.removeField(Field field,
int index) |
void |
ObjectSchema.removeField(Field field,
int index) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.