MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / getFill

Function getFill

packages/db/src/sql-builder.ts:50–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 const getJoins = () =>
49 Object.keys(sb.joins).length ? join(sb.joins, ' ') : '';
50 const getFill = () => (sb.fill ? `WITH FILL ${sb.fill}` : '');
51 const getWith = () => {
52 const cteEntries = Object.entries(sb.ctes);
53 if (cteEntries.length === 0) return '';

Callers 2

createSqlBuilderFunction · 0.85
getChartSqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected