water.fvec
Class C4FChunk
java.lang.Object
water.Iced
water.fvec.Chunk
water.fvec.C4FChunk
- All Implemented Interfaces:
- java.lang.Cloneable, Freezable
public class C4FChunk
- extends Chunk
The empty-compression function, where data is in 'float's.
Methods inherited from class water.fvec.Chunk |
at_slow, at, at0, at8_slow, at8, at80, byteSize, cidx, clone, close, getBytes, isNA_slow, isNA, isNA0, pformat_len, pformat_len0, pformat, readable, set, set, set, set0, set0, set0, setNA, setNA0, toString, writable |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
at8_impl
protected final long at8_impl(int i)
- Specified by:
at8_impl
in class Chunk
atd_impl
protected final double atd_impl(int i)
- Description copied from class:
Chunk
- Chunk-specific readers.
- Specified by:
atd_impl
in class Chunk
isNA_impl
protected final boolean isNA_impl(int i)
- Specified by:
isNA_impl
in class Chunk
write
public AutoBuffer write(AutoBuffer bb)
- Description copied from class:
Chunk
- Chunk-specific implementations of read & write
- Specified by:
write
in interface Freezable
- Specified by:
write
in class Chunk
read
public C4FChunk read(AutoBuffer bb)
- Description copied from interface:
Freezable
- Deserialize from the AutoBuffer into a pre-existing 'this' object.
- Specified by:
read
in interface Freezable
- Specified by:
read
in class Chunk
pformat_len0
public int pformat_len0()
- Overrides:
pformat_len0
in class Chunk
pformat0
public java.lang.String pformat0()
- Overrides:
pformat0
in class Chunk