neuralib.sqlp.expr.SqlCaseExpr ============================== .. currentmodule:: neuralib.sqlp.expr .. autoclass:: SqlCaseExpr .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SqlCaseExpr.__init__ ~SqlCaseExpr.between ~SqlCaseExpr.cast ~SqlCaseExpr.contains ~SqlCaseExpr.else_ ~SqlCaseExpr.glob ~SqlCaseExpr.is_not_null ~SqlCaseExpr.is_null ~SqlCaseExpr.like ~SqlCaseExpr.not_between ~SqlCaseExpr.not_contains ~SqlCaseExpr.not_like ~SqlCaseExpr.when .. rubric:: Attributes .. autosummary:: ~SqlCaseExpr.expr ~SqlCaseExpr.cases