| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl | |
| org.apache.drill.exec.planner.sql.handlers | |
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.avro | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.direct | |
| org.apache.drill.exec.store.easy.json | |
| org.apache.drill.exec.store.easy.sequencefile | |
| org.apache.drill.exec.store.easy.text | |
| org.apache.drill.exec.store.easy.text.compliant | |
| org.apache.drill.exec.store.httpd | |
| org.apache.drill.exec.store.mock |
Defines a mock data source which generates dummy test data for use
in testing.
|
| org.apache.drill.exec.store.parquet.columnreaders | |
| org.apache.drill.exec.store.parquet2 | |
| org.apache.drill.exec.store.pcap |
For comments on realization of this format plugin look at :
|
| org.apache.drill.exec.store.pojo | |
| org.apache.drill.exec.store.text |
| Constructor and Description |
|---|
ScanBatch(PhysicalOperator subScanConfig,
FragmentContext context,
List<RecordReader> readers) |
ScanBatch(PhysicalOperator subScanConfig,
FragmentContext context,
OperatorContext oContext,
List<RecordReader> readerList,
List<Map<String,String>> implicitColumnList) |
| Modifier and Type | Class and Description |
|---|---|
static class |
FindLimit0Visitor.RelDataTypeReader
Reader for column names and types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordReader |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroRecordReader
A RecordReader implementation for Avro data files.
|
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
AvroFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
abstract RecordReader |
EasyFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Field and Description |
|---|---|
protected RecordReader |
DirectGroupScan.reader |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
DirectSubScan.getReader() |
| Constructor and Description |
|---|
DirectGroupScan(RecordReader reader) |
DirectGroupScan(RecordReader reader,
ScanStats stats) |
DirectSubScan(RecordReader reader) |
MetadataDirectGroupScan(RecordReader reader,
Collection<String> files) |
MetadataDirectGroupScan(RecordReader reader,
Collection<String> files,
ScanStats stats) |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONRecordReader |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
JSONFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceFileRecordReader |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
SequenceFileFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
TextFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompliantTextRecordReader |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
HttpdLogFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedMockRecordReader
Extended form of the mock record reader that uses generator class
instances to create the mock values.
|
class |
MockRecordReader |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetRecordReader |
| Modifier and Type | Class and Description |
|---|---|
class |
DrillParquetReader |
| Modifier and Type | Class and Description |
|---|---|
class |
PcapRecordReader |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
PcapFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPojoRecordReader<T>
Parent class for all pojo readers.
|
class |
DynamicPojoRecordReader<T>
Dynamically reads values from the given list of records.
|
class |
PojoRecordReader<T>
Reads values from the given list of pojo instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DrillTextRecordReader |
Copyright © 2017 The Apache Software Foundation. All rights reserved.