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