Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pathwaycom/pathway
/ column_names
Method
column_names
python/pathway/internals/table.py:154–155 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
return
expr.ColumnReference(_table=self, _column=self._id_column, _name=
"id"
)
153
154
def
column_names(self):
155
return
self.keys()
156
157
def
keys(self):
158
return
self._columns.keys()
Callers
15
_ipython_key_completions_
Method · 0.95
__dir__
Method · 0.95
ix
Method · 0.95
_with_schema
Method · 0.95
_clean_table
Method · 0.45
_from_schema
Method · 0.45
_form_value_fields
Function · 0.45
register_input_synchronization_group
Function · 0.45
construct_schema_and_data_format
Function · 0.45
write
Function · 0.45
write
Function · 0.45
write_snapshot
Function · 0.45
Calls
1
keys
Method · 0.95
Tested by
15
test_mssql_different_types
Function · 0.36
write_items_with_connector
Function · 0.36
test_neondb_output_stream
Function · 0.36
test_neondb_output_snapshot
Function · 0.36
test_neondb_write_creates_table
Function · 0.36
_test_mongodb_static
Function · 0.36
_test_mssql_static
Function · 0.36
_test_mssql_streaming
Function · 0.36
_test_postgres_streaming
Function · 0.36
_test_postgres_static
Function · 0.36
test_psql_output_stream
Function · 0.36
test_psql_output_snapshot_legacy
Function · 0.36