Uses of Class
org.apache.flink.table.runtime.arrow.ArrowWriter
Packages that use ArrowWriter
Package
Description
-
Uses of ArrowWriter in org.apache.flink.table.runtime.arrow
Methods in org.apache.flink.table.runtime.arrow that return ArrowWriterModifier and TypeMethodDescriptionstatic 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 ArrowWriterModifier and TypeMethodDescriptionArrowWriter<org.apache.flink.table.data.RowData>ArrowSerializer.createArrowWriter()Creates anArrowWriter.