MCPcopy
hub / github.com/uber/aresdb / appendStackFrame

Method appendStackFrame

query/time_series_aggregate.go:713–715  ·  view source on GitHub ↗
(values, nulls devicePointer)

Source from the content-addressed store, hash-verified

711}
712
713func (bc *oopkBatchContext) appendStackFrame(values, nulls devicePointer) {
714 bc.exprStackD = append(bc.exprStackD, [2]devicePointer{values, nulls})
715}
716
717func (qc *AQLQueryContext) createCutoffTimeFilter(cutoff uint32) expr.Expr {
718 column := &expr.VarRef{

Callers 1

processExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected