MCPcopy
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

__dir__Method · 0.95
ixMethod · 0.95
_with_schemaMethod · 0.95
_clean_tableMethod · 0.45
_from_schemaMethod · 0.45
_form_value_fieldsFunction · 0.45
writeFunction · 0.45
writeFunction · 0.45
write_snapshotFunction · 0.45

Calls 1

keysMethod · 0.95

Tested by 15

_test_mongodb_staticFunction · 0.36
_test_mssql_staticFunction · 0.36
_test_mssql_streamingFunction · 0.36
_test_postgres_streamingFunction · 0.36
_test_postgres_staticFunction · 0.36
test_psql_output_streamFunction · 0.36