Uses of Interface
org.apache.drill.exec.schema.RecordSchema
-
Uses of RecordSchema in org.apache.drill.exec.schema
ModifierConstructorDescriptionField
(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)