Class ParquetValueWriters.StructWriter<S>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<TripleWriter<?>> columns()  
      protected abstract java.lang.Object get​(S struct, int index)  
      java.util.stream.Stream<FieldMetrics<?>> metrics()
      Returns a stream of FieldMetrics that this ParquetValueWriter keeps track of.
      void setColumnStore​(org.apache.parquet.column.ColumnWriteStore columnStore)  
      void write​(int repetitionLevel, S value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait