swat.cas.table.CASTable.eval¶
-
CASTable.
eval
(self, expr, inplace=True, kwargs=None)¶ Evaluate a CAS table expression
- Parameters
- exprstring
The expression to evaluate
- inplacebool, optional
If the expression contains an assignment and inplace=True, add the column to the existing table.
- kwargsdict, optional
Not supported
- Returns