Interface AstNode

    • Method Detail

      • hasChildren

        boolean hasChildren()
      • addChild

        void addChild​(AstNode childNode)
      • doneProcessingChildren

        void doneProcessingChildren()
      • setParent

        void setParent​(AstNode parent)
      • hasParent

        boolean hasParent()
      • updateBrokerRequest

        void updateBrokerRequest​(BrokerRequest brokerRequest)
      • updatePinotQuery

        void updatePinotQuery​(PinotQuery pinotQuery)
      • sendBrokerRequestUpdateToChildren

        void sendBrokerRequestUpdateToChildren​(BrokerRequest brokerRequest)
      • sendPinotQueryUpdateToChildren

        void sendPinotQueryUpdateToChildren​(PinotQuery pinotQuery)
      • toString

        String toString​(int indent)