Class FlinkOrcWriter

  • All Implemented Interfaces:
    org.apache.iceberg.orc.OrcRowWriter<org.apache.flink.table.data.RowData>

    public class FlinkOrcWriter
    extends java.lang.Object
    implements org.apache.iceberg.orc.OrcRowWriter<org.apache.flink.table.data.RowData>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.iceberg.orc.OrcRowWriter<org.apache.flink.table.data.RowData> buildWriter​(org.apache.flink.table.types.logical.RowType rowType, org.apache.iceberg.Schema iSchema)  
      java.util.stream.Stream<org.apache.iceberg.FieldMetrics<?>> metrics()  
      void write​(org.apache.flink.table.data.RowData row, org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch output)  
      java.util.List<org.apache.iceberg.orc.OrcValueWriter<?>> writers()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • buildWriter

        public static org.apache.iceberg.orc.OrcRowWriter<org.apache.flink.table.data.RowData> buildWriter​(org.apache.flink.table.types.logical.RowType rowType,
                                                                                                           org.apache.iceberg.Schema iSchema)
      • write

        public void write​(org.apache.flink.table.data.RowData row,
                          org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch output)
        Specified by:
        write in interface org.apache.iceberg.orc.OrcRowWriter<org.apache.flink.table.data.RowData>
      • writers

        public java.util.List<org.apache.iceberg.orc.OrcValueWriter<?>> writers()
        Specified by:
        writers in interface org.apache.iceberg.orc.OrcRowWriter<org.apache.flink.table.data.RowData>
      • metrics

        public java.util.stream.Stream<org.apache.iceberg.FieldMetrics<?>> metrics()
        Specified by:
        metrics in interface org.apache.iceberg.orc.OrcRowWriter<org.apache.flink.table.data.RowData>