public class ScanOptions extends Object
| Constructor and Description |
|---|
ScanOptions(String[] columns,
long batchSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBatchSize() |
String[] |
getColumns() |
public ScanOptions(String[] columns, long batchSize)
columns - Projected columns. Empty for scanning all columns.batchSize - Maximum row number of each returned ArrowRecordBatchpublic String[] getColumns()
public long getBatchSize()
Copyright © 2021 The Apache Software Foundation. All rights reserved.