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

Function makeEvalTupleIn

postgres/parser/sem/tree/eval.go:1488–1495  ·  view source on GitHub ↗
(typ *types.T, v Volatility)

Source from the content-addressed store, hash-verified

1486}
1487
1488func makeEvalTupleIn(typ *types.T, v Volatility) *CmpOp {
1489 return &CmpOp{
1490 LeftType: typ,
1491 RightType: types.AnyTuple,
1492 NullableArgs: true,
1493 Volatility: v,
1494 }
1495}
1496
1497// MultipleResultsError is returned by QueryRow when more than one result is
1498// encountered.

Callers 1

eval.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected