process

abstract fun process(queryTree: QueryNode): QueryNode

Processes a query node tree. It may return the same or another query tree. I should never return null.

Return

the processed query tree

Parameters

queryTree

tree root node