Skip to content

plan_materialization_summary

pydantable.plan_materialization_summary

plan_materialization_summary(kind)

Return a short English description of the given materialization mode.

Source code in python/pydantable/materialization.py
def plan_materialization_summary(kind: PlanMaterialization) -> str:
    """Return a short English description of the given materialization mode."""

    return _PLAN_MATERIALIZATION_SUMMARY[kind]