Uses of Class
org.apache.flink.table.runtime.arrow.writers.IntWriter
-
Packages that use IntWriter Package Description org.apache.flink.table.runtime.arrow.writers -
-
Uses of IntWriter in org.apache.flink.table.runtime.arrow.writers
Subclasses of IntWriter in org.apache.flink.table.runtime.arrow.writers Modifier and Type Class Description static classIntWriter.IntWriterForArrayIntWriterforArrayDatainput.static classIntWriter.IntWriterForRowIntWriterforRowDatainput.Methods in org.apache.flink.table.runtime.arrow.writers that return IntWriter Modifier and Type Method Description static IntWriter<org.apache.flink.table.data.ArrayData>IntWriter. forArray(org.apache.arrow.vector.IntVector intVector)static IntWriter<org.apache.flink.table.data.RowData>IntWriter. forRow(org.apache.arrow.vector.IntVector intVector)
-