Class AbstractParserQuery

    • Field Detail

      • DEFAULT_EXPLANATION_EXECUTION_TIMEOUT

        protected static final int DEFAULT_EXPLANATION_EXECUTION_TIMEOUT
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractParserQuery

        protected AbstractParserQuery​(ParsedQuery parsedQuery)
    • Method Detail

      • getActiveDataset

        public Dataset getActiveDataset()
        Gets the "active" dataset for this query. The active dataset is either the dataset that has been specified using AbstractOperation.setDataset(Dataset) or the dataset that has been specified in the query, where the former takes precedence over the latter.
        Returns:
        The active dataset, or null if there is no dataset.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object