object GeneratedColumn
This object contains utility methods and values for Generated Columns
- Alphabetic
- By Inheritance
- GeneratedColumn
- AnyRef
- Any
- Hide All
- Show All
- 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
-
val
GENERATION_EXPRESSION_METADATA_KEY: String
The metadata key for saving a generation expression in a generated column's metadata.
The metadata key for saving a generation expression in a generated column's metadata. This is only used internally and connectors should access generation expressions from the V2 columns.
-
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
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
getGenerationExpression(field: StructField): Option[String]
Returns the generation expression stored in the column metadata if it exists
-
def
hasGeneratedColumns(schema: StructType): Boolean
Whether the
schemahas one or more generated columns -
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isGeneratedColumn(field: StructField): Boolean
Whether the given
fieldis a generated column -
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validateGeneratedColumns(schema: StructType, catalog: TableCatalog, ident: Identifier, statementType: String): Unit
If
schemacontains any generated columns: 1) Check whether the table catalog supports generated columns.If
schemacontains any generated columns: 1) Check whether the table catalog supports generated columns. Otherwise throw an error. 2) Parse, analyze and verify the generation expressions for any generated columns. -
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()