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

Method MPathOrderingLastInteger

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

Source from the content-addressed store, hash-verified

37}
38
39func (p *postgresHelper) MPathOrderingLastInteger(mm ...string) string {
40 return `(string_to_array(` + p.Concat(mm...) + `,'.'))::int[]`
41}
42
43func (p *postgresHelper) SupportsAvailableSlot() bool {
44 return true

Callers

nothing calls this directly

Calls 1

ConcatMethod · 0.95

Tested by

no test coverage detected