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

Method list_custom_actions

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

Add custom actions to list_actions() result

(&self)

Source from the content-addressed store, hash-verified

469
470 /// Add custom actions to list_actions() result
471 async fn list_custom_actions(&self) -> Option<Vec<Result<ActionType, Status>>> {
472 None
473 }
474
475 /// Create a prepared statement from given SQL statement.
476 async fn do_action_create_prepared_statement(

Callers 1

list_actionsMethod · 0.80

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