As indicated by the TODO here: https://github.com/cockroachdb/cockroach/blob/549631b/pkg/sql/distsqlrun/server.go#L180
Each processor that needs to evaluate expressions should initialize the Ctx inside the EvalCtx. This would probably be made easier by making the EvalCtx immutable and passing it by value more.