public class FoldingColumn<X,Y> extends FunColumnBase<Y>
Constructor and Description |
---|
FoldingColumn()
deserialization :(
|
FoldingColumn(Foldable<X,Y> f,
Column<X>... columns) |
FoldingColumn(Foldable<X,Y> f,
java.lang.Iterable<Column<X>> columns) |
Modifier and Type | Method and Description |
---|---|
TypedChunk<Y> |
chunkAt(int i) |
boolean |
equals(java.lang.Object o) |
Y |
get(long idx) |
int |
hashCode() |
boolean |
isNA(long idx) |
int |
rowLayout() |
apply, apply, size, vec
isCompatibleWith
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isCompatibleWith
public int rowLayout()
public Y get(long idx)
get
in class FunColumnBase<Y>
public TypedChunk<Y> chunkAt(int i)
public boolean isNA(long idx)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object