neuralib.sqlp.expr.SqlWindowFunc
- class neuralib.sqlp.expr.SqlWindowFunc
Bases:
SqlAggregateFunc- __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)over([name, order_by, partition_by])where(*args)Attributes
- oper
- args
- __init__(oper, *args)
- Parameters:
oper (str)
- over(name=None, *, order_by=None, partition_by=None)
- Parameters:
name (str | None)
- Return type:
Self