used for materialized view
| 22 | |
| 23 | // used for materialized view |
| 24 | pub trait MaterializedView { |
| 25 | fn filter(&self) -> Option<String>; |
| 26 | } |
| 27 | |
| 28 | |
| 29 | // used for full text search engine |
nothing calls this directly
no outgoing calls
no test coverage detected