Module: MongoQL::DateOperators

Included in:
Expression::DateNode
Defined in:
lib/mongo_ql/date_operators.rb

Constant Summary collapse

DATE_OPERATORS =
{
  "year":         "$year",
  "week":         "$week",
  "month":        "$month",
  "day_of_month": "$dayOfMonth",
  "day_of_week":  "$dayOfWeek",
  "day_of_year":  "$dayOfYear",
  "iso_day_of_week": "$isoDayOfWeek",
  "iso_week":        "$isoWeek",
  "iso_week_Year":   "$isoWeekYear"
}.freeze