| Constructor and Description |
|---|
CsvRow(@NotNull CsvSchema schema,
@NotNull org.apache.avro.generic.GenericData.Record record) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getColumn(java.lang.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 java.lang.Object getColumn(java.lang.String column)
public ParquetRow toParquet() throws java.io.IOException
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2022. All Rights Reserved.