public class Session
extends java.lang.Object
Constructor and Description |
---|
Session()
Constructor
|
Modifier and Type | Method and Description |
---|---|
Frame |
assign(Key id,
Frame src)
Update a global ID, maintaining sharing of Vecs
|
Vec[] |
copyOnWrite(Frame fr,
int[] cols)
Support C-O-W optimizations: the following list of columns are about to be updated.
|
Val |
end(Val returning)
Normal session exit.
|
java.lang.RuntimeException |
endQuietly(java.lang.Throwable ex)
The Rapids call threw an exception.
|
Val |
exec(AstRoot ast,
AstFunction scope)
Execute an AstRoot in the current Session with much assertion-checking
|
void |
remove(Frame fr)
Remove and delete a session-tracked frame.
|
Frame |
track_tmp(Frame fr)
Track a freshly minted tmp frame.
|
public Val exec(AstRoot ast, AstFunction scope)
ast
- Rapids expression to executescope
- ?public Val end(Val returning)
public java.lang.RuntimeException endQuietly(java.lang.Throwable ex)
public Frame track_tmp(Frame fr)
public void remove(Frame fr)