Interface LaravelUi5\OData\Protocol\Planning\Expression\FilterExpressionVisitor

Visitor interface for FilterExpression trees.

Methods receive the raw node. The visitor is responsible for recursing into children — this gives full control over traversal order, short-circuiting, and context threading (e.g. lambda variable scope injection).

Drivers implement this interface to translate a FilterExpression tree into a storage-layer query (Eloquent WHERE clause, SQL fragment, etc.).

Methods