public abstract class FunColumnBase<T> extends ColumnBase<T> implements Column<T>
Constructor and Description |
---|
FunColumnBase()
deserialization :(
|
Modifier and Type | Method and Description |
---|---|
T |
apply(long idx) |
T |
apply(java.lang.Long idx) |
abstract T |
get(long idx) |
long |
size() |
Vec |
vec() |
isCompatibleWith
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
chunkAt, isCompatibleWith, isNA, rowLayout
public Vec vec()
vec
in interface Vec.Holder
public abstract T get(long idx)
get
in class ColumnBase<T>
public T apply(long idx)