FieldType

Defined in header “ark/serialization/schema.hh”.


Indicates the type of the field this indicates what primitive ’type’ this field is (for example, if its a string or integer).

Values

  • NONE = 0
    General error condition.

  • INT8 = 1

  • INT16 = 2

  • INT32 = 3

  • INT64 = 4

  • UINT8 = 5

  • UINT16 = 6

  • UINT32 = 7

  • UINT64 = 8

  • FLOAT = 9

  • DOUBLE = 10

  • BOOL = 11

  • STRING = 12

  • GUID = 13

  • DURATION = 14

  • STEADY_TIME_POINT = 15

  • SYSTEM_TIME_POINT = 16

  • ARRAYLIST = 30

  • DICTIONARY = 31

  • BYTE_BUFFER = 32

  • FIXED_SIZE_ARRAY = 33

  • OBJECT = 50

  • ENUM = 51

  • VARIANT = 52