java.lang.Object
org.apache.arrow.dataset.scanner.ScanOptions
Options used during scanning.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for Options used during scanning. -
Constructor Summary
ConstructorsConstructorDescriptionScanOptions
(long batchSize) ScanOptions
(long batchSize, Optional<String[]> columns) Constructor.ScanOptions
(String[] columns, long batchSize) Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
ScanOptions
Deprecated.Deprecated. UseScanOptions(long, Optional)
instead.Constructor.- Parameters:
columns
- Projected columns. Empty for scanning all columns.batchSize
- Maximum row number of each returnedArrowRecordBatch
-
ScanOptions
Constructor.- Parameters:
batchSize
- Maximum row number of each returnedArrowRecordBatch
columns
- (Optional) Projected columns.Optional.empty()
for scanning all columns. Otherwise, Only columns present in the Array will be scanned.
-
ScanOptions
public ScanOptions(long batchSize)
-
-
Method Details
-
getColumns
-
getBatchSize
public long getBatchSize() -
getSubstraitProjection
-
getSubstraitFilter
-
getFragmentScanOptions
-