fix typos 'untill' -> 'until'
This commit is contained in:
parent
90a2c7c94f
commit
cdf8f6f49c
2
deps/oblib/src/lib/geo/ob_geo_func_box.cpp
vendored
2
deps/oblib/src/lib/geo/ob_geo_func_box.cpp
vendored
@ -200,7 +200,7 @@ OB_GEO_UNARY_FUNC_BEGIN(ObGeoFuncBoxImpl, ObWkbGeogCollection, ObGeogBox *)
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, true, true, sub_g))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g->set_data(wkb_nosrid);
|
||||
sub_g->set_srid(g->get_srid());
|
||||
|
@ -92,7 +92,7 @@ private:
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, IsGeog, true, sub_g))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g->set_data(wkb_nosrid);
|
||||
sub_g->set_srid(g->get_srid());
|
||||
|
@ -143,7 +143,7 @@ OB_GEO_CART_BINARY_FUNC_BEGIN(ObGeoFuncCoveredByImpl, ObWkbGeomPoint, ObWkbGeomC
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, false, true, sub_g2))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g2->set_data(wkb_nosrid);
|
||||
sub_g2->set_srid(g2->get_srid());
|
||||
@ -636,7 +636,7 @@ OB_GEO_GEOG_BINARY_FUNC_BEGIN(ObGeoFuncCoveredByImpl, ObWkbGeogPoint, ObWkbGeogC
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, true, true, sub_g2))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g2->set_data(wkb_nosrid);
|
||||
sub_g2->set_srid(g2->get_srid());
|
||||
|
@ -142,7 +142,7 @@ private:
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g1))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g1->set_data(wkb_nosrid);
|
||||
sub_g1->set_srid(g1->get_srid());
|
||||
@ -163,7 +163,7 @@ private:
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g2))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g2->set_data(wkb_nosrid);
|
||||
sub_g2->set_srid(g2->get_srid());
|
||||
|
@ -74,7 +74,7 @@ private:
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, false, true, sub_g))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g->set_data(wkb_nosrid);
|
||||
sub_g->set_srid(g->get_srid());
|
||||
|
@ -154,7 +154,7 @@ private:
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g1))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g1->set_data(wkb_nosrid);
|
||||
sub_g1->set_srid(g1->get_srid());
|
||||
@ -173,7 +173,7 @@ private:
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g2))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g2->set_data(wkb_nosrid);
|
||||
sub_g2->set_srid(g2->get_srid());
|
||||
|
@ -101,7 +101,7 @@ private:
|
||||
if (OB_FAIL(ObGeoTypeUtil::create_geo_by_type(*allocator, sub_type, is_geog, true, sub_g))) {
|
||||
LOG_WARN("failed to create wkb", K(ret), K(sub_type));
|
||||
} else {
|
||||
// Length is not used, cannot get real length untill iter move to the next
|
||||
// Length is not used, cannot get real length until iter move to the next
|
||||
ObString wkb_nosrid(WKB_COMMON_WKB_HEADER_LEN, reinterpret_cast<const char *>(sub_ptr));
|
||||
sub_g->set_data(wkb_nosrid);
|
||||
sub_g->set_srid(g->get_srid());
|
||||
|
Loading…
x
Reference in New Issue
Block a user