swat.cas.table.CASTable.query

CASTable.query(expr, inplace=False, engine='cas', **kwargs)

Query the table with a boolean expression

Parameters:
expr : string

The query string to evaluate. The expression must be a valid CAS expression.

inplace : boolean, optional

Whether the CASTable should be modified in place, or a copy should be returned.

engine : string, optional

The type of expression used in the expression.

**kwargs : dict, optional

Not implemented.

Returns:
self

If inplace == True

CASTable object

If inplace == False