pub fn encode_query(entry: Entry) -> Vec<u8>
Encode an Entry for later decoding into a query.
An Entry can be used to describe a query to be made against a Document, where the
Entry's parent document is the document to be queried, and the field is the specific entry type
to be queried for.