object DeltaTableV2 extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeltaTableV2
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
apply(spark: SparkSession, tableId: TableIdentifier, cmd: String): DeltaTableV2
Resolves a table identifier into a DeltaTableV2, leveraging standard v2 table resolution.
-
def
apply(spark: SparkSession, tablePath: Path, options: Map[String, String], cmd: String): DeltaTableV2
Resolves a path into a DeltaTableV2, leveraging standard v2 table resolution.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extractFrom(plan: LogicalPlan, cmd: String): DeltaTableV2
Extracts the DeltaTableV2 from a resolved Delta table plan node, throwing "table not found" if the node does not actually represent a resolved Delta table.
-
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
resolve(spark: SparkSession, unresolved: LogicalPlan, cmd: String): DeltaTableV2
Applies standard v2 table resolution to an unresolved Delta table plan node
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
def
withEnrichedUnsupportedTableException[T](catalogTable: Option[CatalogTable], tableName: Option[String] = None)(thunk: ⇒ T): T
When Delta Log throws InvalidProtocolVersionException it doesn't know the table name and uses the data path in the message, this wrapper throw a new InvalidProtocolVersionException with table name and sets its Cause to the original InvalidProtocolVersionException.