MCPcopy Create free account
hub / github.com/PostHog/duckgres / sessionColumnMetadataTableSQL

Function sessionColumnMetadataTableSQL

server/sessionmeta/sessionmeta.go:150–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 if len(accessPolicies) > 0 {
149 access = accessPolicies[0]
150 }
151 parts := []string{
152 sessionColumnMetadataTableSQL(),
153 buildSessionPgDatabaseViewSQL(database),
154 buildSessionPgClassViewSQL(access),
155 buildSessionPgNamespaceViewSQL(access),
156 buildSessionPgAttributeViewSQL(),
157 buildSessionPgIndexViewSQL(),
158 buildSessionPgTablesViewSQL(access),
159 buildSessionPgViewsViewSQL(access),
160 buildSessionPgSequencesViewSQL(access),
161 buildSessionInformationSchemaColumnsViewSQL(access),
162 buildSessionInformationSchemaTablesViewSQL(access),
163 buildSessionInformationSchemaSchemataViewSQL(access),
164 buildSessionInformationSchemaViewsViewSQL(access),
165 buildSessionInformationSchemaSequencesViewSQL(access),

Callers 1

buildSessionMetadataSQLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected