Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_pandas
Function · 0.45
connector_properties
Method · 0.45
get_unary_expression
Function · 0.45
get_binary_expression
Function · 0.45
get_cast_operators_mapping
Function · 0.45
get_convert_operator
Function · 0.45
to_engine
Method · 0.45
to_engine
Method · 0.45
to_engine
Method · 0.45
to_engine
Method · 0.45
to_engine
Method · 0.45
column_properties
Method · 0.45
Calls
no outgoing calls
Tested by
3
static_table_from_pandas
Function · 0.36
build
Function · 0.36
test_pathway_type_mapping
Function · 0.36