| Package | Description |
|---|---|
| org.apache.drill.exec.store.parquet |
| Modifier and Type | Method and Description |
|---|---|
ParquetFormatConfig |
ParquetFormatPlugin.getConfig() |
ParquetFormatConfig |
ParquetRowGroupScan.getFormatConfig() |
ParquetFormatConfig |
ParquetGroupScan.getFormatConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Metadata.createMeta(org.apache.hadoop.fs.FileSystem fs,
String path,
ParquetFormatConfig formatConfig)
Create the parquet metadata file for the directory at the given path, and for any subdirectories
|
static Metadata.ParquetTableMetadata_v3 |
Metadata.getParquetTableMetadata(org.apache.hadoop.fs.FileSystem fs,
List<org.apache.hadoop.fs.FileStatus> fileStatuses,
ParquetFormatConfig formatConfig)
Get the parquet metadata for a list of parquet files
|
static Metadata.ParquetTableMetadata_v3 |
Metadata.getParquetTableMetadata(org.apache.hadoop.fs.FileSystem fs,
String path,
ParquetFormatConfig formatConfig)
Get the parquet metadata for the parquet files in the given directory, including those in subdirectories
|
static Metadata.ParquetTableMetadataBase |
Metadata.readBlockMeta(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
MetadataContext metaContext,
ParquetFormatConfig formatConfig)
Get the parquet metadata for the table by reading the metadata file
|
static Metadata.ParquetTableMetadataDirs |
Metadata.readMetadataDirs(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
MetadataContext metaContext,
ParquetFormatConfig formatConfig)
Get the parquet metadata for all subdirectories by reading the metadata file
|
| Constructor and Description |
|---|
ParquetFormatPlugin(String name,
DrillbitContext context,
org.apache.hadoop.conf.Configuration fsConf,
StoragePluginConfig storageConfig,
ParquetFormatConfig formatConfig) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.