-
- Downloads
/contrib/cube improvements:
Update the calling convention for all external facing functions. By external facing, I mean all functions that are directly referenced in cube.sql. Prior to my update, all functions used the older V0 calling convention. They now use V1. New Functions: cube(float[]), which makes a zero volume cube from a float array cube(float[], float[]), which allows the user to create a cube from two float arrays; one for the upper right and one for the lower left coordinate. cube_subset(cube, int4[]), to allow you to reorder or choose a subset of dimensions from a cube, using index values specified in the array. Joshua Reich
Showing
- contrib/cube/CHANGES 24 additions, 0 deletionscontrib/cube/CHANGES
- contrib/cube/README.cube 24 additions, 0 deletionscontrib/cube/README.cube
- contrib/cube/cube.c 541 additions, 185 deletionscontrib/cube/cube.c
- contrib/cube/cube.sql.in 13 additions, 0 deletionscontrib/cube/cube.sql.in
- contrib/cube/expected/cube.out 42 additions, 9 deletionscontrib/cube/expected/cube.out
- contrib/cube/sql/cube.sql 12 additions, 2 deletionscontrib/cube/sql/cube.sql
- contrib/cube/uninstall_cube.sql 6 additions, 0 deletionscontrib/cube/uninstall_cube.sql
Loading
Please register or sign in to comment