Package org.apache.iceberg.avro
Class AvroIterable<D>
java.lang.Object
org.apache.iceberg.io.CloseableGroup
org.apache.iceberg.avro.AvroIterable<D>
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<D>
,CloseableIterable<D>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.io.CloseableIterable
CloseableIterable.ConcatCloseableIterable<E>
-
Method Summary
Modifier and TypeMethodDescriptioniterator()
Returns a closeable iterator over elements of typeT
.Methods inherited from class org.apache.iceberg.io.CloseableGroup
addCloseable, addCloseable, close, setSuppressCloseFailure
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
-
Method Details
-
getMetadata
-
iterator
Description copied from interface:CloseableIterable
Returns a closeable iterator over elements of typeT
.- Specified by:
iterator
in interfaceCloseableIterable<D>
- Specified by:
iterator
in interfaceIterable<D>
- Returns:
- an
CloseableIterator
.
-