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