Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ add
Method
add
python/pathway/internals/helpers.py:112–113 ·
view source on GitHub ↗
(self, element: T)
Source
from the content-addressed store, hash-verified
110
return
f
"{type_name}({values})"
111
112
def
add(self, element: T) -> None:
113
self._inner[element] = None
114
115
def
discard(self, element: T) -> None:
116
self._inner.pop(element, None)
Callers
15
_table_join
Method · 0.95
dependencies
Method · 0.95
input_operators
Method · 0.95
_compute_column_dependencies_iterate
Method · 0.95
compute
Method · 0.95
maybe_flatten_input_storages
Method · 0.95
maybe_flatten_input_storages
Method · 0.95
compute
Method · 0.95
fuzzy_match_tables
Function · 0.95
get_snapshot_diff
Method · 0.45
add_node
Method · 0.45
relevant_nodes
Method · 0.45
Calls
no outgoing calls
Tested by
15
run_single_iteration
Function · 0.36
test_iceberg_streaming
Function · 0.36
test_mssql_read_static_no_persistence_with_partial_cdc_captured_columns
Function · 0.36
test_mssql_read_rejects_multiple_capture_instances
Function · 0.36
test_neondb_streaming_cdc
Function · 0.36
test_elasticsearch_streaming_detects_late_arrival_below_max_timestamp
Function · 0.36
test_postgres_input
Function · 0.36
test_parse_pdf_multi_page_output
Function · 0.36
run_csv_reader_with_path_filter
Function · 0.36
topic_stats
Method · 0.36
test_kafka_static_mode
Function · 0.36
test_kafka_message_metadata
Function · 0.36