InfluxElixir.Flight.Proto.FlightInfo (InfluxElixir v0.1.14)

Copy Markdown View Source

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

t()

@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()
}