MCPcopy Create free account
hub / github.com/dolthub/doltgresql / IsWindowFunctionApplication

Method IsWindowFunctionApplication

postgres/parser/sem/tree/expr.go:1352–1354  ·  view source on GitHub ↗

IsWindowFunctionApplication returns true iff the function is being applied as a window function.

()

Source from the content-addressed store, hash-verified

1350
1351// IsWindowFunctionApplication returns true iff the function is being applied as a window function.
1352func (node *FuncExpr) IsWindowFunctionApplication() bool {
1353 return node.WindowDef != nil
1354}
1355
1356// IsDistSQLBlocklist returns whether the function is not supported by DistSQL.
1357func (node *FuncExpr) IsDistSQLBlocklist() bool {

Callers 3

TypeCheckMethod · 0.95
VisitPreMethod · 0.80
checkFunctionUsageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected