Uses of Class
net.tlabs.tablesaw.parquet.TablesawParquetReadOptions
-
-
Uses of TablesawParquetReadOptions in net.tlabs.tablesaw.parquet
Methods in net.tlabs.tablesaw.parquet that return TablesawParquetReadOptions Modifier and Type Method Description TablesawParquetReadOptionsTablesawParquetReadOptions.Builder. build()Methods in net.tlabs.tablesaw.parquet with parameters of type TablesawParquetReadOptions Modifier and Type Method Description tech.tablesaw.api.TableTablesawParquetReader. read(TablesawParquetReadOptions options)Constructors in net.tlabs.tablesaw.parquet with parameters of type TablesawParquetReadOptions Constructor Description TablesawReadSupport(TablesawParquetReadOptions options)TablesawRecordConverter(tech.tablesaw.api.Table table, org.apache.parquet.schema.MessageType fileSchema, TablesawParquetReadOptions options)TablesawRecordMaterializer(tech.tablesaw.api.Table table, org.apache.parquet.schema.MessageType fileSchema, TablesawParquetReadOptions options)
-