Example #1
0
 def filter_rows(self, expr):
     return FilteredSnapshot(self, Expressions.always_true(), expr,
                             Filterable.ALL_COLUMNS)
Example #2
0
 def select(self, columns):
     return FilteredSnapshot(self, Expressions.always_true(),
                             Expressions.always_true(), columns)