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

Add missing operators #8

Open
6 of 63 tasks
speedytwenty opened this issue Jan 8, 2024 · 0 comments
Open
6 of 63 tasks

Add missing operators #8

speedytwenty opened this issue Jan 8, 2024 · 0 comments

Comments

@speedytwenty
Copy link
Owner

speedytwenty commented Jan 8, 2024

Operators

Basic:

  • $bitAnd (since 6.3)
  • $bitNot (since 6.3)
  • $bitOr (since 6.3)
  • $bitXor (since 6.3)
  • $integral
  • $lastN
  • $ln
  • $maxN (aggregation opp/array opp)
  • $minN (aggregation opp/array opp)
  • $nor
  • $reverseArray
  • $sortArray
  • $toHashedIndexKey
  • $top
  • $topN

More Involved

  • $accumulator
  • $bottom (since 5.2)
  • $bottomN (since 5.2)
  • $derivative
  • $expMovingAvg
  • $firstN (aggregation opp/array opp)
  • $function
  • $indexOfArray
  • $indexOfBytes
  • $indexOfCP
  • $jsonSchema
  • $ltrim
  • $range
  • $reduce
  • $regex*
  • $regexFind
  • $regexFindAll
  • $regexMatch
  • $replaceOne
  • $replaceAll
  • $rtrim
  • $shift
  • $text
  • $trim
  • $where?
  • $zip

Dates

  • setDefaultTimezone - Used to set default tz for all date ops.
  • $dateAdd
  • $dateDiff
  • $dateFromParts
  • $dateFromString
  • $dateSubtract
  • $dateToParts
  • $dateToString
  • $dateTrunc
  • $dayOfMonth
  • $dayOfWeek
  • $dayOfYear
  • $hour
  • $isoDayOfWeek
  • $isoWeek
  • $isoWeekYear
  • $millisecond
  • $minute
  • $month
  • $second
  • $week
  • $year
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

No branches or pull requests

1 participant