cycquery.ops.Literal¶
- class Literal(value, col)[source]¶
Bases:
QueryOp
Add a literal column to a table.
- Parameters:
Examples
>>> Literal(1, "col1")(table)
Initialize the operation.
Methods
Bases: QueryOp
Add a literal column to a table.
Examples
>>> Literal(1, "col1")(table)
Initialize the operation.
Methods