Closed ali6947 closed 3 years ago
This is the definition of the grammar for Relational Algebra. These are rules of the CFG, of the form A->BC.
[ [ "And", [ "And", "like" ] ], [ "And", [ "eq", "gt" ] ], ...
Take a look at _create_type_tensor at line 212 in models/smbop.py to see how it is used.
_create_type_tensor
models/smbop.py
This is the definition of the grammar for Relational Algebra. These are rules of the CFG, of the form A->BC.
Take a look at
_create_type_tensor
at line 212 inmodels/smbop.py
to see how it is used.