Ask a question to get started
Enter to sendā¢Shift+Enter new line
NUMERIC_OPERATORS: Dict[str, Callable[[ColumnElement, object], ColumnElement]] = {'$lt': operators.lt, '$lte': operators.le, '$gt': operators.gt, '$gte': operators.ge}