You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/ppl/cmd/spath.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ For more information about path syntax, see [json_extract](../functions/json.md#
41
41
***Limitation**: Field order in the result could be inconsistent with query without `spath` command, and the behavior might change in the future version.
42
42
***Limitation**: Filter with subquery (`where <field> in/exists [...]`) is not supported with `spath` command.
43
43
***Limitation**: `fillnull` command requires to specify fields when used with `spath` command.
44
-
***Limitation**: Following commands cannot be used together with `spath` command: `appendcol`, `multisearch`, `lookup`.
44
+
***Limitation**: Following commands cannot be used together with `spath` command: `lookup`.
45
45
***Performance**: Filter records before `spath` command for best performance (see Example 8)
46
46
47
47
***Internal Implementation**: The auto extraction feature uses an internal `_MAP` system column to store dynamic fields during query processing. This column is automatically expanded into individual columns in the final results and users don't need to reference it directly. For more information, see [System Columns](../general/identifiers.md#system-columns).
0 commit comments