Retrieves a given piece of metadata.
$key: The unique identifier for the piece of metadata to retrieve.
The previously attached metadata object, or NULL if one doesn't exist.
Overrides QueryAlterableInterface::getMetaData
public function getMetaData($key) {
return $this->query
->getMetaData($key);
}