Package org.apache.arrow.flight
Class SessionOptionValueFactory
java.lang.Object
org.apache.arrow.flight.SessionOptionValueFactory
Abstract factory for concrete SessionOptionValue instances.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SessionOptionValue
static SessionOptionValue
makeSessionOptionValue
(boolean value) static SessionOptionValue
makeSessionOptionValue
(double value) static SessionOptionValue
makeSessionOptionValue
(long value) static SessionOptionValue
makeSessionOptionValue
(String value) static SessionOptionValue
makeSessionOptionValue
(String[] value) static SessionOptionValue
Construct a SessionOptionValue from its Protobuf object representation.
-
Constructor Details
-
SessionOptionValueFactory
public SessionOptionValueFactory()
-
-
Method Details
-
makeSessionOptionValue
-
makeSessionOptionValue
-
makeSessionOptionValue
-
makeSessionOptionValue
-
makeSessionOptionValue
-
makeEmptySessionOptionValue
-
makeSessionOptionValue
Construct a SessionOptionValue from its Protobuf object representation.
-