MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / makeEvalTupleIn

Function makeEvalTupleIn

pkg/sql/sem/tree/eval.go:2141–2149  ·  view source on GitHub ↗
(typ *types.T, v volatility.V)

Source from the content-addressed store, hash-verified

2139}
2140
2141func makeEvalTupleIn(typ *types.T, v volatility.V) *CmpOp {
2142 return &CmpOp{
2143 LeftType: typ,
2144 RightType: types.AnyTuple,
2145 EvalOp: &InTupleOp{},
2146 CalledOnNullInput: true,
2147 Volatility: v,
2148 }
2149}
2150
2151// MultipleResultsError is returned by QueryRow when more than one result is
2152// encountered.

Callers 1

eval.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…