Skip to content

Commit

Permalink
add method doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alextheimer committed Apr 18, 2024
1 parent 38181b0 commit b7f37ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions query/src/main/scala/filodb/query/exec/RemoteExec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ trait RemoteExec extends LeafExecPlan with StrictLogging {
querySession: QuerySession)
(implicit sched: Scheduler): ExecResult = ???

/**
* Applies all {@link RangeVectorTransformer}s to a remote response.
* FIXME: This is needed because RemoteExec plans override the default ExecPlan::execute()
* logic; if possible, this override should eventually be removed.
*/
protected def applyTransformers(resp: QueryResponse,
querySession: QuerySession,
source: ChunkSource,
Expand Down

0 comments on commit b7f37ed

Please sign in to comment.