| 130 | TypeCode getTypeCode() const override { return TypeCode::ALL; } |
| 131 | |
| 132 | Future<bool> evaluate(Reference<IReadContext> const& context) override { return true; } |
| 133 | std::string toString() override { return "ALL()"; } |
| 134 | |
| 135 | Reference<IPredicate> simplify_not() override; |
nothing calls this directly
no outgoing calls
no test coverage detected