| 5 | export type KeyComparator = '=' | '<' | '>' | '<=' | '>='; |
| 6 | |
| 7 | export class Query extends Search { |
| 8 | private keyCondition = new ConditionExpression(); |
| 9 | scanIndexForward?: boolean = undefined; |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected