管道用法疑问

GO FROM
-4254025643204198685
OVER
includes
YIELD
includes._dst as includesDestId

这个语句返回多条记录,用管道可以实现吗?类似下面的语句
GO FROM
-4254025643204198685
OVER
includes
YIELD
includes._dst as includesDestId | fetch prop on tech dstId YIELD DISTINCT tech.tech_id

或者如何在一条语句里面实现这个功能

参考 文档里面的例子
https://docs.nebula-graph.com.cn/manual-CN/2.query-language/4.statement-syntax/2.data-query-and-manipulation-statements/fetch-syntax/