Class: ArrowFormat::Org::Apache::Arrow::Flatbuf::Endianness

Inherits:
FlatBuffers::Enum
  • Object
show all
Defined in:
lib/arrow-format/org/apache/arrow/flatbuf/endianness.rb

Overview


Endianness of the platform producing the data

Constant Summary collapse

LITTLE =
register("Little", 0)
BIG =
register("Big", 1)