public static final class FramesHandler.Frames extends Iced
Modifier and Type | Field and Description |
---|---|
java.lang.String |
column |
boolean |
find_compatible_models |
Key<Frame> |
frame_id |
Frame[] |
frames |
int |
row_count |
long |
row_offset |
Constructor and Description |
---|
FramesHandler.Frames() |
Modifier and Type | Method and Description |
---|---|
protected static Frame[] |
fetchAll()
Fetch all Frames from the KV store.
|
protected static java.util.Map<Model,java.util.Set<java.lang.String>> |
fetchModelCols(Model[] all_models)
Fetch all the Models so we can see if they are compatible with our Frame(s).
|
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public long row_offset
public int row_count
public Frame[] frames
public java.lang.String column
public boolean find_compatible_models