Class ObjectGroupConverter

java.lang.Object
org.apache.parquet.io.api.Converter
org.apache.parquet.io.api.GroupConverter
org.gridgain.internal.sql.copy.parquet.convert.ObjectGroupConverter

public class ObjectGroupConverter extends org.apache.parquet.io.api.GroupConverter
Converter for a Group object.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.parquet.example.data.Group
    Current group.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end()
    org.apache.parquet.io.api.Converter
    getConverter(int fieldIndex)
    org.apache.parquet.example.data.Group
    Current record group.
    void

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

    asGroupConverter, isPrimitive

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

    asPrimitiveConverter

    Methods inherited from class java.lang.Object

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

    • current

      protected org.apache.parquet.example.data.Group current
      Current group.
  • Method Details

    • 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
    • getConverter

      public org.apache.parquet.io.api.Converter getConverter(int fieldIndex)
      Specified by:
      getConverter in class org.apache.parquet.io.api.GroupConverter
    • getCurrentRecord

      public org.apache.parquet.example.data.Group getCurrentRecord()
      Current record group.