Class QueryPlanner


  • public class QueryPlanner
    extends Object
    Compiles a query into an executable ProbePlan.
    • Constructor Detail

      • QueryPlanner

        public QueryPlanner()
    • Method Detail

      • plan

        public ProbePlan plan​(Query query)
        Builds the executable plan, attaching a scope prefilter that admits everything when the query has no scope.
        Parameters:
        query - the query to compile
        Returns:
        the probe plan