| Package | Description |
|---|---|
| org.apache.parquet.tools.command | |
| org.apache.parquet.tools.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
DumpCommand.dump(PrettyPrintWriter out,
org.apache.parquet.column.impl.ColumnReadStoreImpl crstore,
org.apache.parquet.column.ColumnDescriptor column,
long page,
long total,
long offset) |
static void |
DumpCommand.dump(PrettyPrintWriter out,
org.apache.parquet.column.page.PageReadStore store,
org.apache.parquet.column.ColumnDescriptor column) |
static void |
DumpCommand.dump(PrettyPrintWriter out,
ParquetMetadata meta,
org.apache.parquet.schema.MessageType schema,
org.apache.hadoop.fs.Path inpath,
boolean showmd,
boolean showdt,
Set<String> showColumns) |
| Modifier and Type | Method and Description |
|---|---|
PrettyPrintWriter |
PrettyPrintWriter.bgblack() |
PrettyPrintWriter |
PrettyPrintWriter.bgblue() |
PrettyPrintWriter |
PrettyPrintWriter.bgcyan() |
PrettyPrintWriter |
PrettyPrintWriter.bggreen() |
PrettyPrintWriter |
PrettyPrintWriter.bgmagenta() |
PrettyPrintWriter |
PrettyPrintWriter.bgred() |
PrettyPrintWriter |
PrettyPrintWriter.bgwhite() |
PrettyPrintWriter |
PrettyPrintWriter.bgyellow() |
PrettyPrintWriter |
PrettyPrintWriter.black() |
PrettyPrintWriter |
PrettyPrintWriter.blink() |
PrettyPrintWriter |
PrettyPrintWriter.blue() |
PrettyPrintWriter |
PrettyPrintWriter.bold() |
PrettyPrintWriter |
PrettyPrintWriter.Builder.build() |
PrettyPrintWriter |
PrettyPrintWriter.concealed() |
PrettyPrintWriter |
PrettyPrintWriter.cyan() |
PrettyPrintWriter |
PrettyPrintWriter.green() |
PrettyPrintWriter |
PrettyPrintWriter.iff(boolean predicate) |
PrettyPrintWriter |
PrettyPrintWriter.magenta() |
PrettyPrintWriter |
PrettyPrintWriter.off() |
PrettyPrintWriter |
PrettyPrintWriter.otherwise() |
PrettyPrintWriter |
PrettyPrintWriter.red() |
PrettyPrintWriter |
PrettyPrintWriter.reverse() |
PrettyPrintWriter |
PrettyPrintWriter.underscore() |
PrettyPrintWriter |
PrettyPrintWriter.white() |
PrettyPrintWriter |
PrettyPrintWriter.yellow() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
BlockMetaData meta) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
ColumnChunkMetaData meta) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
org.apache.parquet.column.ColumnDescriptor desc) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
FileMetaData meta) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
org.apache.parquet.schema.GroupType type) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
List<ColumnChunkMetaData> ccmeta) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
org.apache.parquet.schema.MessageType type) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
ParquetMetadata meta) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
org.apache.parquet.schema.PrimitiveType type) |
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
org.apache.parquet.schema.Type type) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.