Package io.trino.plugin.memory
Class MemoryTableHandle
- java.lang.Object
-
- io.trino.plugin.memory.MemoryTableHandle
-
- All Implemented Interfaces:
ConnectorTableHandle
public final class MemoryTableHandle extends Object implements ConnectorTableHandle
-
-
Constructor Summary
Constructors Constructor Description MemoryTableHandle(long id)MemoryTableHandle(long id, OptionalLong limit, OptionalDouble sampleRatio)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetId()OptionalLonggetLimit()OptionalDoublegetSampleRatio()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
MemoryTableHandle
public MemoryTableHandle(long id)
-
MemoryTableHandle
public MemoryTableHandle(long id, OptionalLong limit, OptionalDouble sampleRatio)
-
-
Method Detail
-
getId
public long getId()
-
getLimit
public OptionalLong getLimit()
-
getSampleRatio
public OptionalDouble getSampleRatio()
-
-