Package io.trino.filesystem.gcs
Class GcsFileIterator
java.lang.Object
io.trino.filesystem.gcs.GcsFileIterator
- All Implemented Interfaces:
FileIterator
-
Constructor Summary
ConstructorsConstructorDescriptionGcsFileIterator(io.trino.filesystem.gcs.GcsLocation location, com.google.api.gax.paging.Page<com.google.cloud.storage.Blob> page) -
Method Summary
-
Constructor Details
-
GcsFileIterator
public GcsFileIterator(io.trino.filesystem.gcs.GcsLocation location, com.google.api.gax.paging.Page<com.google.cloud.storage.Blob> page)
-
-
Method Details
-
hasNext
- Specified by:
hasNextin interfaceFileIterator- Throws:
IOException
-
next
- Specified by:
nextin interfaceFileIterator- Throws:
IOException
-