MCPcopy Create free account
hub / github.com/apache/arrow-rs / get_flight_info_statement

Method get_flight_info_statement

arrow-flight/src/sql/server.rs:87–95  ·  view source on GitHub ↗

Get a FlightInfo for executing a SQL query.

(
        &self,
        _query: CommandStatementQuery,
        _request: Request<FlightDescriptor>,
    )

Source from the content-addressed store, hash-verified

85
86 /// Get a FlightInfo for executing a SQL query.
87 async fn get_flight_info_statement(
88 &self,
89 _query: CommandStatementQuery,
90 _request: Request<FlightDescriptor>,
91 ) -> Result<Response<FlightInfo>, Status> {
92 Err(Status::unimplemented(
93 "get_flight_info_statement has no default implementation",
94 ))
95 }
96
97 /// Get a FlightInfo for executing a substrait plan.
98 async fn get_flight_info_substrait_plan(

Callers 1

get_flight_infoMethod · 0.45

Implementers 3

flight_sql_client_cli.rsarrow-flight/tests/flight_sql_client_c
flight_sql_client.rsarrow-flight/tests/flight_sql_client.r
flight_sql_server.rsarrow-flight/examples/flight_sql_serve

Calls

no outgoing calls

Tested by

no test coverage detected