field; } /** * @return array> */ public function toArray(): array { $array = [ 'field' => $this->field, ]; if ($this->compression !== null) { $array['compression'] = $this->compression; } return [ 'boxplot' => $array, ]; } }