public class HBaseScanSpec extends Object implements DrillTableSelection
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.hbase.filter.Filter |
filter |
protected byte[] |
startRow |
protected byte[] |
stopRow |
protected String |
tableName |
Constructor and Description |
---|
HBaseScanSpec(String tableName) |
HBaseScanSpec(String tableName,
byte[] startRow,
byte[] stopRow,
byte[] serializedFilter,
String filterString) |
HBaseScanSpec(String tableName,
byte[] startRow,
byte[] stopRow,
org.apache.hadoop.hbase.filter.Filter filter) |
Modifier and Type | Method and Description |
---|---|
String |
digest()
The digest of the selection represented by the implementation.
|
org.apache.hadoop.hbase.filter.Filter |
getFilter() |
byte[] |
getSerializedFilter() |
byte[] |
getStartRow() |
byte[] |
getStopRow() |
String |
getTableName() |
String |
toString() |
protected String tableName
protected byte[] startRow
protected byte[] stopRow
protected org.apache.hadoop.hbase.filter.Filter filter
public HBaseScanSpec(String tableName, byte[] startRow, byte[] stopRow, byte[] serializedFilter, String filterString)
public HBaseScanSpec(String tableName, byte[] startRow, byte[] stopRow, org.apache.hadoop.hbase.filter.Filter filter)
public HBaseScanSpec(String tableName)
public String getTableName()
public byte[] getStartRow()
public byte[] getStopRow()
public org.apache.hadoop.hbase.filter.Filter getFilter()
public byte[] getSerializedFilter()
public String digest()
DrillTableSelection
digest
in interface DrillTableSelection
Copyright © 1970 The Apache Software Foundation. All rights reserved.