2020 – Part 5 – Passing JSON Details
We are now at the point where our DESCRIBE function parses JSON to add columns to the result set. For example {“KEY1″:”VAL1”} adds a column… Read More »2020 – Part 5 – Passing JSON Details
We are now at the point where our DESCRIBE function parses JSON to add columns to the result set. For example {“KEY1″:”VAL1”} adds a column… Read More »2020 – Part 5 – Passing JSON Details
This post adds columns (finally!) to the result set of the Polymorphic Table Function (PTF). The columns structure (name, datatype and length) is based on… Read More »2020 – Part 4 – Add Columns For Scalars In JSON
The previous post in this series determined which JSON columns have a Dataguide enabled Search Index. This post takes the next step of interrogating the… Read More »2020 – Part 3 – Find Keys In Dataguide In Describe Function