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 BinaryConsumerBinaryConsumer.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 BlobConsumerBlobConsumer.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.