Package | Description |
---|---|
alluxio.job.plan.transform.format | |
alluxio.job.plan.transform.format.csv | |
alluxio.job.plan.transform.format.parquet | |
alluxio.job.plan.transform.format.tables |
Modifier and Type | Method and Description |
---|---|
TableRow |
TableReader.read() |
Modifier and Type | Method and Description |
---|---|
void |
TableWriter.write(TableRow row)
Writes a row.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvRow
A row in a CSV table represented in Avro format.
|
Modifier and Type | Method and Description |
---|---|
TableRow |
CsvReader.read() |
Modifier and Type | Method and Description |
---|---|
void |
CsvWriter.write(TableRow row) |
Modifier and Type | Class and Description |
---|---|
class |
ParquetRow
A row in a Parquet table represented in Avro format.
|
Modifier and Type | Method and Description |
---|---|
TableRow |
ParquetReader.read() |
Modifier and Type | Method and Description |
---|---|
void |
ParquetWriter.write(TableRow row) |
Modifier and Type | Method and Description |
---|---|
void |
TablesWriter.write(TableRow row) |
Copyright © 2023. All Rights Reserved.