def filter_rows(self, expr): return FilteredSnapshot(self, Expressions.always_true(), expr, Filterable.ALL_COLUMNS)
def select(self, columns): return FilteredSnapshot(self, Expressions.always_true(), Expressions.always_true(), columns)