MCPcopy Create free account
hub / github.com/pydio/cells / MPathOrdering

Method MPathOrdering

common/storage/sql/postgres.go:35–37  ·  view source on GitHub ↗
(mm ...string)

Source from the content-addressed store, hash-verified

33}
34
35func (p *postgresHelper) MPathOrdering(mm ...string) string {
36 return `(string_to_array(` + p.Concat(mm...) + `,'.'))::int[]`
37}
38
39func (p *postgresHelper) MPathOrderingLastInteger(mm ...string) string {
40 return `(string_to_array(` + p.Concat(mm...) + `,'.'))::int[]`

Callers

nothing calls this directly

Calls 1

ConcatMethod · 0.95

Tested by

no test coverage detected