typeSystem property

String? typeSystem
getter/setter pair

Specifies the system which defines the foreign data type.

Required. Possible string values are:

  • "TYPE_SYSTEM_UNSPECIFIED" : TypeSystem not specified.
  • "HIVE" : Represents Hive data types.

Implementation

core.String? typeSystem;