| 48 | } |
| 49 | |
| 50 | interface SearchExpressionLowercase extends SearchExpression { |
| 51 | column: Column; |
| 52 | valueLow: string; |
| 53 | valueBool: boolean; |
| 54 | stringOperation: boolean; |
| 55 | } |
| 56 | |
| 57 | export class Exec { |
| 58 | private groups: SearchExpressionGroup<SearchExpressionLowercase>[]; |
nothing calls this directly
no outgoing calls
no test coverage detected