java.lang.Object
org.apache.arrow.flight.SessionOptionValue
A union-like container interface for supported session option value types.
-
Method Summary
Modifier and TypeMethodDescriptionabstract <T> T
Value access via a caller-provided visitor/functor.boolean
isEmpty()
Check whether the SessionOptionValue is empty/valueless.
-
Method Details
-
acceptVisitor
Value access via a caller-provided visitor/functor. -
isEmpty
public boolean isEmpty()Check whether the SessionOptionValue is empty/valueless.
-