MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / showCreateQueryKey

Function showCreateQueryKey

console/src/queries/showCreate.ts:22–26  ·  view source on GitHub ↗
(params: ShowCreateStatementParameters)

Source from the content-addressed store, hash-verified

20} from "~/api/materialize/showCreate";
21
22export const showCreateQueryKey = (params: ShowCreateStatementParameters) =>
23 [
24 ...buildRegionQueryKey("showCreate"),
25 buildQueryKeyPart("showCreate", params),
26 ] as const;
27
28/**
29 * Exectues a `SHOW CREATE` statement.

Calls 2

buildRegionQueryKeyFunction · 0.90
buildQueryKeyPartFunction · 0.90

Tested by

no test coverage detected