We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b3f6f commit 5fcef2eCopy full SHA for 5fcef2e
1 file changed
types.d.ts
@@ -135,7 +135,7 @@ export interface AggrFunc {
135
loc?: LocationRange;
136
}
137
138
-export type FunctionName = { schema?: string, name: ValueExpr<string>[] }
+export type FunctionName = { schema?: { value: string, type: string } , name: ValueExpr<string>[] }
139
export interface Function {
140
type: "function";
141
name: FunctionName;
0 commit comments