Class ColumnBinderArrowTypeVisitor

java.lang.Object
org.apache.arrow.adapter.jdbc.binder.ColumnBinderArrowTypeVisitor
All Implemented Interfaces:
ArrowType.ArrowTypeVisitor<ColumnBinder>

public class ColumnBinderArrowTypeVisitor extends Object implements ArrowType.ArrowTypeVisitor<ColumnBinder>
Visitor to create the base ColumnBinder for a vector.

To handle null values, wrap the returned binder in a NullableColumnBinder.