public class DoubleInputStream extends Object implements ValueInputStream<DoubleStreamCheckpoint>
Constructor and Description |
---|
DoubleInputStream(OrcInputStream input) |
Modifier and Type | Method and Description |
---|---|
Class<DoubleStreamCheckpoint> |
getCheckpointType() |
double |
next() |
void |
nextVector(Type type,
int items,
BlockBuilder builder) |
void |
nextVector(Type type,
long items,
BlockBuilder builder,
boolean[] isNull) |
void |
seekToCheckpoint(DoubleStreamCheckpoint checkpoint) |
void |
skip(long items) |
public DoubleInputStream(OrcInputStream input)
public Class<DoubleStreamCheckpoint> getCheckpointType()
getCheckpointType
in interface ValueInputStream<DoubleStreamCheckpoint>
public void seekToCheckpoint(DoubleStreamCheckpoint checkpoint) throws IOException
seekToCheckpoint
in interface ValueInputStream<DoubleStreamCheckpoint>
IOException
public void skip(long items) throws IOException
skip
in interface ValueInputStream<DoubleStreamCheckpoint>
IOException
public double 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-2017. All Rights Reserved.