MCPcopy Create free account
hub / github.com/apache/arrow / gaflight_command_descriptor_new

Function gaflight_command_descriptor_new

c_glib/arrow-flight-glib/common.cpp:511–516  ·  view source on GitHub ↗

* gaflight_command_descriptor_new: * @command: Opaque value used to express a command. * * Returns: The newly created #GAFlightCommandDescriptor. * * Since: 5.0.0 */

Source from the content-addressed store, hash-verified

509 * Since: 5.0.0
510 */
511GAFlightCommandDescriptor *
512gaflight_command_descriptor_new(const gchar *command)
513{
514 auto flight_descriptor = arrow::flight::FlightDescriptor::Command(command);
515 return GAFLIGHT_COMMAND_DESCRIPTOR(gaflight_descriptor_new_raw(&flight_descriptor));
516}
517
518/**
519 * gaflight_command_descriptor_get_command:

Callers

nothing calls this directly

Calls 2

CommandFunction · 0.50

Tested by

no test coverage detected