Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HimaVarsha94 committed Jul 13, 2020
1 parent a4c6908 commit 4be6dfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion query/src/main/scala/filodb/query/PlanEnums.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ object AggregationOperator extends Enum[AggregationOperator] {
case object BottomK extends AggregationOperator("bottomk")
case object CountValues extends AggregationOperator("count_values")
case object Quantile extends AggregationOperator("quantile")
case object DDSQuantile extends AggregationOperator("ddsquantile")
}

sealed abstract class BinaryOperator extends EnumEntry {
Expand Down

0 comments on commit 4be6dfd

Please sign in to comment.