Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: impl/memory/datastore_index_selection.go

Issue 1365743002: Refactor serialization helpers from impl/memory -> service/datastore/serialize (Closed) Base URL: https://github.com/luci/gae.git@estimate_size
Patch Set: rebassseeeee Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: impl/memory/datastore_index_selection.go
diff --git a/impl/memory/datastore_index_selection.go b/impl/memory/datastore_index_selection.go
index d7dfb6f690deb7d6b6bb4cc7b15cd6371ff60e33..06516d39ff98e841b94725a69042a78772c7bc19 100644
--- a/impl/memory/datastore_index_selection.go
+++ b/impl/memory/datastore_index_selection.go
@@ -15,6 +15,8 @@ import (
"github.com/luci/luci-go/common/stringset"
)
+var bjoin = serialize.Join
Vadim Sh. 2015/09/24 19:06:14 why?
iannucci 2015/09/24 19:43:41 lazy >_< fixed.
+
// reducedQuery contains only the pieces of the query necessary to iterate for
// results.
// deduplication is applied externally

Powered by Google App Engine
This is Rietveld 408576698