swat.cas.table.CASTable.query¶
-
CASTable.
query
(self, expr, inplace=False, engine='cas', **kwargs)¶ Query the table with a boolean expression
- Parameters
- exprstring
The query string to evaluate. The expression must be a valid CAS expression.
- inplaceboolean, optional
Whether the CASTable should be modified in place, or a copy should be returned.
- enginestring, optional
The type of expression used in the expression.
- **kwargsdict, optional
Not implemented.
- Returns
- None
If inplace == True
- CASTable object
If inplace == False