trait SupportsAtomicPartitionManagement extends SupportsPartitionManagement
- Annotations
- @Experimental()
- Alphabetic
- By Inheritance
- SupportsAtomicPartitionManagement
- SupportsPartitionManagement
- Table
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
capabilities(): Set[TableCapability]
- Definition Classes
- Table
- abstract def createPartitions(idents: Array[InternalRow], properties: Array[Map[String, String]]): Unit
- abstract def dropPartitions(idents: Array[InternalRow]): Boolean
-
abstract
def
listPartitionIdentifiers(names: Array[String], ident: InternalRow): Array[InternalRow]
- Definition Classes
- SupportsPartitionManagement
-
abstract
def
loadPartitionMetadata(ident: InternalRow): Map[String, String]
- Definition Classes
- SupportsPartitionManagement
-
abstract
def
name(): String
- Definition Classes
- Table
-
abstract
def
partitionSchema(): StructType
- Definition Classes
- SupportsPartitionManagement
-
abstract
def
replacePartitionMetadata(ident: InternalRow, properties: Map[String, String]): Unit
- Definition Classes
- SupportsPartitionManagement
-
abstract
def
schema(): StructType
- Definition Classes
- Table
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createPartition(ident: InternalRow, properties: Map[String, String]): Unit
- Definition Classes
- SupportsAtomicPartitionManagement → SupportsPartitionManagement
- Annotations
- @Override()
-
def
dropPartition(ident: InternalRow): Boolean
- Definition Classes
- SupportsAtomicPartitionManagement → SupportsPartitionManagement
- Annotations
- @Override()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
partitionExists(ident: InternalRow): Boolean
- Definition Classes
- SupportsPartitionManagement
-
def
partitioning(): Array[Transform]
- Definition Classes
- Table
-
def
properties(): Map[String, String]
- Definition Classes
- Table
-
def
purgePartition(ident: InternalRow): Boolean
- Definition Classes
- SupportsPartitionManagement
- def purgePartitions(idents: Array[InternalRow]): Boolean
-
def
renamePartition(from: InternalRow, to: InternalRow): Boolean
- Definition Classes
- SupportsPartitionManagement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
truncatePartition(ident: InternalRow): Boolean
- Definition Classes
- SupportsPartitionManagement
- def truncatePartitions(idents: Array[InternalRow]): Boolean
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()