Interface Naming.DatasetNaming

All Known Implementing Classes:
Naming.ABFSS, Naming.Athena, Naming.AWSGlue, Naming.AzureCosmosDB, Naming.AzureDataExplorer, Naming.AzureSynapse, Naming.BigQuery, Naming.Cassandra, Naming.CrateDB, Naming.DB2, Naming.DBFS, Naming.GCS, Naming.Glue, Naming.HDFS, Naming.Kafka, Naming.LocalFileSystem, Naming.MySQL, Naming.OceanBase, Naming.Oracle, Naming.Postgres, Naming.PubSubNaming, Naming.Redshift, Naming.RemoteFileSystem, Naming.S3, Naming.Snowflake, Naming.Teradata, Naming.Trino, Naming.WASBS
Enclosing class:
Naming

public static interface Naming.DatasetNaming
Interface representing dataset naming logic for a specific platform.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the dataset name specific to the platform format.
    Returns the dataset namespace (e.g., URI or ARN identifying the data source).
  • Method Details

    • getNamespace

      String getNamespace()
      Returns the dataset namespace (e.g., URI or ARN identifying the data source).
      Returns:
      the namespace string
    • getName

      String getName()
      Returns the dataset name specific to the platform format.
      Returns:
      the dataset name string