MCPcopy Index your code
hub / github.com/pathwaycom/pathway / _async_transformer

Method _async_transformer

python/pathway/internals/table.py:2847–2852  ·  view source on GitHub ↗
(self, context: clmn.AsyncTransformerContext)

Source from the content-addressed store, hash-verified

2845
2846 @contextualized_operator
2847 def _async_transformer(self, context: clmn.AsyncTransformerContext) -> Table:
2848 columns = {
2849 name: clmn.ColumnWithoutExpression(context, context.universe, dtype)
2850 for name, dtype in context.schema._dtypes().items()
2851 }
2852 return Table(_columns=columns, _context=context)
2853
2854 @trace_user_frame
2855 @contextualized_operator

Callers 1

output_tableMethod · 0.80

Calls 3

TableClass · 0.85
itemsMethod · 0.80
_dtypesMethod · 0.80

Tested by

no test coverage detected