neuralib.sqlp.expr.SqlFuncOper

class neuralib.sqlp.expr.SqlFuncOper

Bases: SqlOper

__init__(oper, func, *args)
Parameters:

oper (str)

Methods

__init__(oper, func, *args)

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

args

oper
args
__init__(oper, func, *args)
Parameters:

oper (str)