Object/Class

org.apache.spark.sql.aliyun.udfs.tablestore

ResolveTableStoreBinlogUDF

Related Docs: class ResolveTableStoreBinlogUDF | package tablestore

Permalink

object ResolveTableStoreBinlogUDF

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResolveTableStoreBinlogUDF
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final val extendedValue: String("\n |The change data from tablestore has two parts: Predefined columns and user defined columns.\n | Predefined Columns:\n | __ots_record_type__ (STRING): The record type of the change data, valid in (PUT, UPDATE, DELETE).\n | __ots_record_timestamp__ (LONG): The record timestamp of the change data, in nanosecond.\n | __ots_column_type_<ColumnName> (STRING):\n | The operation of the column in change data, valid in (PUT, DELETE_ONE_VERSION, DELETE_ALL_VERSION).\n |\n | User defined columns:\n | The user defined schema in DataStreamReader(in option catalog).\n |\n | Example:\n | Suppose user defined 7 columns: PkString, PkInt, col_long, col_string, col_binary, col_double, col_boolean\n | > select __ots_record_type__ AS RecordType, __ots_record_timestamp__ AS RecordTimestamp, PkString, PkInt,\n | ots_col_parser(col_string, __ots_column_type_col_string) AS col_string,\n | ots_col_parser(col_long, __ots_column_type_col_long) AS col_long,\n | ots_col_parser(col_binary, __ots_column_type_col_binary) AS col_binary,\n | ots_col_parser(col_double, __ots_column_type_col_double) AS col_double,\n | ots_col_parser(col_boolean, __ots_column_type_col_boolean) AS col_boolean FROM stream_view;\n | PUT 1595990621936075 00008 1595990621 str1 123456 null 3.1415 true\n |\n ")

    Permalink
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getActualValue[T](origValue: T, columnType: String): T

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final val name: String("ots_col_parser")

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final val value: String("_FUNC_(<ColumnName>, __ots_column_type_<ColumnName>) - return the actual column value of tablestore binlog.")

    Permalink
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped