PrimitiveType

Names of salad data types (based on Avro schema declarations).

Refer to the Avro schema declaration documentation for detailed information.

null: no value boolean: a binary value int: 32-bit signed integer long: 64-bit signed integer float: single precision (32-bit) IEEE 754 floating-point number double: double precision (64-bit) IEEE 754 floating-point number string: Unicode character sequence

class PrimitiveType : EnumSchemaBase {}

Members

Enums

Symbol
enum Symbol

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

value
Symbol value;
Undocumented in source.

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta