public interface RecordSchema
| Modifier and Type | Method and Description |
|---|---|
void |
addField(Field field) |
Field |
getField(String fieldName,
int index) |
Iterable<? extends Field> |
getFields() |
void |
removeField(Field field,
int index) |
Iterable<? extends Field> |
removeUnreadFields() |
void |
resetMarkedFields() |
String |
toSchemaString() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.