java.lang.Object
org.apache.arrow.flight.SessionOptionValueFactory
Abstract factory for concrete SessionOptionValue instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SessionOptionValuestatic SessionOptionValuemakeSessionOptionValue(boolean value) static SessionOptionValuemakeSessionOptionValue(double value) static SessionOptionValuemakeSessionOptionValue(long value) static SessionOptionValuemakeSessionOptionValue(String value) static SessionOptionValuemakeSessionOptionValue(String[] value) static SessionOptionValueConstruct 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.
-