pub fn encode_batch<I, S>(names: I) -> Vec<Vec<Code>>where I: IntoIterator<Item = S>, S: AsRef<str>,
Encode many names in a single call.