Thread: write an analyze_function for own type

write an analyze_function for own type

From
黄宁
Date:
I now have some custom data like:
[0x1 0x22 0x365]
It has a level attribute, that is, the level of 0x1 is 1, and the level of 0x22 is 2. How should I count the minimum level in a table? I want to use this statistic in GIN index.