Class ParsedQuery

    • Field Detail

      • dataset

        private Dataset dataset
        The dataset that was specified in the operation, if any.
    • Constructor Detail

      • ParsedQuery

        protected ParsedQuery()
        Creates a new query object. To complete this query, a tuple expression needs to be supplied to it using setTupleExpr(TupleExpr).
      • ParsedQuery

        protected ParsedQuery​(java.lang.String sourceString)
        Creates a new query object. To complete this query, a tuple expression needs to be supplied to it using setTupleExpr(TupleExpr).
      • ParsedQuery

        protected ParsedQuery​(java.lang.String sourceString,
                              TupleExpr tupleExpr)
        Creates a new query object.
        Parameters:
        tupleExpr - The tuple expression underlying this query.
      • ParsedQuery

        protected ParsedQuery​(TupleExpr tupleExpr)
        Creates a new query object.
        Parameters:
        tupleExpr - The tuple expression underlying this query.
      • ParsedQuery

        protected ParsedQuery​(TupleExpr tupleExpr,
                              Dataset dataset)
        Creates a new query object.
        Parameters:
        tupleExpr - The tuple expression underlying this query.
      • ParsedQuery

        protected ParsedQuery​(java.lang.String sourceString,
                              TupleExpr tupleExpr,
                              Dataset dataset)
        Creates a new query object.
        Parameters:
        tupleExpr - The tuple expression underlying this query.
    • Method Detail

      • getDataset

        public Dataset getDataset()
      • setDataset

        public void setDataset​(Dataset dataset)
      • setTupleExpr

        public void setTupleExpr​(TupleExpr tupleExpr)
        Gets the tuple expression underlying this operation.
      • getTupleExpr

        public TupleExpr getTupleExpr()
        Gets the tuple expression underlying this operation.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object