Skip to content

Commit

Permalink
rowexec: add batchedInvertedExprEvaluator for inverted index execution
Browse files Browse the repository at this point in the history
This is for evaluating invertedexpr.SpanExpressionProto, both for join
queries and single table filtering, using an inverted index.

This PR depends on cockroachdb#49217 which is the first commit. More usage
context can be found in cockroachdb#48019 which contains an invertedJoiner
that uses an earlier version of this evaluator.

Release note: None
  • Loading branch information
sumeerbhola committed May 22, 2020
1 parent d7985c5 commit e4db05b
Show file tree
Hide file tree
Showing 2 changed files with 715 additions and 0 deletions.
Loading

0 comments on commit e4db05b

Please sign in to comment.