Package io.trino.testing
Class TestingMetadata.TestingTableHandle
- java.lang.Object
-
- io.trino.testing.TestingMetadata.TestingTableHandle
-
- All Implemented Interfaces:
ConnectorTableHandle
- Enclosing class:
- TestingMetadata
public static class TestingMetadata.TestingTableHandle extends Object implements ConnectorTableHandle
-
-
Constructor Summary
Constructors Constructor Description TestingTableHandle()TestingTableHandle(SchemaTableName schemaTableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaTableNamegetTableName()
-
-
-
Constructor Detail
-
TestingTableHandle
public TestingTableHandle()
-
TestingTableHandle
public TestingTableHandle(SchemaTableName schemaTableName)
-
-
Method Detail
-
getTableName
public SchemaTableName getTableName()
-
-