public class FloatStream extends Object implements ValueStream<FloatStreamCheckpoint>
Constructor and Description |
---|
FloatStream(OrcInputStream input) |
Modifier and Type | Method and Description |
---|---|
Class<FloatStreamCheckpoint> |
getCheckpointType() |
float |
next() |
void |
nextVector(Type type,
int items,
BlockBuilder builder) |
void |
nextVector(Type type,
long items,
BlockBuilder builder,
boolean[] isNull) |
void |
seekToCheckpoint(FloatStreamCheckpoint checkpoint) |
void |
skip(long items) |
public FloatStream(OrcInputStream input)
public Class<FloatStreamCheckpoint> getCheckpointType()
getCheckpointType
in interface ValueStream<FloatStreamCheckpoint>
public void seekToCheckpoint(FloatStreamCheckpoint checkpoint) throws IOException
seekToCheckpoint
in interface ValueStream<FloatStreamCheckpoint>
IOException
public void skip(long items) throws IOException
skip
in interface ValueStream<FloatStreamCheckpoint>
IOException
public float next() throws IOException
IOException
public void nextVector(Type type, int items, BlockBuilder builder) throws IOException
IOException
public void nextVector(Type type, long items, BlockBuilder builder, boolean[] isNull) throws IOException
IOException
Copyright © 2012-2016. All Rights Reserved.