Uses of Package
org.apache.flink.table.runtime.arrow.writers
-
Packages that use org.apache.flink.table.runtime.arrow.writers Package Description org.apache.flink.table.runtime.arrow org.apache.flink.table.runtime.arrow.writers -
Classes in org.apache.flink.table.runtime.arrow.writers used by org.apache.flink.table.runtime.arrow Class Description ArrowFieldWriter Base class for arrow field writer which is used to convert a field to an Arrow format. -
Classes in org.apache.flink.table.runtime.arrow.writers used by org.apache.flink.table.runtime.arrow.writers Class Description ArrayWriter ArrowFieldWriter
for Array.ArrowFieldWriter Base class for arrow field writer which is used to convert a field to an Arrow format.BigIntWriter ArrowFieldWriter
for BigInt.BinaryWriter ArrowFieldWriter
for Binary.BooleanWriter ArrowFieldWriter
for Boolean.DateWriter ArrowFieldWriter
for Date.DecimalWriter ArrowFieldWriter
for Decimal.DoubleWriter ArrowFieldWriter
for Double.FloatWriter ArrowFieldWriter
for Float.IntWriter ArrowFieldWriter
for Int.MapWriter ArrowFieldWriter
for Map.RowWriter ArrowFieldWriter
for Row.SmallIntWriter ArrowFieldWriter
for SmallInt.TimestampWriter ArrowFieldWriter
for Timestamp.TimeWriter ArrowFieldWriter
for Time.TinyIntWriter ArrowFieldWriter
for TinyInt.VarBinaryWriter ArrowFieldWriter
for VarBinary.VarCharWriter ArrowFieldWriter
for VarChar.