Uses of Class
org.apache.arrow.flight.sql.FlightSqlClient.SubstraitPlan
Packages that use FlightSqlClient.SubstraitPlan
-
Uses of FlightSqlClient.SubstraitPlan in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSqlClient.SubstraitPlanModifier 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.longFlightSqlClient.executeSubstraitUpdate(FlightSqlClient.SubstraitPlan plan, CallOption... options) Execute an update query on the server.longFlightSqlClient.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.