PrimitiveType

Salad data types are 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

Members

Enums

Symbol
enum Symbol
Undocumented in source.

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genOpEq
Undocumented in source.
__anonymous
mixin genDumper
Undocumented in source.

Variables

value
Symbol value;
Undocumented in source.

Meta