OmniSciDB
c1a53651b2
|
Functions | |
bool | set_coordinates_from_separate_lon_lat_columns (const std::string_view lon_str, const std::string_view lat_str, SQLTypeInfo &ti, std::vector< double > &coords, const bool is_lon_lat_order) |
Variables | |
constexpr bool | PROMOTE_POLYGON_TO_MULTIPOLYGON = true |
bool foreign_storage::anonymous_namespace{TextFileBufferParser.cpp}::set_coordinates_from_separate_lon_lat_columns | ( | const std::string_view | lon_str, |
const std::string_view | lat_str, | ||
SQLTypeInfo & | ti, | ||
std::vector< double > & | coords, | ||
const bool | is_lon_lat_order | ||
) |
Definition at line 133 of file TextFileBufferParser.cpp.
References Geospatial::GeoPoint::getColumns(), foreign_storage::TextFileBufferParser::isCoordinateScalar(), gpu_enabled::swap(), and SQLTypeInfo::transforms().
Referenced by foreign_storage::TextFileBufferParser::processGeoColumn().
constexpr bool foreign_storage::anonymous_namespace{TextFileBufferParser.cpp}::PROMOTE_POLYGON_TO_MULTIPOLYGON = true |
Definition at line 131 of file TextFileBufferParser.cpp.
Referenced by foreign_storage::TextFileBufferParser::processGeoColumn(), and foreign_storage::TextFileBufferParser::processInvalidGeoColumn().