View Source Ravix.RQL.QueryParser (ravix v0.0.3)
Parsing tokens to RQL
Link to this section Summary
Functions
Receives a Ravix.RQL.Query
object and parses it to a RQL query string
Link to this section Functions
@spec parse(Ravix.RQL.Query.t()) :: {:error, any()} | {:ok, Ravix.RQL.Query.t()}
Receives a Ravix.RQL.Query
object and parses it to a RQL query string