QueryEditorFunctionExpression🔗Definition🔗export interface QueryEditorFunctionExpression { type: "function"; name?: string; parameters?: bigquery.QueryEditorFunctionParameterExpression[]; } Methods🔗No methods.See also🔗 QueryEditorFunctionExpressionBuilder