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

Function fetchShowCreate

console/src/api/materialize/showCreate.ts:53–63  ·  view source on GitHub ↗
(
  queryKey: QueryKey,
  parameters: ShowCreateStatementParameters,
  requestOptions?: RequestInit,
)

Source from the content-addressed store, hash-verified

51}
52
53export function fetchShowCreate(
54 queryKey: QueryKey,
55 parameters: ShowCreateStatementParameters,
56 requestOptions?: RequestInit,
57) {
58 return executeSqlV2({
59 queries: buildShowCreateStatement(parameters).compile(queryBuilder),
60 queryKey,
61 requestOptions,
62 });
63}

Callers 1

useShowCreateFunction · 0.90

Calls 3

executeSqlV2Function · 0.85
buildShowCreateStatementFunction · 0.85
compileMethod · 0.80

Tested by

no test coverage detected