Add aggregate functions distinctDynamicTypes/distinctJSONPaths/distinctJSONPathsAndTypes#68463
Conversation
…ctJSONPathsAndTypes
|
This is an automated comment for commit ed2da41 with description of existing statuses. It's updated for the latest CI running ✅ Click here to open a full report in a separate page Successful checks
|
Co-authored-by: János Benjamin Antal <[email protected]>
|
…c-json-distinct-aggregate-functions
…c-json-distinct-aggregate-functions
|
Hello, Trying to add it so, Exception Trace:
` Is there something fundamentally wrong the way I am using the aggregate 'distinctJSONPaths' function? I wish to create a similar index as created for the |
Yes, it's expected. You cannot use aggregate functions in the INDEX expressions. You can use usual functions. For JSON you can use function |
Thank you, JSONAllPaths worked. |
|
Is there any function which can extract Values from a JSON/ string containing JSON ?
|
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add aggregate functions distinctDynamicTypes/distinctJSONPaths/distinctJSONPathsAndTypes for better introspection of JSON column type content
Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing):