Package org.apache.parquet.cli.csv
Class AvroCSVReader<E>
- java.lang.Object
-
- org.apache.parquet.cli.csv.AvroCSVReader<E>
-
-
Constructor Summary
Constructors Constructor Description AvroCSVReader(InputStream stream, CSVProperties props, org.apache.avro.Schema schema, Class<E> type, boolean reuseRecords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Iterator<E>iterator()Enext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
AvroCSVReader
public AvroCSVReader(InputStream stream, CSVProperties props, org.apache.avro.Schema schema, Class<E> type, boolean reuseRecords)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-