Package io.trino.operator.table
Class SequenceFunction.SequenceFunctionSplit
java.lang.Object
io.trino.operator.table.SequenceFunction.SequenceFunctionSplit
- All Implemented Interfaces:
ConnectorSplit
- Enclosing class:
SequenceFunction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorSplit
getAddresses, getInfo, getSplitWeight, isRemotelyAccessible
-
Field Details
-
DEFAULT_SPLIT_SIZE
public static final int DEFAULT_SPLIT_SIZE- See Also:
-
MAX_SPLIT_SIZE
public static final int MAX_SPLIT_SIZE- See Also:
-
-
Constructor Details
-
SequenceFunctionSplit
public SequenceFunctionSplit(long start, long stop)
-
-
Method Details
-
getStart
public long getStart() -
getStop
public long getStop() -
getSplitInfo
- Specified by:
getSplitInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-