Skip to content

Commit

Permalink
explicitly add all cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Zhang committed Nov 17, 2023
1 parent ff25c34 commit 678efb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ import filodb.query.exec._
case asf: ApplySortFunction => getAtModifierTimestampsWithOffset(asf.vectors)
case aaf: ApplyAbsentFunction => getAtModifierTimestampsWithOffset(aaf.vectors)
case alf: ApplyLimitFunction => getAtModifierTimestampsWithOffset(alf.vectors)
case _ => Seq()
case _: RawChunkMeta | _: ScalarBinaryOperation | _: ScalarFixedDoublePlan | _: ScalarTimeBasedPlan|
_: ScalarVaryingDoublePlan | _: ScalarVectorBinaryOperation | _: VectorPlan => Seq()
}
}

Expand Down

0 comments on commit 678efb2

Please sign in to comment.