EctoNeo4j v0.6.3 Ecto.Adapters.Neo4j.Query.AggregateExpr View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Ecto.Adapters.Neo4j.Query.AggregateExpr{
  alias: String.t(),
  distinct?: boolean(),
  entity:
    nil
    | Ecto.Adapters.Neo4j.Query.NodeExpr.t()
    | Ecto.Adapters.Neo4j.Query.RelationshipExpr.t(),
  field: nil | Ecto.Adapters.Neo4j.Query.FieldExpr.t(),
  operator: atom()
}