pub const OP_SEARCH: &str = "SEARCH";Expand description
Sentinel for a full-table search request. CSV has no query engine, so the
evaluator rejects this marker with an Unsupported error rather than
filtering — search of loaded data is the Lens/Diorama layer’s job.