Package org.apache.drill.exec.record
Class BatchSchemaBuilder
java.lang.Object
org.apache.drill.exec.record.BatchSchemaBuilder
- 
Constructor SummaryConstructorsConstructorDescriptionBatchSchemaBuilder(BatchSchema baseSchema) Create a new schema starting with the base schema.
- 
Method Summary
- 
Constructor Details- 
BatchSchemaBuilderpublic BatchSchemaBuilder()
- 
BatchSchemaBuilderCreate a new schema starting with the base schema. Allows appending additional columns to an additional schema.
 
- 
- 
Method Details- 
withSVMode
- 
withSchemaBuilder
- 
schemaBuilder
- 
build
 
-