Searched refs:_replace_row_partitions (Results 1 – 1 of 1) sorted by relevance
264 fields = dict([(k, _replace_row_partitions(v, row_partitions))1419 def _replace_row_partitions(value, new_partitions): function1442 values=_replace_row_partitions(value.values, new_partitions[1:]),1447 new_fields = dict((k, _replace_row_partitions(v, new_partitions))