Package io.trino.spi.connector
Interface ConnectorTableHandle
public interface ConnectorTableHandle
Represents a handle to a relation returned from the connector to the engine.
It will be used by the engine whenever given relation will be accessed.