Package | Description |
---|---|
org.apache.drill.exec.store.mapr.db | |
org.apache.drill.exec.store.mapr.db.binary | |
org.apache.drill.exec.store.mapr.db.json |
Modifier and Type | Class and Description |
---|---|
class |
RestrictedMapRDBSubScanSpec
A RestrictedMapRDBSubScanSpec encapsulates a join instance which contains the ValueVectors of row keys and
is associated with this sub-scan and also exposes an iterator type interface over the row key vectors.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,List<MapRDBSubScanSpec>> |
MapRDBGroupScan.endpointFragmentMapping |
Modifier and Type | Method and Description |
---|---|
protected abstract MapRDBSubScanSpec |
MapRDBGroupScan.getSubScanSpec(TabletFragmentInfo key) |
MapRDBSubScanSpec |
MapRDBSubScanSpec.setRegionServer(String regionServer) |
MapRDBSubScanSpec |
MapRDBSubScanSpec.setSerializedFilter(byte[] serializedFilter) |
MapRDBSubScanSpec |
MapRDBSubScanSpec.setStartRow(byte[] startRow) |
MapRDBSubScanSpec |
MapRDBSubScanSpec.setStopRow(byte[] stopRow) |
MapRDBSubScanSpec |
MapRDBSubScanSpec.setTableName(String tableName) |
Modifier and Type | Method and Description |
---|---|
List<MapRDBSubScanSpec> |
MapRDBSubScan.getRegionScanSpecList() |
Modifier and Type | Method and Description |
---|---|
int |
MapRDBSubScanSpec.compareTo(MapRDBSubScanSpec o) |
Constructor and Description |
---|
MapRDBSubScan(StoragePluginRegistry engineRegistry,
String userName,
MapRDBFormatPluginConfig formatPluginConfig,
StoragePluginConfig storageConfig,
List<MapRDBSubScanSpec> regionScanSpecList,
List<SchemaPath> columns,
int maxRecordsToRead,
String tableType,
TupleMetadata schema) |
MapRDBSubScan(String userName,
MapRDBFormatPlugin formatPlugin,
List<MapRDBSubScanSpec> maprSubScanSpecs,
List<SchemaPath> columns,
int maxRecordsToRead,
String tableType,
TupleMetadata schema) |
MapRDBSubScan(String userName,
MapRDBFormatPlugin formatPlugin,
List<MapRDBSubScanSpec> maprSubScanSpecs,
List<SchemaPath> columns,
String tableType,
TupleMetadata schema) |
Modifier and Type | Method and Description |
---|---|
protected MapRDBSubScanSpec |
BinaryTableGroupScan.getSubScanSpec(TabletFragmentInfo tfi) |
Modifier and Type | Class and Description |
---|---|
class |
JsonSubScanSpec
This class is a helper extension of
MapRDBSubScanSpec class and does not
get serialized or deserialized. |
Modifier and Type | Field and Description |
---|---|
protected MapRDBSubScanSpec |
MaprDBJsonRecordReader.subScanSpec |
Modifier and Type | Method and Description |
---|---|
protected MapRDBSubScanSpec |
JsonTableGroupScan.getSubScanSpec(TabletFragmentInfo tfi) |
Constructor and Description |
---|
MaprDBJsonRecordReader(MapRDBSubScanSpec subScanSpec,
MapRDBFormatPlugin formatPlugin,
List<SchemaPath> projectedColumns,
FragmentContext context,
int maxRecords,
TupleMetadata schema) |
MaprDBJsonRecordReader(MapRDBSubScanSpec subScanSpec,
MapRDBFormatPlugin formatPlugin,
List<SchemaPath> projectedColumns,
FragmentContext context,
TupleMetadata schema) |
RestrictedJsonRecordReader(MapRDBSubScanSpec subScanSpec,
MapRDBFormatPlugin formatPlugin,
List<SchemaPath> projectedColumns,
FragmentContext context,
int maxRecordsToRead,
TupleMetadata schema) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.