Closed AlexanderSaydakov closed 1 year ago
This script is derived from datasketches--1.5.0--1.6.0.sql with just a few lines added to create new types that appeared since 1.3.0 (such as aod_sketch and req_float_sketch) and with a few lines removed (drop statements for some functions not needed in 1.6.0 anymore, but they did not exist in 1.3.0 yet) The easiest way to review is to look at the "diff sql/datasketches--1.5.0--1.6.0.sql sql/datasketches--1.3.0--1.6.0.sql"
fixes #66