Constructor and Description |
---|
ParquetRow(@NotNull org.apache.avro.generic.GenericData.Record record) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getColumn(String column) |
org.apache.avro.generic.GenericData.Record |
getRecord() |
int |
hashCode() |
ParquetRow |
toParquet() |
public ParquetRow(@NotNull @NotNull org.apache.avro.generic.GenericData.Record record)
record
- the representation of a row in a Parquet table in the Avro formatpublic org.apache.avro.generic.GenericData.Record getRecord()
public ParquetRow toParquet() throws IOException
toParquet
in interface TableRow
IOException
- when failed to transform to parquetCopyright © 2023. All Rights Reserved.