Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ unpack_col
Function
unpack_col
python/pathway/stdlib/utils/col.py:14–16 ·
view source on GitHub ↗
( column: pw.ColumnReference, *unpacked_columns: pw.ColumnReference | str )
Source
from the content-addressed store, hash-verified
12
13
@overload
14
def
unpack_col(
15
column: pw.ColumnReference, *unpacked_columns: pw.ColumnReference | str
16
) -> pw.Table: ...
17
18
19
@overload
Callers
15
_pandas_transformer
Function · 0.90
_extract_data_collapsed_rows
Function · 0.90
_repack_results
Method · 0.90
_extract_data_collapsed_rows
Method · 0.90
knn_lsh_generic_classifier_train
Function · 0.90
lsh_perform_query
Function · 0.90
lsh
Function · 0.90
test_unpack_col
Function · 0.90
test_unpack_col_schema
Function · 0.90
test_score_simple
Function · 0.90
test_score_with_deletion
Function · 0.90
get_ret
Function · 0.90
Calls
5
tuple
Function · 0.85
update_types
Method · 0.80
column_names
Method · 0.45
select
Method · 0.45
typehints
Method · 0.45
Tested by
9
test_unpack_col
Function · 0.72
test_unpack_col_schema
Function · 0.72
test_score_simple
Function · 0.72
test_score_with_deletion
Function · 0.72
get_ret
Function · 0.72
test_distance_simple
Function · 0.72
test_with_distance_simple
Function · 0.72
test_distance_with_deletion
Function · 0.72
test_cosine_distance
Function · 0.72