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

Method _to_internal

python/pathway/internals/expression.py:1116–1119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1114 self._const_index = None
1115
1116 def _to_internal(self) -> InternalColExpr:
1117 return InternalColExpr.build(
1118 type(self), self._object, self._index, self._default, self._check_if_exists
1119 )
1120
1121 @property
1122 def _deps(self) -> tuple[ColumnExpression, ...]:

Callers 15

eval_column_valMethod · 0.45
createMethod · 0.45
reduceMethod · 0.45
_validate_expressionMethod · 0.45
with_new_colMethod · 0.45
_eval_column_valMethod · 0.45
_with_schemaMethod · 0.45
filterMethod · 0.45
expression_with_typeMethod · 0.45
column_propertiesMethod · 0.45

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected