Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ _get_column
Method
_get_column
python/pathway/internals/table.py:160–161 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
158
return
self._columns.keys()
159
160
def
_get_column(self, name: str) -> clmn.Column:
161
return
self._columns[name]
162
163
def
_ipython_key_completions_(self):
164
return
list(self.column_names())
Callers
5
_get_colref_by_name
Method · 0.95
get_original_column
Method · 0.80
graph_column
Method · 0.80
graph_column
Method · 0.80
validate
Function · 0.80
Calls
no outgoing calls
Tested by
1
validate
Function · 0.64