diff options
| author | vvvv <[email protected]> | 2025-10-09 12:25:18 +0300 |
|---|---|---|
| committer | vvvv <[email protected]> | 2025-10-09 12:57:17 +0300 |
| commit | cb77d014972b2cdb27d2e6d979fc3a2772b27ad4 (patch) | |
| tree | 7f3bcd8ce71c6bd0f3ccc11e31b9f665475b819e /yql/essentials/minikql/jsonpath/parser/parse_double.h | |
| parent | d58a8990d353b051c27e1069141117fdfde64358 (diff) | |
YQL-20086 minikql
commit_hash:e96f7390db5fcbe7e9f64f898141a263ad522daa
Diffstat (limited to 'yql/essentials/minikql/jsonpath/parser/parse_double.h')
| -rw-r--r-- | yql/essentials/minikql/jsonpath/parser/parse_double.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yql/essentials/minikql/jsonpath/parser/parse_double.h b/yql/essentials/minikql/jsonpath/parser/parse_double.h index 0bbf074dd7e..0703e32a4e9 100644 --- a/yql/essentials/minikql/jsonpath/parser/parse_double.h +++ b/yql/essentials/minikql/jsonpath/parser/parse_double.h @@ -1,3 +1,5 @@ +#pragma once + #include <util/generic/string.h> namespace NYql::NJsonPath { @@ -7,5 +9,4 @@ namespace NYql::NJsonPath { // On double overflow returns INF double value (can be checked using `std::isinf`). double ParseDouble(const TStringBuf literal); -} - +} // namespace NYql::NJsonPath |
