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

Struct NonInvertedColExpression

pkg/sql/inverted/expression.go:470–470  ·  view source on GitHub ↗

NonInvertedColExpression is an expression to use for parts of the user expression that do not involve the inverted index.

Source from the content-addressed store, hash-verified

468// NonInvertedColExpression is an expression to use for parts of the
469// user expression that do not involve the inverted index.
470type NonInvertedColExpression struct{}
471
472var _ Expression = NonInvertedColExpression{}
473

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected