#include <string>
#include <memory>
#include <vector>
#include "awkward/common.h"
#include "awkward/Slice.h"
#include "awkward/Index.h"
#include "awkward/Content.h"
Go to the source code of this file.
Classes | |
class | UnionForm |
Form describing UnionArray. More... | |
class | UnionArrayOf< T, I > |
Represents heterogeneous data by interleaving several contents, indicating which is relevant at a given position with tags and where to find each item in the contents with an interleaved index. More... | |
Namespaces | |
awkward | |
Typedefs | |
using | UnionArray8_32 = UnionArrayOf< int8_t, int32_t > |
using | UnionArray8_U32 = UnionArrayOf< int8_t, uint32_t > |
using | UnionArray8_64 = UnionArrayOf< int8_t, int64_t > |