MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Init

Function Init

server/functions/init.go:69–211  ·  view source on GitHub ↗

Init initializes all functions in this package.

()

Source from the content-addressed store, hash-verified

67
68// Init initializes all functions in this package.
69func Init() {
70 initTypeFunctions()
71 initAbs()
72 initAcos()
73 initAcosd()
74 initAcosh()
75 initAdvisoryLockFunctions()
76 initAge()
77 initArrayLength()
78 initArrayPosition()
79 initArrayToJson()
80 initArrayToString()
81 initArrayUpper()
82 initAscii()
83 initAsin()
84 initAsind()
85 initAsinh()
86 initAtan()
87 initAtan2()
88 initAtan2d()
89 initAtand()
90 initAtanh()
91 initBitLength()
92 initBtrim()
93 initCbrt()
94 initCeil()
95 initCharLength()
96 initChr()
97 initColDescription()
98 initConcat()
99 initCos()
100 initCosd()
101 initCosh()
102 initCot()
103 initCotd()
104 initCurrentDatabase()
105 initCurrentSchema()
106 initCurrentSetting()
107 initCurrentSchemas()
108 initDegrees()
109 initDiv()
110 initDoltProcedures()
111 initDoltRecordTrim()
112 initExp()
113 initExtract()
114 initFactorial()
115 initFloor()
116 initFormatType()
117 initGcd()
118 initGenRandomUuid()
119 initGenerateSeries()
120 initGenerateSubscripts()
121 initInitcap()
122 initLcm()
123 initLeft()
124 initLength()
125 initLn()
126 initLog()

Calls 15

initTypeFunctionsFunction · 0.85
initAbsFunction · 0.85
initAcosFunction · 0.85
initAcosdFunction · 0.85
initAcoshFunction · 0.85
initAgeFunction · 0.85
initArrayLengthFunction · 0.85
initArrayPositionFunction · 0.85
initArrayToJsonFunction · 0.85
initArrayToStringFunction · 0.85
initArrayUpperFunction · 0.85