MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Limit

Struct Limit

pkg/sql/sem/tree/select.go:696–699  ·  view source on GitHub ↗

Limit represents a LIMIT clause.

Source from the content-addressed store, hash-verified

694
695// Limit represents a LIMIT clause.
696type Limit struct {
697 Offset, Count Expr
698 LimitAll bool
699}
700
701// Format implements the NodeFormatter interface.
702func (node *Limit) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected