2020 – Handling Numbers
To get things up and running the original code for Project 2020 processed string JSON values only. But that is not much use if one… Read More »2020 – Handling Numbers
To get things up and running the original code for Project 2020 processed string JSON values only. But that is not much use if one… Read More »2020 – Handling Numbers
So far the 2020 project code only handles string values such asĀ {“KEY1″:”VALUE1”} which becomes a column named KEY1 with a value of VALUE1. That’s… Read More »2020 – Handling JSON Objects
This post finally puts queried data into columns in Polymorphic Table Function (PTF) result set. The algorithm is fairly straightforward: Get a set of rows… Read More »2020 – Part 8 – Put It All Together