| Package | Description |
|---|---|
| org.apache.drill.exec.store.avro | |
| 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.pcap |
For comments on realization of this format plugin look at :
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvroFormatPlugin
Format plugin for Avro data files.
|
| Modifier and Type | Method and Description |
|---|---|
EasyFormatPlugin<?> |
EasyWriter.getFormatPlugin() |
EasyFormatPlugin<?> |
EasySubScan.getFormatPlugin() |
| Constructor and Description |
|---|
EasyGroupScan(String userName,
FileSelection selection,
EasyFormatPlugin<?> formatPlugin,
List<SchemaPath> columns,
String selectionRoot) |
EasyGroupScan(String userName,
FileSelection selection,
EasyFormatPlugin<?> formatPlugin,
String selectionRoot) |
EasySubScan(String userName,
List<CompleteFileWork.FileWorkImpl> files,
EasyFormatPlugin<?> plugin,
List<SchemaPath> columns,
String selectionRoot) |
EasyWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
EasyFormatPlugin<?> formatPlugin) |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceFileFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
TextFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpdLogFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
PcapFormatPlugin |
Copyright © 2017 The Apache Software Foundation. All rights reserved.