Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.26 KB | None | 0 0
  1.            Future.collect {
  2.               queries.map {
  3.                 case s: SpanSliceQuery => s.copy(endTs = ts, limit = limit).execute(index)
  4. 166>>                case a: AnnotationSliceQuery => a.copy(endTs = ts, limit = limit).execute(index)
  5.               }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement