public static class ScanSchemaOrchestrator.ScanSchemaOptions extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
allowRequiredNullColumns |
CustomErrorContext |
context
Context for error messages.
|
long |
limit |
TypeProtos.MajorType |
nullType
Custom null type, if provided by the operator.
|
List<ScanLevelProjection.ScanProjectionParser> |
parsers |
List<SchemaPath> |
projection |
TupleMetadata |
providedSchema |
int |
scanBatchByteLimit |
int |
scanBatchRecordLimit |
List<ReaderLevelProjection.ReaderProjectionResolver> |
schemaResolvers
List of resolvers used to resolve projection columns for each
new schema.
|
boolean |
useSchemaSmoothing |
Modifier | Constructor and Description |
---|---|
protected |
ScanSchemaOptions(ScanSchemaOrchestrator.ScanOrchestratorBuilder builder) |
Modifier and Type | Method and Description |
---|---|
protected TupleMetadata |
providedSchema() |
public final TypeProtos.MajorType nullType
public final int scanBatchRecordLimit
public final int scanBatchByteLimit
public final List<ScanLevelProjection.ScanProjectionParser> parsers
public final List<ReaderLevelProjection.ReaderProjectionResolver> schemaResolvers
public final List<SchemaPath> projection
public final boolean useSchemaSmoothing
public final boolean allowRequiredNullColumns
public final TupleMetadata providedSchema
public final long limit
public final CustomErrorContext context
protected ScanSchemaOptions(ScanSchemaOrchestrator.ScanOrchestratorBuilder builder)
protected TupleMetadata providedSchema()
Copyright © 1970 The Apache Software Foundation. All rights reserved.