public class HiveOrcAggregatedMemoryContext extends Object implements com.facebook.presto.orc.OrcAggregatedMemoryContext
| Constructor and Description |
|---|
HiveOrcAggregatedMemoryContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getBytes() |
com.facebook.presto.orc.OrcAggregatedMemoryContext |
newOrcAggregatedMemoryContext() |
com.facebook.presto.orc.OrcLocalMemoryContext |
newOrcLocalMemoryContext(String allocationTag) |
public com.facebook.presto.orc.OrcAggregatedMemoryContext newOrcAggregatedMemoryContext()
newOrcAggregatedMemoryContext in interface com.facebook.presto.orc.OrcAggregatedMemoryContextpublic com.facebook.presto.orc.OrcLocalMemoryContext newOrcLocalMemoryContext(String allocationTag)
newOrcLocalMemoryContext in interface com.facebook.presto.orc.OrcAggregatedMemoryContextpublic long getBytes()
getBytes in interface com.facebook.presto.orc.OrcAggregatedMemoryContextpublic void close()
close in interface com.facebook.presto.orc.OrcAggregatedMemoryContextCopyright © 2012–2023. All rights reserved.