Class PathIdentifier

java.lang.Object
org.apache.iceberg.spark.PathIdentifier
All Implemented Interfaces:
org.apache.spark.sql.connector.catalog.Identifier

public class PathIdentifier extends Object implements org.apache.spark.sql.connector.catalog.Identifier
  • Constructor Details

    • PathIdentifier

      public PathIdentifier(String location)
  • Method Details

    • namespace

      public String[] namespace()
      Specified by:
      namespace in interface org.apache.spark.sql.connector.catalog.Identifier
    • name

      public String name()
      Specified by:
      name in interface org.apache.spark.sql.connector.catalog.Identifier
    • location

      public String location()