Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
Classes | |
class | iterator |
Public Types | |
using | ValueType = std::string_view |
Public Member Functions | |
Array (const int32_t *offsets, const uint8_t *data, size_t size) | |
const std::string_view | operator[] (size_t index) const |
const int32_t * | offsets () const |
const uint8_t * | data () const |
size_t | size () const |
void | clear () |
bool | empty () const |
void | swap (Array &other) |
const iterator | begin () const |
const iterator | end () const |