Class Query

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.pg.query.Query type.
      • APPLICATION

        public static final Name APPLICATION
        Name of the hydra.pg.query.Query.application field.
      • AGGREGATE

        public static final Name AGGREGATE
        Name of the hydra.pg.query.Query.aggregate field.
      • LET_QUERY

        public static final Name LET_QUERY
        Name of the hydra.pg.query.Query.LetQuery field.
      • MATCH

        public static final Name MATCH
        Name of the hydra.pg.query.Query.match field.
      • SELECT

        public static final Name SELECT
        Name of the hydra.pg.query.Query.select field.
      • VALUE

        public static final Name VALUE
        Name of the hydra.pg.query.Query.value field.
    • Method Detail

      • accept

        public abstract <R> R accept​(Query.Visitor<R> visitor)
        Dispatch to visitor.
      • hydraOrdinal

        public abstract int hydraOrdinal()