这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Conversation

@kylebrandt
Copy link
Member

No description provided.

@kylebrandt kylebrandt requested a review from captncraig May 18, 2018 13:48
if isPerc {
fnArgs = append(fnArgs, reflect.ValueOf(fromScalar(percValue)))
}
fnResult := windowFn.Call(fnArgs)
Copy link
Contributor

Choose a reason for hiding this comment

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

Where is the code that actually detects the new argument and applies the percentile? I'm still confused what windowFn.Call does differently with the new parameter.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, nevermind. It actually takes another arg. And gets selected by name and reflection above. Gotcha. LGTM

@kylebrandt kylebrandt merged commit 5cd2727 into master May 18, 2018
@kylebrandt kylebrandt deleted the windowPerc branch June 28, 2018 12:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants