Uses of Class
org.apache.flink.table.runtime.arrow.writers.SmallIntWriter
-
Packages that use SmallIntWriter Package Description org.apache.flink.table.runtime.arrow.writers -
-
Uses of SmallIntWriter in org.apache.flink.table.runtime.arrow.writers
Subclasses of SmallIntWriter in org.apache.flink.table.runtime.arrow.writers Modifier and Type Class Description static classSmallIntWriter.SmallIntWriterForArraySmallIntWriterforArrayDatainput.static classSmallIntWriter.SmallIntWriterForRowSmallIntWriterforRowDatainput.Methods in org.apache.flink.table.runtime.arrow.writers that return SmallIntWriter Modifier and Type Method Description static SmallIntWriter<org.apache.flink.table.data.ArrayData>SmallIntWriter. forArray(org.apache.arrow.vector.SmallIntVector intVector)static SmallIntWriter<org.apache.flink.table.data.RowData>SmallIntWriter. forRow(org.apache.arrow.vector.SmallIntVector intVector)
-