public class TypedFrame<X> extends Frame
| Modifier and Type | Class and Description |
|---|---|
static class |
TypedFrame.EnumFrame |
Frame.CSVStream, Frame.DeepSelect, Frame.VecSpecifier| Constructor and Description |
|---|
TypedFrame()
deserialization :(
|
TypedFrame(DataColumns.BaseFactory<X> factory,
long length,
Function<java.lang.Long,X> function) |
| Modifier and Type | Method and Description |
|---|---|
protected Vec |
buildZeroVec() |
static <X> TypedFrame<X> |
forColumn(DataColumns.BaseFactory<X> factory,
Column<X> column) |
protected Vec |
makeVec() |
DataColumn<X> |
newColumn() |
protected DataColumn<X> |
newColumn(Vec vec) |
add, add, add, add, anyVec, bulkRollups, byteSize, cardinality, checksum_impl, deepCopy, deepSlice, defaultColName, deleteTempFrameAndItsNonSharedVecs, domains, export, extractFrame, fetchAll, find, find, find, find, hasInfs, hasNAs, insertVec, isCompatible, keys, keysList, lastVec, lastVecName, makeCompatible, makeCompatible, makeSchema, means, modes, moveFirst, mults, naCount, naFraction, name, names, numCols, numRows, postWrite, prepend, readAll_impl, reloadVecs, remove_impl, remove, remove, remove, remove, removeAll, replace, restructure, restructure, setNames, sort, subframe, subframe, swap, toCSV, toString, toString, toString, toTwoDimTable, toTwoDimTable, toTwoDimTable, types, typesStr, uniquify, vec, vec, vecs, vecs, vecs, writeAll_impldelete_and_lock, delete_and_lock, delete_and_lock, delete, delete, delete, read_lock, read_lock, read_lock, unlock_all, unlock, unlock, unlock, unlock, update, update, update, write_lock, write_lock, write_lockchecksum, readAll, remove, remove, remove, remove, writeAllasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSONpublic TypedFrame()
public TypedFrame(DataColumns.BaseFactory<X> factory, long length, Function<java.lang.Long,X> function)
public static <X> TypedFrame<X> forColumn(DataColumns.BaseFactory<X> factory, Column<X> column)
protected Vec buildZeroVec()
protected Vec makeVec() throws java.io.IOException
java.io.IOExceptionprotected DataColumn<X> newColumn(Vec vec) throws java.io.IOException
java.io.IOExceptionpublic DataColumn<X> newColumn() throws java.io.IOException
java.io.IOException