Structs
- An error that occurs when processing the a
DalaExpression
, before its evaluation. - An error that occurs when parsing a
DalaExpression
. - Contains the position of a
DalaExpression
in the source code. - An error that occurs during the evaluation of a
DalaExpression
.
Enums
- The result of an unsuccessful evaluation of a
DalaExpression
. - The result of a successful evaluation of a
DalaExpression
. It can be either aString
, af64
or abool
.
Functions
- Evaluates a
DalaExpression
and returns aDalaValue
if the evaluation is successful or aDalaError
if it is not. - Evaluates a
DalaExpression
with the provied dataset and returns aDalaValue
if the evaluation is successful or aDalaError
if it is not.