#include <types.h>
◆ RecordView() [1/2]
gs::RecordView::RecordView |
( |
| ) |
|
|
default |
◆ RecordView() [2/2]
gs::RecordView::RecordView |
( |
size_t |
offset, |
|
|
const Table * |
table |
|
) |
| |
|
inline |
◆ get_field()
template<typename T >
T gs::RecordView::get_field |
( |
int |
col_id | ) |
const |
◆ operator==()
bool gs::RecordView::operator== |
( |
const RecordView & |
other | ) |
const |
|
inline |
◆ operator[]()
Any gs::RecordView::operator[] |
( |
size_t |
idx | ) |
const |
◆ size()
size_t gs::RecordView::size |
( |
| ) |
const |
◆ to_string()
std::string gs::RecordView::to_string |
( |
| ) |
const |
◆ offset
size_t gs::RecordView::offset |
◆ table
const Table* gs::RecordView::table |
The documentation for this struct was generated from the following files:
- /home/runner/work/GraphScope/GraphScope/flex/utils/property/types.h
- /home/runner/work/GraphScope/GraphScope/flex/utils/property/types.cc