public class TSVInputIterator extends QueryIteratorBase
traceIterators| Constructor and Description |
|---|
TSVInputIterator(BufferedReader reader,
List<Var> vars)
Creates a new TSV Input Iterator
|
| Modifier and Type | Method and Description |
|---|---|
void |
output(IndentedWriter out,
SerializationContext sCxt) |
cancel, close, debug, hasNext, next, nextBinding, removeoutput, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic TSVInputIterator(BufferedReader reader, List<Var> vars)
Assumes the Header Row has already been read and that the next row to be read from the reader will be a Result Row
public void output(IndentedWriter out, SerializationContext sCxt)
Licenced under the Apache License, Version 2.0