Uses of Class
org.apache.drill.exec.schema.Field
Packages that use Field
-
Uses of Field in org.apache.drill.exec.schema
Subclasses of Field in org.apache.drill.exec.schemaMethods in org.apache.drill.exec.schema that return FieldModifier and TypeMethodDescriptionMethods in org.apache.drill.exec.schema that return types with arguments of type FieldModifier and TypeMethodDescriptionListSchema.getFields()ObjectSchema.getFields()RecordSchema.getFields()ListSchema.removeUnreadFields()ObjectSchema.removeUnreadFields()RecordSchema.removeUnreadFields()Methods in org.apache.drill.exec.schema with parameters of type FieldModifier and TypeMethodDescriptionvoidvoidvoidvoidDiffSchema.addRemovedField(Field field) voidDiffSchema.recordNewField(Field field) voidListSchema.removeField(Field field, int index) voidObjectSchema.removeField(Field field, int index) voidRecordSchema.removeField(Field field, int index)