MCPcopy
hub / github.com/pathwaycom/pathway / eval_type

Method eval_type

python/pathway/internals/table.py:3138–3143  ·  view source on GitHub ↗
(self, expression: expr.ColumnExpression)

Source from the content-addressed store, hash-verified

3136 return self.schema.typehints()
3137
3138 def eval_type(self, expression: expr.ColumnExpression) -> dt.DType:
3139 return (
3140 self._rowwise_context._get_type_interpreter()
3141 .eval_expression(expression, state=TypeInterpreterState())
3142 ._dtype
3143 )
3144
3145 def _auto_live(self) -> Table:
3146 """Make self automatically live in interactive mode"""

Callers 7

filterMethod · 0.95
_with_new_indexMethod · 0.95
stream_to_tableMethod · 0.95
eval_callMethod · 0.80
ixMethod · 0.80

Calls 3

eval_expressionMethod · 0.45
_get_type_interpreterMethod · 0.45

Tested by

no test coverage detected