类 DeltaMergeNotMatchedBySourceActionBuilder 继承 AnyRef
排序
- 按字母顺序
- 按继承顺序
继承
- DeltaMergeNotMatchedBySourceActionBuilder
- AnyRef
- Any
- 隐藏所有
- 显示所有
可见性
- 公共
- 受保护的
值成员
- final def !=(arg0: Any): Boolean
- 定义类
- AnyRef → Any
- final def ##: Int
- 定义类
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- 定义类
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- 定义类
- Any
- def clone(): AnyRef
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def delete(): DeltaMergeBuilder
从目标表中删除不匹配的行。
从目标表中删除不匹配的行。
- 自
2.3.0
- final def eq(arg0: AnyRef): Boolean
- 定义类
- AnyRef
- def equals(arg0: AnyRef): Boolean
- 定义类
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- 定义类
- AnyRef → Any
- 注解
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- 定义类
- AnyRef → Any
- 注解
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- 定义类
- Any
- final def ne(arg0: AnyRef): Boolean
- 定义类
- AnyRef
- final def notify(): Unit
- 定义类
- AnyRef
- 注解
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- 定义类
- AnyRef
- 注解
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- 定义类
- AnyRef
- def toString(): String
- 定义类
- AnyRef → Any
- def update(set: Map[String, Column]): DeltaMergeBuilder
根据 `set` 定义的规则更新不匹配的目标表行。
根据 `set` 定义的规则更新不匹配的目标表行。
- set
以目标列名和相应表达式作为 Column 对象的 Java 映射来更新行的规则。
- 自
2.3.0
- def update(set: Map[String, Column]): DeltaMergeBuilder
根据 `set` 定义的规则更新不匹配的目标表行。
根据 `set` 定义的规则更新不匹配的目标表行。
- set
以目标列名和相应更新表达式作为 Column 对象的 Scala 映射来更新行的规则。
- 自
2.3.0
- def updateExpr(set: Map[String, String]): DeltaMergeBuilder
根据 `set` 定义的规则更新不匹配的目标表行。
根据 `set` 定义的规则更新不匹配的目标表行。
- set
以目标列名和相应表达式作为 SQL 格式字符串的 Java 映射来更新行的规则。
- 自
2.3.0
- def updateExpr(set: Map[String, String]): DeltaMergeBuilder
根据 `set` 定义的规则更新不匹配的目标表行。
根据 `set` 定义的规则更新不匹配的目标表行。
- set
以目标列名和相应更新表达式作为 SQL 格式字符串的 Scala 映射来更新行的规则。
- 自
2.3.0
- final def wait(arg0: Long, arg1: Int): Unit
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.InterruptedException])
已弃用的值成员
- def finalize(): Unit
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.Throwable]) @Deprecated
- 已弃用
(版本 9 起)