Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Mar 11, 2024
1 parent a617644 commit 0a65b10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velox/functions/sparksql/SIMDJsonFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ struct SIMDGetJsonObjectFunction {
// https://github.com/simdjson/simdjson/blob/master/doc/dom.md#json-pointer
// Copied from:
// https://github.com/simdjson/simdjson/blob/master/include/simdjson/generic/ondemand/json_path_to_pointer_conversion-inl.h
// The below code can be removed and replaced by calling `at_path` API after
// simdjson is upgraded to 3.8.0.
FOLLY_ALWAYS_INLINE std::string getJsonPointerPath(
const std::string_view jsonPath) {
if (jsonPath.empty() ||
Expand Down

0 comments on commit 0a65b10

Please sign in to comment.