Uses of Class
org.apache.arrow.adapter.jdbc.consumer.BinaryConsumer
Packages that use BinaryConsumer
-
Uses of BinaryConsumer in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return BinaryConsumerModifier and TypeMethodDescriptionstatic BinaryConsumer
BinaryConsumer.createConsumer
(VarBinaryVector vector, int index, boolean nullable) Creates a consumer forVarBinaryVector
.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type BinaryConsumerModifier and TypeMethodDescriptionstatic BlobConsumer
BlobConsumer.createConsumer
(BinaryConsumer delegate, int index, boolean nullable) Creates a consumer forVarBinaryVector
.Constructors in org.apache.arrow.adapter.jdbc.consumer with parameters of type BinaryConsumerModifierConstructorDescriptionBlobConsumer
(BinaryConsumer delegate, int index, boolean nullable) Instantiate a BlobConsumer.