Uses of Class
org.apache.flink.table.runtime.arrow.writers.BigIntWriter
Packages that use BigIntWriter
-
Uses of BigIntWriter in org.apache.flink.table.runtime.arrow.writers
Subclasses of BigIntWriter in org.apache.flink.table.runtime.arrow.writersModifier and TypeClassDescriptionstatic final classBigIntWriterforArrayDatainput.static final classBigIntWriterforRowDatainput.Methods in org.apache.flink.table.runtime.arrow.writers that return BigIntWriterModifier and TypeMethodDescriptionstatic 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)