Package io.trino.spi.connector
Interface ConnectorPageSinkId
public interface ConnectorPageSinkId
Represents an identifier for the associated
ConnectorPageSink
which will be unique within a particular query.-
Method Summary
-
Method Details
-
getId
long getId()- Returns:
- An 8-byte representation of this identifier
-