deirokay.statements.builtin

Implementation of builtin Deirokay statements.

deirokay.statements.builtin.base_statement

The base statement that all other statements inherit from.

deirokay.statements.builtin.column_expression

Statement to evaluate mathematical expressions againt a set of columns from a given scope.

deirokay.statements.builtin.contain

Statement to check the presence (or absence) of values in a scope.

deirokay.statements.builtin.not_null

Statement to check the number of not-null rows in a scope.

deirokay.statements.builtin.row_count

Statement to check the number of rows in a scope.

deirokay.statements.builtin.unique

Statement to check the number unique rows in a scope.