Package org.apache.drill.exec.schema
Class ObjectSchema
java.lang.Object
org.apache.drill.exec.schema.ObjectSchema
- All Implemented Interfaces:
RecordSchema
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ObjectSchema
public ObjectSchema()
-
-
Method Details
-
addField
- Specified by:
addField
in interfaceRecordSchema
-
getField
- Specified by:
getField
in interfaceRecordSchema
-
removeField
- Specified by:
removeField
in interfaceRecordSchema
-
getFields
- Specified by:
getFields
in interfaceRecordSchema
-
toSchemaString
- Specified by:
toSchemaString
in interfaceRecordSchema
-
resetMarkedFields
public void resetMarkedFields()- Specified by:
resetMarkedFields
in interfaceRecordSchema
-
removeUnreadFields
- Specified by:
removeUnreadFields
in interfaceRecordSchema
-