Like ExprBuilder, but eager in some regards. This shouldn't be used directly.

Super class

table.express::ExprBuilder -> EagerExprBuilder

Methods

Inherited methods


Method new()

Constructor.

Usage

EagerExprBuilder$new(DT, ...)

Arguments

DT

A data.table::data.table.

...

Ignored.


Method chain()

Override to abort if chaining is attempted.

Usage

EagerExprBuilder$chain(...)

Arguments

...

Ignored.


Method chain_if_set()

Override to abort if chaining is attempted.

Usage

EagerExprBuilder$chain_if_set(...)

Arguments

...

Ignored.


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.