Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pathwaycom/pathway
/ _SelectColumn
Class
_SelectColumn
python/pathway/stdlib/temporal/_asof_join.py:107–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
@dataclasses.dataclass
107
class
_SelectColumn:
108
column: pw.ColumnReference
109
source_column: pw.ColumnReference
110
internal_name: str
111
output_name: str
112
side: int
113
default: Any
114
115
116
@dataclasses.dataclass
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected