public class BatchSchemaBuilder extends Object
Constructor and Description |
---|
BatchSchemaBuilder() |
BatchSchemaBuilder(BatchSchema baseSchema)
Create a new schema starting with the base schema.
|
Modifier and Type | Method and Description |
---|---|
BatchSchema |
build() |
SchemaBuilder |
schemaBuilder() |
BatchSchemaBuilder |
withSchemaBuilder(SchemaBuilder schemaBuilder) |
BatchSchemaBuilder |
withSVMode(BatchSchema.SelectionVectorMode svMode) |
public BatchSchemaBuilder()
public BatchSchemaBuilder(BatchSchema baseSchema)
public BatchSchemaBuilder withSVMode(BatchSchema.SelectionVectorMode svMode)
public BatchSchemaBuilder withSchemaBuilder(SchemaBuilder schemaBuilder)
public SchemaBuilder schemaBuilder()
public BatchSchema build()
Copyright © 1970 The Apache Software Foundation. All rights reserved.