Like ExprBuilder, but eager in some regards. This shouldn't be used directly.
Methods
Inherited methods
Method new()
Constructor.
Override to abort if chaining is attempted.
Usage
EagerExprBuilder$chain(...)
Method chain_if_set()
Override to abort if chaining is attempted.
Usage
EagerExprBuilder$chain_if_set(...)
Method clone()
The objects of this class are cloneable with this method.
Usage
EagerExprBuilder$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.