Package net.tlabs.tablesaw.parquet
Class TablesawRecordConverter
- java.lang.Object
-
- org.apache.parquet.io.api.Converter
-
- org.apache.parquet.io.api.GroupConverter
-
- net.tlabs.tablesaw.parquet.TablesawRecordConverter
-
public class TablesawRecordConverter extends org.apache.parquet.io.api.GroupConverter
-
-
Constructor Summary
Constructors Constructor Description TablesawRecordConverter(tech.tablesaw.api.Table table, org.apache.parquet.schema.MessageType fileSchema, TablesawParquetReadOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidend()org.apache.parquet.io.api.ConvertergetConverter(int fieldIndex)tech.tablesaw.api.RowgetCurrentRow()voidstart()
-
-
-
Constructor Detail
-
TablesawRecordConverter
public TablesawRecordConverter(tech.tablesaw.api.Table table, org.apache.parquet.schema.MessageType fileSchema, TablesawParquetReadOptions options)
-
-
Method Detail
-
getConverter
public org.apache.parquet.io.api.Converter getConverter(int fieldIndex)
- Specified by:
getConverterin classorg.apache.parquet.io.api.GroupConverter
-
start
public void start()
- Specified by:
startin classorg.apache.parquet.io.api.GroupConverter
-
end
public void end()
- Specified by:
endin classorg.apache.parquet.io.api.GroupConverter
-
getCurrentRow
public tech.tablesaw.api.Row getCurrentRow()
-
-