database1(), 'Yield', [ ['Tree', 'Height'], ['=Apple', '>10'], ], ], [ 13, $this->database1(), 3, $this->database1(), ], [ 268333.333333333333, $this->database2(), 'Sales', [ ['Quarter', 'Sales Rep.'], ['>1', 'Tina'], ], ], [ 372500, $this->database2(), 'Sales', [ ['Quarter', 'Area'], ['1', 'South'], ], ], [ null, $this->database1(), null, $this->database1(), ], ]; } }