public class FunColumn.FunChunk extends DependentChunk<Y>
Constructor and Description |
---|
FunChunk(TypedChunk<X> cx) |
Modifier and Type | Method and Description |
---|---|
Y |
get(int i) |
boolean |
isNA(int i) |
int |
length() |
Chunk |
rawChunk() |
Vec |
vec() |
cidx, start
public FunChunk(TypedChunk<X> cx)
public Vec vec()
public int length()
length
in interface TypedChunk<Y>
length
in class DependentChunk<Y>
public Chunk rawChunk()
public boolean isNA(int i)
public Y get(int i)