neuralib.sqlp.expr.SqlField

class neuralib.sqlp.expr.SqlField

Bases: SqlExpr

__init__(field)
Parameters:

field (Field)

Methods

__init__(field)

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

field

name

table

table_name

field
__init__(field)
Parameters:

field (Field)

property name: str
property table: type
property table_name: str