pub type InputRelation<D> = Relation<InputOp<(D, isize)>>;
pub struct InputRelation<D> { /* private fields */ }