Constructor and Description |
---|
Reader.Options() |
Modifier and Type | Method and Description |
---|---|
Reader.Options |
clone() |
String[] |
getColumnNames() |
boolean[] |
getInclude() |
long |
getLength() |
long |
getMaxOffset() |
long |
getOffset() |
SearchArgument |
getSearchArgument() |
Reader.Options |
include(boolean[] include)
Set the list of columns to read.
|
Reader.Options |
range(long offset,
long length)
Set the range of bytes to read
|
Reader.Options |
searchArgument(SearchArgument sarg,
String[] columnNames)
Set search argument for predicate push down.
|
String |
toString() |
public Reader.Options include(boolean[] include)
include
- a list of columns to readpublic Reader.Options range(long offset, long length)
offset
- the starting byte offsetlength
- the number of bytes to readpublic Reader.Options searchArgument(SearchArgument sarg, String[] columnNames)
sarg
- the search argumentcolumnNames
- the column names forpublic boolean[] getInclude()
public long getOffset()
public long getLength()
public SearchArgument getSearchArgument()
public String[] getColumnNames()
public long getMaxOffset()
public Reader.Options clone()
Copyright © 2017 The Apache Software Foundation. All rights reserved.