Expand description
LiteralGuarantee predicate analysis to determine if a column is a
constant.
Structsยง
- ColIn
List ๐ - Represents a single
col [not]in literalexpression - ColOp
Lit ๐ - Represents a single
col [not]in literalexpression - Guarantee
Builder ๐ - Combines conjuncts (aka terms
ANDed together) intoLiteralGuarantees, preserving insert order - Literal
Guarantee - Represents a guarantee that must be true for a boolean expression to
evaluate to
true.
Enumsยง
- ColOp
LitOr ๐InList - Represents a single
col [not]in literalexpression or a singlecol <op> literalexpression - Guarantee
- What is guaranteed about the values for a
LiteralGuarantee?
Functionsยง
- find_
common_ ๐columns - Find columns that appear in all termsets