You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val result = graph.cypher("""
|MATCH
| (t1:Trip)-[:CONTAINS]-(s1:Stop)
|RETURN t1.id AS trip_id
""".stripMargin)
result.records.asMorpheus.df.toDF("trip_id").createOrReplaceTempView("results")
gives me this error: error: value asMorpheus is not a member of result.Records