Open SteamShon opened 9 years ago
Currently, s2graph only provide total number of edges. It is up to users to count number of edges that satisfied their criteria(various where cluase can be possible).
It would be better to provide efficient counting edge option on query.
I am looking at KeyOnlyFilter. think it can be used to increase performance.
Currently, s2graph only provide total number of edges. It is up to users to count number of edges that satisfied their criteria(various where cluase can be possible).
It would be better to provide efficient counting edge option on query.