Class BooleanConverter

java.lang.Object
org.apache.parquet.io.api.Converter
org.apache.parquet.io.api.PrimitiveConverter
com.jerolba.carpet.impl.read.converter.BooleanConverter

public class BooleanConverter extends org.apache.parquet.io.api.PrimitiveConverter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addBoolean(boolean value)
     

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

    addBinary, addDouble, 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

  • Method Details

    • addBoolean

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