public long getCardinality(UnaryTupleOperator op, BindingSet bindings) {
   return getCardinality(op.getArg(), bindings);
 }