Package io.openlineage.client.dataset
Class Naming.Trino
java.lang.Object
io.openlineage.client.dataset.Naming.Trino
- All Implemented Interfaces:
 Naming.DatasetNaming
- Enclosing class:
 - Naming
 
Naming implementation for Trino.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Naming.Trino.TrinoBuilderbuilder()getName()Returns the dataset name specific to the platform format.Returns the dataset namespace (e.g., URI or ARN identifying the data source). 
- 
Constructor Details
- 
Trino
 
 - 
 - 
Method Details
- 
getNamespace
Description copied from interface:Naming.DatasetNamingReturns the dataset namespace (e.g., URI or ARN identifying the data source).- Specified by:
 getNamespacein interfaceNaming.DatasetNaming- Returns:
 - the namespace string
 
 - 
getName
Description copied from interface:Naming.DatasetNamingReturns the dataset name specific to the platform format.- Specified by:
 getNamein interfaceNaming.DatasetNaming- Returns:
 - the dataset name string
 
 - 
builder
 
 -