View Source Ravix.RQL.Tokens.From (ravix v0.0.3)

Link to this section Summary

Link to this section Types

@type t() :: %Ravix.RQL.Tokens.From{
  as_alias: boolean(),
  document_or_index: String.t(),
  token: atom()
}

Link to this section Functions

@spec from(any()) :: {:error, :collection_not_informed} | t()
@spec from_index(any()) :: {:error, :index_not_informed} | t()