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

Method to_engine

python/pathway/internals/dtype.py:445–446  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

443 pass
444
445 def to_engine(self) -> api.PathwayType:
446 return api.PathwayType.JSON
447
448 def __repr__(self) -> str:
449 return "Json"

Callers 15

static_table_from_pandasFunction · 0.45
connector_propertiesMethod · 0.45
get_unary_expressionFunction · 0.45
get_binary_expressionFunction · 0.45
get_convert_operatorFunction · 0.45
to_engineMethod · 0.45
to_engineMethod · 0.45
to_engineMethod · 0.45
to_engineMethod · 0.45
to_engineMethod · 0.45
column_propertiesMethod · 0.45

Calls

no outgoing calls

Tested by 3

static_table_from_pandasFunction · 0.36
buildFunction · 0.36