Uses of Class
com.exasol.parquetio.data.GenericRow
-
Packages that use GenericRow Package Description com.exasol.parquetio.data -
-
Uses of GenericRow in com.exasol.parquetio.data
Methods in com.exasol.parquetio.data that return GenericRow Modifier and Type Method Description static GenericRowGenericRow. of(Object... values)A factory method to create a new instance.static GenericRowGenericRow. of(org.apache.parquet.schema.MessageType schema, Object... values)A factory method to create a new instance withMessageTypeschema.
-