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

Range expressions #84

Merged
merged 14 commits into from Oct 14, 2022
Merged

Range expressions #84

merged 14 commits into from Oct 14, 2022

Conversation

zix99
Copy link
Owner

@zix99 zix99 commented Oct 13, 2022

No description provided.

@netlify
Copy link

netlify bot commented Oct 13, 2022

Deploy Preview for raredocs ready!

Name Link
🔨 Latest commit e2c3581
🔍 Latest deploy log https://app.netlify.com/sites/raredocs/deploys/6348c32186fd810009ce1059
😎 Deploy Preview https://deploy-preview-84--raredocs.netlify.app/usage/expressions
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2022

Codecov Report

Merging #84 (edad7bf) into master (940cdb8) will increase coverage by 0.31%.
The diff coverage is 92.50%.

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   87.08%   87.40%   +0.31%     
==========================================
  Files          96       97       +1     
  Lines        4391     4627     +236     
==========================================
+ Hits         3824     4044     +220     
- Misses        433      446      +13     
- Partials      134      137       +3     
Impacted Files Coverage Δ
pkg/expressions/stageAnalysis.go 77.77% <0.00%> (-22.23%) ⬇️
pkg/expressions/stdlib/funcs.go 100.00% <ø> (ø)
pkg/extractor/sliceSpaceExpressionContext.go 94.54% <75.00%> (-5.46%) ⬇️
pkg/expressions/stdlib/range.go 94.85% <94.85%> (ø)
cmd/expressions.go 92.30% <100.00%> (+1.68%) ⬆️
pkg/expressions/keyBuilder.go 91.60% <100.00%> (+0.13%) ⬆️
pkg/expressions/stage.go 100.00% <100.00%> (ø)
pkg/expressions/stdlib/funcsComparators.go 75.58% <100.00%> (+3.21%) ⬆️
pkg/expressions/stdlib/funcsStrings.go 80.23% <100.00%> (ø)
pkg/expressions/stdlib/util.go 100.00% <100.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -61,6 +62,14 @@ var StandardFunctions = map[string]KeyBuilderFunction{
"tab": kfJoin('\t'),
"$": kfJoin(ArraySeparator),

// Ranges
"$map": kfArrayMap,
Copy link
Owner Author

Choose a reason for hiding this comment

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

Add $select func

@zix99 zix99 merged commit 24c635c into master Oct 14, 2022
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