You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Forward Xu (Jira)" <ji...@apache.org> on 2020/04/21 01:12:00 UTC

[jira] [Created] (CALCITE-3941) Add the default mode to the path in the Json functions.

Forward Xu created CALCITE-3941:
-----------------------------------

             Summary: Add the default mode to the path in the Json functions.
                 Key: CALCITE-3941
                 URL: https://issues.apache.org/jira/browse/CALCITE-3941
             Project: Calcite
          Issue Type: Improvement
          Components: core
            Reporter: Forward Xu
            Assignee: Forward Xu


Add the default mode to the path in the JSON functions.

before:

json_exists ('\{"foo": "bar"}', 'lax $ .foo') or

json_exists ('\{"foo": "bar"}', 'strict $ .foo')

after:

json_exists ('\{"foo": "bar"}', '$ .foo')



--
This message was sent by Atlassian Jira
(v8.3.4#803005)