cql3: Add function to build view's select statement

This patch adds an utility function that creates a raw select
statement from a set of columns and a where clause. It is intended to
be used to create the prepared select statement used by the view
class.

Signed-off-by: Duarte Nunes <duarte@scylladb.com>
This commit is contained in:
Duarte Nunes
2016-11-07 14:56:58 +01:00
parent 088dfdb108
commit 124802e196
3 changed files with 26 additions and 0 deletions