neuralib.sqlp.expr.SqlOper

class neuralib.sqlp.expr.SqlOper

Bases: SqlExpr

__init__(oper)
Parameters:

oper (str)

Methods

__init__(oper)

between(value[, value2])

cast(t)

contains(value)

glob(value)

is_not_null()

is_null()

like(value)

not_between(value[, value2])

not_contains(value)

not_like(value)

Attributes

oper

oper
__init__(oper)
Parameters:

oper (str)