估计结果¶ pydantic 模型 graphdatascience.procedure_surface.api.estimation_result.EstimationResult¶ 字段 bytes_max: int¶ 字段 bytes_min: int¶ 字段 heap_percentage_max: float¶ 字段 heap_percentage_min: float¶ 字段 map_view: dict[str, Any]¶ 字段 node_count: int¶ 字段 relationship_count: int¶ 字段 required_memory: str¶ 字段 tree_view: str¶ 静态 from_cypher(cypher_result: dict[str, Any]) → EstimationResult¶ 参数: cypher_result (dict[str, Any]) 返回类型: EstimationResult