Uses of Class
org.apache.arrow.flight.sql.FlightSqlClient.SubstraitPlan
-
Uses of FlightSqlClient.SubstraitPlan in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlClient.executeSubstrait
(FlightSqlClient.SubstraitPlan plan, CallOption... options) Execute a Substrait plan on the server.FlightSqlClient.executeSubstrait
(FlightSqlClient.SubstraitPlan plan, FlightSqlClient.Transaction transaction, CallOption... options) Execute a Substrait plan on the server.long
FlightSqlClient.executeSubstraitUpdate
(FlightSqlClient.SubstraitPlan plan, CallOption... options) Execute an update query on the server.long
FlightSqlClient.executeSubstraitUpdate
(FlightSqlClient.SubstraitPlan plan, FlightSqlClient.Transaction transaction, CallOption... options) Execute an update query on the server.FlightSqlClient.getExecuteSubstraitSchema
(FlightSqlClient.SubstraitPlan substraitPlan, CallOption... options) Get the schema of the result set of a Substrait plan.FlightSqlClient.getExecuteSubstraitSchema
(FlightSqlClient.SubstraitPlan plan, FlightSqlClient.Transaction transaction, CallOption... options) Get the schema of the result set of a Substrait plan.FlightSqlClient.prepare
(FlightSqlClient.SubstraitPlan plan, CallOption... options) Create a prepared statement for a Substrait plan on the server.FlightSqlClient.prepare
(FlightSqlClient.SubstraitPlan plan, FlightSqlClient.Transaction transaction, CallOption... options) Create a prepared statement for a Substrait plan on the server.