Class PathIdentifier

  • All Implemented Interfaces:
    org.apache.spark.sql.connector.catalog.Identifier

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

      Constructors 
      Constructor Description
      PathIdentifier​(java.lang.String location)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String location()  
      java.lang.String name()  
      java.lang.String[] namespace()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathIdentifier

        public PathIdentifier​(java.lang.String location)
    • Method Detail

      • namespace

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

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

        public java.lang.String location()