[][src]Module dbgen::eval

Evaluating compiled expressions into values.

Structs

CompileContext

Environment information shared by all compilations

Compiled

A compiled expression

Row

Represents a row of compiled values.

State

The external mutable state used during evaluation.

Traits

AsValue

Types which can be treated like a Value.

Functions

compile_function

Compiles a function with some value-like objects as input.