Uses of Class
org.apache.arrow.flight.SetSessionOptionsResult
Packages that use SetSessionOptionsResult
-
Uses of SetSessionOptionsResult in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return SetSessionOptionsResultModifier and TypeMethodDescriptionstatic SetSessionOptionsResultSetSessionOptionsResult.deserialize(ByteBuffer serialized) Parse the serialized form of this protocol message.FlightClient.setSessionOptions(SetSessionOptionsRequest request, CallOption... options) Set server session option(s) by name/value. -
Uses of SetSessionOptionsResult in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql that return SetSessionOptionsResultModifier and TypeMethodDescriptionFlightSqlClient.setSessionOptions(SetSessionOptionsRequest request, CallOption... options) Methods in org.apache.arrow.flight.sql with parameters of type SetSessionOptionsResultModifier and TypeMethodDescriptionvoidSetSessionOptionsResultListener.onNext(SetSessionOptionsResult val) Method parameters in org.apache.arrow.flight.sql with type arguments of type SetSessionOptionsResultModifier and TypeMethodDescriptiondefault voidFlightSqlProducer.setSessionOptions(SetSessionOptionsRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<SetSessionOptionsResult> listener) Set server session options(s).