mvc_create_table new parameter
Hi all, trying to merge the data vaults branch with the default branch I noticed we have a new parameter named 'properties' to the 'mvc_create_table' function. Is there somewhere a comment or even better some documentation about what it means and what the allowed values are? Thanks, Panos.
Never mind, I found it at line 106 of sql_catalog.h: /* The following macros are used in properties field of sql_table */ #define PARTITION_RANGE 1 #define PARTITION_LIST 2 #define PARTITION_COLUMN 4 #define PARTITION_EXPRESSION 8 Panagiotis Koutsourakis @ 2018-09-03 08:44 GMT:
Hi all,
trying to merge the data vaults branch with the default branch I noticed we have a new parameter named 'properties' to the 'mvc_create_table' function. Is there somewhere a comment or even better some documentation about what it means and what the allowed values are?
Thanks, Panos.
participants (1)
-
Panagiotis Koutsourakis