Metadata returned by GetFlightInfo, describing a result set.
Contains the Arrow schema bytes, a list of endpoints from which to fetch data, and optional row/byte counts for planning purposes.
Summary
Types
@type t() :: %InfluxElixir.Flight.Proto.FlightInfo{ __unknown_fields__: [Protobuf.unknown_field()], endpoint: [InfluxElixir.Flight.Proto.FlightEndpoint.t()], flight_descriptor: InfluxElixir.Flight.Proto.FlightDescriptor.t() | nil, schema: binary(), total_bytes: integer(), total_records: integer() }