Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh: enable interp fill value support scarlar expression #21599

Merged
merged 7 commits into from Jun 8, 2023
Merged

Conversation

glzhao89
Copy link
Contributor

@glzhao89 glzhao89 commented Jun 5, 2023

No description provided.

}
}
if (fillNo != LIST_LENGTH(pFillValues->pNodeList)) {
if (!isInterpFill && fillNo != LIST_LENGTH(pFillValues->pNodeList)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里为什么要区分是否是isInterpFill?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已经去掉,改为与timewindow+fill(value)一样逻辑, 多个interp时需要分别为fill填值,如select interp(c0), interp(c1), interp(c2) ... fill(value, 0, 1, 2)

@dapan1121 dapan1121 merged commit 958160b into 3.0 Jun 8, 2023
1 check passed
@gccgdb1234 gccgdb1234 deleted the enh/TD-24274 branch July 17, 2023 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants