Class DrillParquetGroupConverter.DrillFloat8Converter

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addDouble(double value)
     

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

    addBinary, addBoolean, addFloat, addInt, 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

    • DrillFloat8Converter

      public DrillFloat8Converter(Float8Writer writer)
  • Method Details

    • addDouble

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