Uses of Class
org.apache.arrow.flight.sql.FlightSqlClient.ExecuteIngestOptions
Packages that use FlightSqlClient.ExecuteIngestOptions
- 
Uses of FlightSqlClient.ExecuteIngestOptions in org.apache.arrow.flight.sqlMethods in org.apache.arrow.flight.sql with parameters of type FlightSqlClient.ExecuteIngestOptionsModifier and TypeMethodDescriptionlongFlightSqlClient.executeIngest(ArrowStreamReader dataReader, FlightSqlClient.ExecuteIngestOptions ingestOptions, CallOption... options) Execute a bulk ingest on the server.longFlightSqlClient.executeIngest(ArrowStreamReader dataReader, FlightSqlClient.ExecuteIngestOptions ingestOptions, FlightSqlClient.Transaction transaction, CallOption... options) Execute a bulk ingest on the server.longFlightSqlClient.executeIngest(VectorSchemaRoot data, FlightSqlClient.ExecuteIngestOptions ingestOptions, CallOption... options) Execute a bulk ingest on the server.longFlightSqlClient.executeIngest(VectorSchemaRoot data, FlightSqlClient.ExecuteIngestOptions ingestOptions, FlightSqlClient.Transaction transaction, CallOption... options) Execute a bulk ingest on the server.