Class DrillParquetGroupConverter.DrillIntConverter

java.lang.Object
org.apache.parquet.io.api.Converter
org.apache.parquet.io.api.PrimitiveConverter
org.apache.drill.exec.store.parquet2.DrillParquetGroupConverter.DrillIntConverter
Enclosing class:
DrillParquetGroupConverter

public static class DrillParquetGroupConverter.DrillIntConverter extends org.apache.parquet.io.api.PrimitiveConverter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInt(int value)
     

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

    addBinary, addBoolean, addDouble, addFloat, addLong, addValueFromDictionary, asPrimitiveConverter, hasDictionarySupport, isPrimitive, setDictionary

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

    asGroupConverter

    Methods inherited from class java.lang.Object

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

    • DrillIntConverter

      public DrillIntConverter(IntWriter writer)
  • Method Details

    • addInt

      public void addInt(int value)
      Overrides:
      addInt in class org.apache.parquet.io.api.PrimitiveConverter