MCPcopy 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
14def unpack_col(
15 column: pw.ColumnReference, *unpacked_columns: pw.ColumnReference | str
16) -> pw.Table: ...
17
18
19@overload

Callers 15

_pandas_transformerFunction · 0.90
_repack_resultsMethod · 0.90
lsh_perform_queryFunction · 0.90
lshFunction · 0.90
test_unpack_colFunction · 0.90
test_unpack_col_schemaFunction · 0.90
test_score_simpleFunction · 0.90
test_score_with_deletionFunction · 0.90
get_retFunction · 0.90

Calls 5

tupleFunction · 0.85
update_typesMethod · 0.80
column_namesMethod · 0.45
selectMethod · 0.45
typehintsMethod · 0.45

Tested by 9

test_unpack_colFunction · 0.72
test_unpack_col_schemaFunction · 0.72
test_score_simpleFunction · 0.72
test_score_with_deletionFunction · 0.72
get_retFunction · 0.72
test_distance_simpleFunction · 0.72
test_cosine_distanceFunction · 0.72