Class DrillParquetGroupConverter.DrillCorruptedDateConverter

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

public static class DrillParquetGroupConverter.DrillCorruptedDateConverter 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

    • DrillCorruptedDateConverter

      public DrillCorruptedDateConverter(DateWriter writer)
  • Method Details

    • addInt

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