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

Roadmap of operators #90

Open
VianneyMI opened this issue Dec 8, 2023 · 0 comments
Open

Roadmap of operators #90

VianneyMI opened this issue Dec 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@VianneyMI
Copy link
Owner

VianneyMI commented Dec 8, 2023

Arithmetic Expression Operators

  • $abs
  • $add
  • $ceil
  • $divide
  • $exp
  • $floor
  • $ln
  • $log
  • $log10
  • $mode
  • $multiply
  • $pow
  • $round
  • $sqrt
  • $subtract
  • $trunc

Array Expression Operators

  • $arrayElemAt
  • $arrayToObject
  • $concatArrays
  • $filter
  • $firstN
  • $in
  • $indexOfArray
  • $isArray
  • $lastN
  • $map
  • $maxN
  • $minN
  • $objectToArray
  • $range
  • $reduce
  • $reverseArray
  • $size
  • $slice
  • $sortArray
  • $zip

Bitwise Operators

  • $bitAnd
  • $bitNot
  • $bitOr
  • $bitXor

Boolean Expression Operators

  • $and
  • $not
  • $or

Comparison Expression Operators

  • $cmp
  • $eq
  • $gt
  • $gte
  • $lt
  • $lte
  • $ne

Conditional Expression Operators

  • $cond
  • $ifNull
  • $switch

Custom Aggregation Expression

  • $accumulator
  • $function

Data Size Operators

  • $binarySize
  • $bsonSize

Date Expression Operators

  • $dateAdd
  • $dateDiff
  • $dateFromParts
  • $dateFromString
  • $dateSubtract
  • $dateToParts
  • $dateTrunc
  • $dayOfMonth
  • $dayOfWeek
  • $dayOfYear
  • $hour
  • $isDayOfWeek
  • $isoWeek
  • $isoWeekYear
  • $millisecond
  • $minute
  • $month
  • $second
  • $toDate
  • $week
  • $year

Literal Expression Operator

  • $literal

Miscellaneous Operators

  • $getField
  • $rand
  • $sampleRate
  • $toHashedIndexKey

Object Expression Operators

  • $mergeObjects
  • $objectToArray
  • $setField

Set Expression Operators

  • $allElementsTrue
  • $anyElementTrue
  • $setDifference
  • $setEquals
  • $setIntersection
  • $setIsSubset
  • $setUnion

String Expression Operators

  • $concat
  • $dateFromString
  • $dateToString
  • $indexOfBytes
  • $indexOfCP
  • $ltrim
  • $regexFind
  • $regexFindAll
  • $regexMatch
  • $replaceOne
  • $replaceAll
  • $rtrim
  • $split
  • $strLenbytes
  • $strLenCP
  • $strcasecmp
  • $substr
  • $substrBytes
  • $substrCP
  • $toLower
  • $toString
  • $trim
  • $toUpper

Text Expression Operators

  • $meta

Timestamp Expression Operators

  • $tsIncrement
  • $tsSecond

Trigonometry Expression Operators

  • $sin
  • $cos
  • $tan
  • $asin
  • $acos
  • $atan
  • $atan2
  • $asinh
  • $acosh
  • $atanh
  • $sinh
  • $cosh
  • $tanh
  • $degreesToRadians
  • $radiansToDegrees

Type Expression Operators

  • $convert
  • $isNumber
  • $toBool
  • $toDate
  • $toDecimal
  • $toDouble
  • $toInt
  • $toLong
  • $toObjectId
  • $toString
  • $type

Accumulators

  • $accumulator
  • $addToSet
  • $avg
  • $bottom
  • $bottomN
  • $count
  • $first
  • $firstN
  • $last
  • $lastN
  • $max
  • $maxN
  • $median
  • $mergeObjects
  • $min
  • $percentile
  • $push
  • $stdDevPop
  • $stdDevSamp
  • $sum
  • $top
  • $topN

Variable Expression Operators

  • $let

Window Operators

  • $addToSet
  • $avg
  • $bottom
  • $bottomN
  • $count
  • $covariancePop
  • $covarianceSamp
  • $denseRank
  • $derivative
  • $documentNumber
  • $expMovingAvg
  • $first
  • $integral
  • $last
  • $linearFill
  • $locf
  • $max
  • $min
  • $minN
  • $push
  • $rank
  • $shift
  • $stdDevPop
  • $stdDevSamp
  • $sum
  • $top
  • $topN
@VianneyMI VianneyMI self-assigned this Dec 8, 2023
@VianneyMI VianneyMI added the enhancement New feature or request label Dec 8, 2023
@VianneyMI VianneyMI pinned this issue Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant