ExArrow.Flight.ActionType (ex_arrow v0.4.0)

View Source

Describes an action type supported by a Flight server.

Returned as elements of the list from ExArrow.Flight.Client.list_actions/1.

Fields:

  • type — machine-readable action name (e.g. "clear", "ping").
  • description — human-readable description of what the action does.

Summary

Types

t()

@type t() :: %ExArrow.Flight.ActionType{
  description: String.t() | nil,
  type: String.t() | nil
}