SQLTriplet¶
tiatoolbox.annotation.dsl.SQLTriplet
- class SQLTriplet(lhs, op=None, rhs=None)[source]¶
Representation of an SQL triplet expression (LHS, operator, RHS).
- Parameters
lhs (Union[SQLTriplet, str]) –
rhs (Union[SQLTriplet, str]) –
- lhs¶
Left hand side of expression.
- Type
- rhs¶
Right hand side of expression.
- Type
Methods