list_flights function

See available resources on a Flight server

See available resources on a Flight server

list_flights(client) flight_path_exists(client, path)

Arguments

  • client: pyarrow.flight.FlightClient, as returned by flight_connect()
  • path: string identifier under which data is stored

Returns

list_flights() returns a character vector of paths. flight_path_exists() returns a logical value, the equivalent of path %in% list_flights()

  • Maintainer: Jonathan Keane
  • License: Apache License (>= 2.0)
  • Last published: 2025-02-26