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

Method getTmpDec

pkg/sql/sem/tree/eval.go:3097–3099  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3095}
3096
3097func (ctx *EvalContext) getTmpDec() *apd.Decimal {
3098 return &ctx.tmpDec
3099}
3100
3101// Eval implements the TypedExpr interface.
3102func (expr *AndExpr) Eval(ctx *EvalContext) (Datum, error) {

Callers 3

CompareMethod · 0.80
eval.goFile · 0.80
PerformCastFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected