public class AggregatedOrcPageSource extends Object implements ConnectorPageSource
NOT_BLOCKED
Constructor and Description |
---|
AggregatedOrcPageSource(List<HiveColumnHandle> columnHandles,
Footer footer,
TypeManager typeManager,
StandardFunctionResolution functionResolution) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getCompletedBytes() |
long |
getCompletedPositions() |
Page |
getNextPage() |
long |
getReadTimeNanos() |
long |
getSystemMemoryUsage() |
boolean |
isFinished() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRuntimeStats, isBlocked
public AggregatedOrcPageSource(List<HiveColumnHandle> columnHandles, Footer footer, TypeManager typeManager, StandardFunctionResolution functionResolution)
public long getCompletedBytes()
getCompletedBytes
in interface ConnectorPageSource
public long getCompletedPositions()
getCompletedPositions
in interface ConnectorPageSource
public long getReadTimeNanos()
getReadTimeNanos
in interface ConnectorPageSource
public boolean isFinished()
isFinished
in interface ConnectorPageSource
public Page getNextPage()
getNextPage
in interface ConnectorPageSource
public long getSystemMemoryUsage()
getSystemMemoryUsage
in interface ConnectorPageSource
public void close() throws IOException
close
in interface ConnectorPageSource
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2012–2022. All rights reserved.