OmniSciDB
a5dc49c757
|
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) |
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 129 of file TextFileBufferParser.cpp.
References Geospatial::GeoPoint::getColumns(), foreign_storage::TextFileBufferParser::isCoordinateScalar(), gpu_enabled::swap(), and SQLTypeInfo::transforms().
Referenced by foreign_storage::TextFileBufferParser::processGeoColumn().