pub type OrderKey = CustomOrderKey<NoCustomSort>;
pub enum OrderKey { Serial, Row, TermBegin, TermEnd, LastUpdated, Field(Arc<String>), Custom(NoCustomSort), }