| Package | Description |
|---|---|
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.avro | |
| org.apache.drill.exec.store.dfs | |
| org.apache.drill.exec.store.dfs.easy | |
| 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.httpd | |
| org.apache.drill.exec.store.parquet | |
| org.apache.drill.exec.store.pcap |
For comments on realization of this format plugin look at :
|
| org.apache.drill.exec.store.schedule |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ColumnExplorer.populateImplicitColumns(FileWork work,
String selectionRoot)
Compares selection root and actual file path to determine partition columns values.
|
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
AvroFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadEntryFromHDFS |
| Modifier and Type | Method and Description |
|---|---|
abstract RecordReader |
EasyFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
JSONFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| 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 | Method and Description |
|---|---|
RecordReader |
HttpdLogFormatPlugin.getRecordReader(FragmentContext context,
DrillFileSystem dfs,
FileWork fileWork,
List<SchemaPath> columns,
String userName) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ParquetGroupScan.RowGroupInfo |
class |
RowGroupReadEntry |
| 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 |
CompleteFileWork |
static class |
CompleteFileWork.FileWorkImpl |
| Modifier and Type | Method and Description |
|---|---|
EndpointByteMap |
BlockMapBuilder.getEndpointByteMap(Set<String> noDrillbitHosts,
FileWork work)
For a given FileWork, calculate how many bytes are available on each on drillbit endpoint
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.