/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ pypika
/ clickhouse
/ nullable_arg.py
Run
Starting...
Stop
View File
Save
from pypika.terms import Function class IfNull(Function): def __init__(self, term, alt, **kwargs): super().__init__("ifNull", term, alt, **kwargs)
Memory