| Class | Description |
|---|---|
| Assembly |
Assemblies are essentially Pipelines.
|
| AST |
Abstract Syntax Tree
Subclasses define the program semantics
|
| ASTCut | |
| ASTExec |
Apply A Function.
|
| ASTImpute | |
| ASTKFold | |
| ASTMerge |
plyr's merge: Join by any other name.
|
| ASTNumList |
A collection of base/stride/cnts.
|
| ASTParameter | |
| ASTStrList |
A collection of Strings only.
|
| ASTStrOp | |
| Env |
Execute a set of instructions in the context of an H2O cloud.
|
| Exec |
Exec is an interpreter of abstract syntax trees.
|
| Session |
Session is a long lasting session supporting caching and Copy-On-Write
optimization of Vecs.
|
| Val |
Generic execution values for the untyped stack
|