object ExternalCatalogUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExternalCatalogUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DEFAULT_PARTITION_NAME: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val charToEscape: BitSet
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def convertNullPartitionValues(spec: TablePartitionSpec): TablePartitionSpec
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escapePathName(path: String): String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def generatePartitionPath(spec: TablePartitionSpec, partitionColumnNames: Seq[String], tablePath: Path): Path
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPartitionPathString(col: String, value: String): String
- def getPartitionValueString(value: String): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPartialPartitionSpec(spec1: TablePartitionSpec, spec2: TablePartitionSpec): Boolean
Returns true if
spec1is a partial partition spec w.r.t.Returns true if
spec1is a partial partition spec w.r.t.spec2, e.g. PARTITION (a=1) is a partial partition spec w.r.t. PARTITION (a=1,b=2). - def listPartitionsByFilter(conf: SQLConf, catalog: SessionCatalog, table: CatalogTable, partitionFilters: Seq[Expression]): Seq[CatalogTablePartition]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def needsEscaping(c: Char): Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prunePartitionsByFilter(catalogTable: CatalogTable, inputPartitions: Seq[CatalogTablePartition], predicates: Seq[Expression], defaultTimeZoneId: String): Seq[CatalogTablePartition]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unescapePathName(path: String): String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()