InfluxElixir.Flight.Proto.FlightDescriptor (InfluxElixir v0.1.15)

Copy Markdown View Source

Describes how to locate or identify a Flight (a named dataset or query).

The type field selects between a named dataset (UNKNOWN = 0, PATH = 1) or an opaque command blob (CMD = 2). InfluxDB uses CMD for SQL queries.

Summary

Types

t()

@type t() :: %InfluxElixir.Flight.Proto.FlightDescriptor{
  __unknown_fields__: [Protobuf.unknown_field()],
  cmd: binary(),
  path: [String.t()],
  type: integer()
}