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 SummaryNested classes/interfaces inherited from interface org.apache.iceberg.io.CloseableIterableCloseableIterable.ConcatCloseableIterable<E>
- 
Method SummaryModifier and TypeMethodDescriptioniterator()Returns a closeable iterator over elements of typeT.Methods inherited from class org.apache.iceberg.io.CloseableGroupaddCloseable, addCloseable, close, setSuppressCloseFailureMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Method Details- 
getMetadata
- 
iteratorDescription copied from interface:CloseableIterableReturns a closeable iterator over elements of typeT.- Specified by:
- iteratorin interface- CloseableIterable<D>
- Specified by:
- iteratorin interface- Iterable<D>
- Returns:
- an CloseableIterator.
 
 
-