Uses of Class
org.apache.flink.table.runtime.arrow.writers.BigIntWriter
-
Packages that use BigIntWriter Package Description org.apache.flink.table.runtime.arrow.writers -
-
Uses of BigIntWriter in org.apache.flink.table.runtime.arrow.writers
Subclasses of BigIntWriter in org.apache.flink.table.runtime.arrow.writers Modifier and Type Class Description static classBigIntWriter.BigIntWriterForArrayBigIntWriterforArrayDatainput.static classBigIntWriter.BigIntWriterForRowBigIntWriterforRowDatainput.Methods in org.apache.flink.table.runtime.arrow.writers that return BigIntWriter Modifier and Type Method Description static BigIntWriter<org.apache.flink.table.data.ArrayData>BigIntWriter. forArray(org.apache.arrow.vector.BigIntVector bigIntVector)static BigIntWriter<org.apache.flink.table.data.RowData>BigIntWriter. forRow(org.apache.arrow.vector.BigIntVector bigIntVector)
-