Loading...
Searching...
No Matches
Identities.h File Reference
#include <string>
#include <vector>
#include <map>
#include <memory>
#include "awkward/common.h"
#include "awkward/Index.h"

Go to the source code of this file.

Classes

class  Identities
 A contiguous, two-dimensional array of integers and a list of strings used to represent a path from the root of an array structure to each item in an array. More...
 
class  IdentitiesOf< T >
 A contiguous, two-dimensional array of integers and a list of strings used to represent a path from the root of an array structure to each item in an array. More...
 

Namespaces

namespace  awkward
 

Typedefs

using IdentitiesPtr = std::shared_ptr<Identities>
 
using Identities32 = IdentitiesOf<int32_t>
 
using Identities64 = IdentitiesOf<int64_t>