Uses of Class
org.apache.flink.table.runtime.arrow.ArrowWriter
-
Packages that use ArrowWriter Package Description org.apache.flink.table.runtime.arrow org.apache.flink.table.runtime.arrow.serializers -
-
Uses of ArrowWriter in org.apache.flink.table.runtime.arrow
Methods in org.apache.flink.table.runtime.arrow that return ArrowWriter Modifier and Type Method Description static ArrowWriter<org.apache.flink.table.data.RowData>ArrowUtils. createRowDataArrowWriter(org.apache.arrow.vector.VectorSchemaRoot root, org.apache.flink.table.types.logical.RowType rowType)Creates anArrowWriterfor the specifiedVectorSchemaRoot. -
Uses of ArrowWriter in org.apache.flink.table.runtime.arrow.serializers
Methods in org.apache.flink.table.runtime.arrow.serializers that return ArrowWriter Modifier and Type Method Description ArrowWriter<org.apache.flink.table.data.RowData>ArrowSerializer. createArrowWriter()Creates anArrowWriter.
-