Uses of Interface
org.apache.arrow.flight.SessionOptionValueVisitor
Packages that use SessionOptionValueVisitor
-
Uses of SessionOptionValueVisitor in org.apache.arrow.flight
Classes in org.apache.arrow.flight that implement SessionOptionValueVisitorModifier and TypeClassDescriptionclass
A helper to facilitate easier anonymous subclass declaration.Methods in org.apache.arrow.flight with parameters of type SessionOptionValueVisitorModifier and TypeMethodDescriptionabstract <T> T
SessionOptionValue.acceptVisitor
(SessionOptionValueVisitor<T> v) Value access via a caller-provided visitor/functor.