Package org.apache.parquet.cli.json
Class AvroJsonReader<E>
- java.lang.Object
-
- org.apache.parquet.cli.json.AvroJsonReader<E>
-
-
Constructor Summary
Constructors Constructor Description AvroJsonReader(InputStream stream, org.apache.avro.Schema schema)
-
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
-
AvroJsonReader
public AvroJsonReader(InputStream stream, org.apache.avro.Schema schema)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-