Package | Description |
---|---|
alluxio.job.plan.transform.compact | |
alluxio.job.plan.transform.format | |
alluxio.job.plan.transform.format.csv | |
alluxio.job.plan.transform.format.parquet |
Modifier and Type | Method and Description |
---|---|
void |
Compactor.compact(List<TableReader> inputs,
TableWriter output)
Compacts a list of inputs to the output.
|
Modifier and Type | Method and Description |
---|---|
static TableReader |
TableReader.create(AlluxioURI uri,
PartitionInfo pInfo) |
Modifier and Type | Class and Description |
---|---|
class |
CsvReader
A reader for reading
CsvRow . |
Modifier and Type | Class and Description |
---|---|
class |
ParquetReader
A reader for reading
ParquetRow . |
Copyright © 2023. All Rights Reserved.