Uses of Interface
org.apache.arrow.flight.SessionOptionValueVisitor
-
Uses of SessionOptionValueVisitor in org.apache.arrow.flight
Modifier and TypeClassDescriptionclass
A helper to facilitate easier anonymous subclass declaration.Modifier and TypeMethodDescriptionabstract <T> T
SessionOptionValue.acceptVisitor
(SessionOptionValueVisitor<T> v) Value access via a caller-provided visitor/functor.