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 |
OrcRow
A row in a Orc table.
|
Modifier and Type | Method and Description |
---|---|
TableRow |
OrcReader.read() |
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.