Class TablesawRecordMaterializer

java.lang.Object
org.apache.parquet.io.api.RecordMaterializer<tech.tablesaw.api.Row>
net.tlabs.tablesaw.parquet.TablesawRecordMaterializer

public class TablesawRecordMaterializer extends org.apache.parquet.io.api.RecordMaterializer<tech.tablesaw.api.Row>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.parquet.io.api.RecordMaterializer

    org.apache.parquet.io.api.RecordMaterializer.RecordMaterializationException
  • Constructor Summary

    Constructors
    Constructor
    Description
    TablesawRecordMaterializer(tech.tablesaw.api.Table table, org.apache.parquet.schema.MessageType fileSchema, TablesawParquetReadOptions options)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    tech.tablesaw.api.Row
     
    org.apache.parquet.io.api.GroupConverter
     

    Methods inherited from class org.apache.parquet.io.api.RecordMaterializer

    skipCurrentRecord

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TablesawRecordMaterializer

      public TablesawRecordMaterializer(tech.tablesaw.api.Table table, org.apache.parquet.schema.MessageType fileSchema, TablesawParquetReadOptions options)
  • Method Details

    • getCurrentRecord

      public tech.tablesaw.api.Row getCurrentRecord()
      Specified by:
      getCurrentRecord in class org.apache.parquet.io.api.RecordMaterializer<tech.tablesaw.api.Row>
    • getRootConverter

      public org.apache.parquet.io.api.GroupConverter getRootConverter()
      Specified by:
      getRootConverter in class org.apache.parquet.io.api.RecordMaterializer<tech.tablesaw.api.Row>