Class GroupRecordConverter

java.lang.Object
org.apache.parquet.io.api.RecordMaterializer<org.apache.parquet.example.data.Group>
org.gridgain.internal.sql.copy.parquet.convert.GroupRecordConverter

public class GroupRecordConverter extends org.apache.parquet.io.api.RecordMaterializer<org.apache.parquet.example.data.Group>
Creates objects from a stream of parquet data.
  • 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
    GroupRecordConverter(org.apache.parquet.schema.MessageType schema)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.parquet.example.data.Group
    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

    • GroupRecordConverter

      public GroupRecordConverter(org.apache.parquet.schema.MessageType schema)
      Constructor.
  • Method Details

    • getCurrentRecord

      public org.apache.parquet.example.data.Group getCurrentRecord()
      Specified by:
      getCurrentRecord in class org.apache.parquet.io.api.RecordMaterializer<org.apache.parquet.example.data.Group>
    • getRootConverter

      public org.apache.parquet.io.api.GroupConverter getRootConverter()
      Specified by:
      getRootConverter in class org.apache.parquet.io.api.RecordMaterializer<org.apache.parquet.example.data.Group>