Interface ArrowType.ArrowTypeVisitor<T>

All Known Implementing Classes:
ArrowType.ComplexTypeVisitor, ArrowType.PrimitiveTypeVisitor, AvaticaParameterBinder.BinderVisitor, ColumnBinderArrowTypeVisitor
Enclosing class:
ArrowType

public static interface ArrowType.ArrowTypeVisitor<T>
to visit the ArrowTypes type.accept(new ArrowTypeVisitor<Type>() { ... });