Package dev.vortex.api
Class Scan
java.lang.Object
dev.vortex.api.Scan
A lazy handle to a set of
partitions.
Once a scan has produced its last partition it is effectively exhausted; native resources are released
automatically via VortexCleaner when the scan becomes unreachable.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.arrow.vector.types.pojo.SchemaarrowSchema(org.apache.arrow.memory.BufferAllocator allocator) Arrow schema produced by this scan.booleanhasNext()next()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove