(nameKey string, levelKey string, mpathes ...string)
| 29 | } |
| 30 | |
| 31 | func (p *postgresHelper) HashParent(nameKey string, levelKey string, mpathes ...string) string { |
| 32 | return p.Hash(nameKey, "'__###PARENT_HASH###__'", p.ParentMPath(levelKey, mpathes...)) |
| 33 | } |
| 34 | |
| 35 | func (p *postgresHelper) MPathOrdering(mm ...string) string { |
| 36 | return `(string_to_array(` + p.Concat(mm...) + `,'.'))::int[]` |
no test coverage detected