nebula-docs icon indicating copy to clipboard operation
nebula-docs copied to clipboard

[Exchange] exchange 支持数据源过滤,配置文件中增加了一项配置

Open Nicole00 opened this issue 2 years ago • 1 comments

pr:https://github.com/vesoft-inc/nebula-exchange/pull/195

文档增加一项配置:

tags:[
  {
    filter: "name='Tom'"
  }
]

edges: [
  {
     filter: "degree > 10"
   }
]

说明: filter 可选配置,类型为string, 配置内容需要符合SparkSql 的过滤规则,参考spark sql filter API

Nicole00 avatar Jan 24 '24 03:01 Nicole00

3.7.0的下个版本中才加入该功能

cooper-lzy avatar Feb 26 '24 02:02 cooper-lzy