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

Method OperationSize

server/plpgsql/statements.go:30–30  ·  view source on GitHub ↗

OperationSize reports the number of operations that the statement will convert to.

()

Source from the content-addressed store, hash-verified

28type Statement interface {
29 // OperationSize reports the number of operations that the statement will convert to.
30 OperationSize() int32
31 // AppendOperations adds the statement to the operation slice.
32 AppendOperations(ops *[]InterpreterOperation, stack *InterpreterStack) error
33}

Callers 2

OperationSizeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected