Expand description
CSV operation trait and condition operation constants.
Template markers for condition operations. CSV’s in-memory evaluator matches on these to know which operation to apply.
Constants§
- OP_EQ
- OP_IN
- OP_
SEARCH - Sentinel for a full-table search request. CSV has no query engine, so the
evaluator rejects this marker with an
Unsupportederror rather than filtering — search of loaded data is the Lens/Diorama layer’s job.
Traits§
- CsvOperation
- CSV-specific comparison operations.