EctoFoundationDB.QueryPlan (Ecto.Adapters.FoundationDB v0.7.1)

Copy Markdown View Source

See Ecto.Adapters.FoundationDB

Summary

Types

t()

@type t() :: %EctoFoundationDB.QueryPlan{
  constraints: term(),
  context: term(),
  layer_data: term(),
  limit: term(),
  ordering: term(),
  schema: term(),
  source: term(),
  tenant: term(),
  updates: term()
}

Functions

all_range(tenant, source, schema, context, id_s, id_e, limit, options)

get(tenant, source, schema, context, wheres, updates, params, order_bys, limit)

get_op(arg1, schema, params)

get_pinned_param(params, val)

parse_order_bys(schema, order_bys)

walk_ast(wheres, schema, params, constraints)