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 ArrowFieldWriterfor Array.ArrowFieldWriter Base class for arrow field writer which is used to convert a field to an Arrow format.BigIntWriter ArrowFieldWriterfor BigInt.BinaryWriter ArrowFieldWriterfor Binary.BooleanWriter ArrowFieldWriterfor Boolean.DateWriter ArrowFieldWriterfor Date.DecimalWriter ArrowFieldWriterfor Decimal.DoubleWriter ArrowFieldWriterfor Double.FloatWriter ArrowFieldWriterfor Float.IntWriter ArrowFieldWriterfor Int.MapWriter ArrowFieldWriterfor Map.RowWriter ArrowFieldWriterfor Row.SmallIntWriter ArrowFieldWriterfor SmallInt.TimestampWriter ArrowFieldWriterfor Timestamp.TimeWriter ArrowFieldWriterfor Time.TinyIntWriter ArrowFieldWriterfor TinyInt.VarBinaryWriter ArrowFieldWriterfor VarBinary.VarCharWriter ArrowFieldWriterfor VarChar.