Class TablesawRecordConverter


  • public class TablesawRecordConverter
    extends org.apache.parquet.io.api.GroupConverter
    • 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:
        getConverter in class org.apache.parquet.io.api.GroupConverter
      • start

        public void start()
        Specified by:
        start in class org.apache.parquet.io.api.GroupConverter
      • end

        public void end()
        Specified by:
        end in class org.apache.parquet.io.api.GroupConverter
      • getCurrentRow

        public tech.tablesaw.api.Row getCurrentRow()