Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ extract_values
Function
extract_values
python/ray/data/tests/util.py:83–84 ·
view source on GitHub ↗
(col_name, tuples)
Source
from the content-addressed store, hash-verified
81
82
83
def
extract_values(col_name, tuples):
84
return
[t[col_name]
for
t in tuples]
85
86
87
def
assert_exprs_equal(actual: List[Expr], expected: List[Expr]):
Callers
15
test_get_internal_block_refs
Function · 0.90
test_iter_internal_ref_bundles
Function · 0.90
test_read_map_batches_operator_fusion_with_randomize_blocks_operator
Function · 0.90
test_read_map_batches_operator_fusion_with_random_shuffle_operator
Function · 0.90
test_read_map_batches_operator_fusion_with_repartition_operator
Function · 0.90
test_read_map_batches_operator_fusion_with_sort_operator
Function · 0.90
test_read_map_chain_operator_fusion_e2e
Function · 0.90
test_e2e_liveness_with_output_backpressure_edge_case
Function · 0.90
test_from_numpy_refs_e2e
Function · 0.90
test_from_torch_e2e
Function · 0.90
test_map_batches_basic
Function · 0.90
test_map_batches_actors_preserves_order
Function · 0.90
Calls
no outgoing calls
Tested by
15
test_get_internal_block_refs
Function · 0.72
test_iter_internal_ref_bundles
Function · 0.72
test_read_map_batches_operator_fusion_with_randomize_blocks_operator
Function · 0.72
test_read_map_batches_operator_fusion_with_random_shuffle_operator
Function · 0.72
test_read_map_batches_operator_fusion_with_repartition_operator
Function · 0.72
test_read_map_batches_operator_fusion_with_sort_operator
Function · 0.72
test_read_map_chain_operator_fusion_e2e
Function · 0.72
test_e2e_liveness_with_output_backpressure_edge_case
Function · 0.72
test_from_numpy_refs_e2e
Function · 0.72
test_from_torch_e2e
Function · 0.72
test_map_batches_basic
Function · 0.72
test_map_batches_actors_preserves_order
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…