public function buildJoinOptionsInterpreter($segmentId) { return new JoinOptionsInterpreter($segmentId, $this->interpretation->buildJoinOptionsInterpretation(), $this->buildSourceInterpreter($segmentId), $this->evaluationContext); }