Core concept

FilterList (AND/OR combinators). SkipFilter + WhileMatchFilter for control flow.

Advertisement

How it works

Complex filters slow scans. Some filters mislead — still scan all data.

Advertisement

Trade-offs + gotchas

Reduce data returned. Precondition checks.