Class LaravelUi5\OData\Driver\Sql\Expression\FilterToEloquent

final
implements FilterExpressionVisitor

Translates a FilterExpression tree into Eloquent Builder WHERE clauses.

Visitor methods receive the raw node and recurse into children themselves, following the .NET QueryBinder model (not Olingo's post-order accept).

Methods