Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Yuan Tian
.ms/o0ukef> > > > ________ > > > 发件人: 18110526...@163.com <18110526...@163.com> > > > 发送时间: Tuesday, August 2, 2022 7:36:04 PM > > > 收件人: dev@iotdb.apache.org > > > 主题: Re: [DIS

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Yuan Tian
t; > Yifu Zhou > > > > 获取 Outlook for iOS<https://aka.ms/o0ukef> > > > > 发件人: 18110526...@163.com <18110526...@163.com> > > 发送时间: Tuesday, August 2, 2022 7:36:04 PM > > 收件人: dev@iotdb.apache.org > > 主题: Re: [DISCUSSION] Th

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Yuan Tian
Hi, I also think that dedup is ok. Best, Yuan Tian On Tue, Aug 2, 2022 at 3:32 PM 18110526...@163.com <18110526...@163.com> wrote: > > Hi everyone, > > We are developing a UDF to remove a sequence of consecutive identical values > (keeping only the first one), but have

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Trevor Hart
In Windows OS that kind of action is referred to as "deduplication" or dedup. Thanks  Trevor Hart Ope Limited w: http://www.ope.nz/ m: +64212728039 On Wed, 03 Aug 2022 01:47:08 +1200 Jialin Qiao wrote --- Hi, change_points may be a good option. Refer to

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Jialin Qiao
Hi, change_points may be a good option. Refer to https://help.aliyun.com/document_detail/93197.html Thanks, Jialin Qiao On 2022/08/02 07:32:19 "18110526...@163.com" wrote: > Hi everyone, > > We are developing a UDF to remove a sequence of consecutive identical values > (keeping only the

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Xiangdong Huang
‘distinct’ in my opinion. > > Thanks, > Yifu Zhou > > 获取 Outlook for iOS<https://aka.ms/o0ukef> > > 发件人: 18110526...@163.com <18110526...@163.com> > 发送时间: Tuesday, August 2, 2022 7:36:04 PM > 收件人: dev@iotdb.apache.org > 主题: Re

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Zhou Yifu
PM 收件人: dev@iotdb.apache.org 主题: Re: [DISCUSSION] The name of a UDF Hi, Thanks to reply. I have an another idea : ‘ discontinuous’. This name looks like distinct but have a different meaning. Best, Weihao Li > 2022年8月2日 18:53,Zhou Yifu 写道: > > How

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread 18110526...@163.com
t; > Thanks, > Yifu Zhou > > 获取 Outlook for iOS<https://aka.ms/o0ukef> > > 发件人: Jialin Qiao > 发送时间: Tuesday, August 2, 2022 6:08:53 PM > 收件人: dev@iotdb.apache.org > 主题: Re: [DISCUSSION] The name of a UDF > > Hi, > > How

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Zhou Yifu
How about duplicateFilter, which is kind of same as distinct. Thanks, Yifu Zhou 获取 Outlook for iOS<https://aka.ms/o0ukef> 发件人: Jialin Qiao 发送时间: Tuesday, August 2, 2022 6:08:53 PM 收件人: dev@iotdb.apache.org 主题: Re: [DISCUSSION] The name of a UDF Hi, How

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Jialin Qiao
Hi, How about mutation Thanks, Jialin Qiao On 2022/08/02 07:32:19 "18110526...@163.com" wrote: > Hi everyone, > > We are developing a UDF to remove a sequence of consecutive identical values > (keeping only the first one), but have not come up with a proper name for it. > We can't name it

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Jialin Qiao
Hi, How about variation? select variation(s1) from root.sg.d1 Thanks, Jialin Qiao On 2022/08/02 07:32:19 "18110526...@163.com" wrote: > Hi everyone, > > We are developing a UDF to remove a sequence of consecutive identical values > (keeping only the first one), but have not come up with a

[DISCUSSION] The name of a UDF

2022-08-02 Thread 18110526...@163.com
Hi everyone, We are developing a UDF to remove a sequence of consecutive identical values (keeping only the first one), but have not come up with a proper name for it. We can't name it ‘distinct' because it has a different meaning. Here are some of the alternatives we came up with, and if you