public class CSVInputIterator extends QueryIteratorBase
traceIterators
Constructor and Description |
---|
CSVInputIterator(BufferedReader reader,
List<Var> vars)
Creates a new CSV Input Iterator
|
Modifier and Type | Method and Description |
---|---|
void |
output(IndentedWriter out,
SerializationContext sCxt) |
cancel, close, debug, hasNext, next, nextBinding, remove
output, toString, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public CSVInputIterator(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