MCPcopy Create free account
hub / github.com/PyTables/PyTables / is_indexed_boolean

Function is_indexed_boolean

tables/conditions.py:126–131  ·  view source on GitHub ↗
(node: ne.expressions.ExpressionNode)

Source from the content-addressed store, hash-verified

124 return None
125
126 def is_indexed_boolean(node: ne.expressions.ExpressionNode) -> bool:
127 return (
128 node.astType == "variable"
129 and node.astKind == "bool"
130 and node.value in indexedcols
131 )
132
133 # Boolean variables are indexable by themselves.
134 if is_indexed_boolean(exprnode):

Callers 1

_get_indexable_cmpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected