neuralib.sqlp.expr.SqlAggregateFunc

class neuralib.sqlp.expr.SqlAggregateFunc

Bases: SqlFuncOper

__init__(oper, *args)
Parameters:

oper (str)

Methods

__init__(oper, *args)

between(value[, value2])

cast(t)

contains(value)

distinct()

glob(value)

is_not_null()

is_null()

like(value)

not_between(value[, value2])

not_contains(value)

not_like(value)

where(*args)

Attributes

oper

args

oper
args
__init__(oper, *args)
Parameters:

oper (str)

distinct()
Return type:

Self

where(*args)
Parameters:

args (bool | SqlExpr)

Return type:

Self