Class ResultSetLoaderImpl.ResultSetOptions
java.lang.Object
org.apache.drill.exec.physical.resultSet.impl.ResultSetLoaderImpl.ResultSetOptions
- Enclosing class:
- ResultSetLoaderImpl
Read-only set of options for the result set loader.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CustomErrorContext
Context for error messages.protected final long
protected final ProjectionFilter
protected final int
protected final long
protected final TupleMetadata
protected final ResultVectorCache
protected final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
vectorSizeLimit
protected final int vectorSizeLimit -
rowCountLimit
protected final int rowCountLimit -
vectorCache
-
projectionSet
-
schema
-
maxBatchSize
protected final long maxBatchSize -
scanLimit
protected final long scanLimit -
errorContext
Context for error messages.
-
-
Constructor Details
-
ResultSetOptions
public ResultSetOptions() -
ResultSetOptions
-
-
Method Details
-
dump
-