pub fn contains_retrieval(expression: &ScalarExpr) -> boolExpand description
Whether a scalar expression contains a posting-list retrieval operator. Relational executors use the same classification as access-path planning so registered retrieval calls never fall through to scalar evaluation.