Namespace MESL.SqlRace.Domain.Functions.Fdl
Classes
FdlBuildError
Details an FDL build error
FdlCLikeBooleanExpressionEvaluator
Converts a Boolean expression into an integer value that can be used in subsequent numerical operations.
FdlConditionalExpressionEvaluator
Defines the way in which FDL evaluates the Boolean value of different types.
FdlFunctionBase
Abstract base class for FDL functions.
FdlFunctionConstants
Constants associated with the FDL function functionality
FdlFunctionImplementationDefinitionDto
A data transfer object for the function implementation definition of an FDL function.
LazilySizedArray<T>
An array wrapper that lazily resizes its underlying array when elements past the array bounds are requested or assigned to. The array is resized to the next highest power of two when resized.
Interfaces
IFdlFunctionImplementationDefinition
Interface to the implementation of an FDL function.