#include "ImportExport/QueryExporterGDAL.h"
#include <array>
#include <string>
#include <unordered_set>
#include <boost/filesystem.hpp>
#include <ogrsf_frmts.h>
#include "Geospatial/GDAL.h"
#include "Geospatial/Types.h"
#include "QueryEngine/GroupByAndAggregate.h"
#include "QueryEngine/ResultSet.h"
#include "Shared/misc.h"
#include "Shared/scope.h"
Go to the source code of this file.
|
#define | SCI(x) static_cast<int>(x) |
|
|
OGRFieldType | import_export::anonymous_namespace{QueryExporterGDAL.cpp}::sql_type_info_to_ogr_field_type (const std::string &name, const SQLTypeInfo &type_info, const QueryExporter::FileType file_type) |
|
void | import_export::anonymous_namespace{QueryExporterGDAL.cpp}::insert_geo_column (const GeoTargetValue *geo_tv, const SQLTypeInfo &ti, const int field_index, OGRFeature *ogr_feature) |
|
void | import_export::anonymous_namespace{QueryExporterGDAL.cpp}::insert_scalar_column (const ScalarTargetValue *scalar_tv, const SQLTypeInfo &ti, const int field_index, OGRFeature *ogr_feature) |
|
void | import_export::anonymous_namespace{QueryExporterGDAL.cpp}::insert_array_column (const ArrayTargetValue *array_tv, const SQLTypeInfo &ti, const int field_index, OGRFeature *ogr_feature, const std::string &column_name, QueryExporter::ArrayNullHandling array_null_handling) |
|
◆ SCI
#define SCI |
( |
|
x | ) |
static_cast<int>(x) |