MCPcopy Create free account
hub / github.com/apache/arrow / DataTypeLayout

Function DataTypeLayout

cpp/src/arrow/type.h:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 std::optional<BufferSpec> variadic_spec;
121
122 explicit DataTypeLayout(std::vector<BufferSpec> buffers,
123 std::optional<BufferSpec> variadic_spec = {})
124 : buffers(std::move(buffers)), variadic_spec(variadic_spec) {}
125};
126
127/// \brief Base class for all data types

Callers 3

layoutMethod · 0.85
layoutMethod · 0.85
layoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected