|
QGIS API Documentation 3.99.0-Master (21b3aa880ba)
|
#include "qgsarrowiterator.h"#include <nlohmann/json.hpp>#include "nanoarrow/nanoarrow.hpp"#include "qgsfeatureiterator.h"#include "qgsvectorlayer.h"
Go to the source code of this file.
Macros | |
| #define | QGIS_NANOARROW_THROW_NOT_OK(expr) |
| #define | QGIS_NANOARROW_THROW_NOT_OK_ERR(expr, err) |
| #define QGIS_NANOARROW_THROW_NOT_OK | ( | expr | ) |
Definition at line 34 of file qgsarrowiterator.cpp.
| #define QGIS_NANOARROW_THROW_NOT_OK_ERR | ( | expr, | |
| err ) |
Definition at line 24 of file qgsarrowiterator.cpp.