Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ execution_plan
Method
execution_plan
demo/client/client.py:98–99 ·
view source on GitHub ↗
(self, query)
Source
from the content-addressed store, hash-verified
96
return
tbl
97
98
def
execution_plan(self, query):
99
return
self.redis_con.execute_command(
"GRAPH.EXPLAIN"
, self.graph, query)
Callers
15
test25_merge_with_where
Method · 0.80
test31_alias_multiple_definition
Method · 0.80
test10_filter_placement_validate_scopes
Method · 0.80
test01_cartesian_product_mixed_scans
Method · 0.80
test02_cartesian_product_index_scans_only
Method · 0.80
test03_cartesian_product_reused_index
Method · 0.80
test04_test_in_operator_numerics
Method · 0.80
test05_index_scan_and_id
Method · 0.80
test06_index_scan_multiple_filters
Method · 0.80
test07_index_scan_with_params
Method · 0.80
test08_index_scan_with_param_array
Method · 0.80
test09_single_index_multiple_scans
Method · 0.80
Calls
no outgoing calls
Tested by
15
test25_merge_with_where
Method · 0.64
test31_alias_multiple_definition
Method · 0.64
test10_filter_placement_validate_scopes
Method · 0.64
test01_cartesian_product_mixed_scans
Method · 0.64
test02_cartesian_product_index_scans_only
Method · 0.64
test03_cartesian_product_reused_index
Method · 0.64
test04_test_in_operator_numerics
Method · 0.64
test05_index_scan_and_id
Method · 0.64
test06_index_scan_multiple_filters
Method · 0.64
test07_index_scan_with_params
Method · 0.64
test08_index_scan_with_param_array
Method · 0.64
test09_single_index_multiple_scans
Method · 0.64