Liking cljdoc? Tell your friends :D
Clojure only.

sqlforcql.analyze


get-countsclj

(get-counts table-names)
(get-counts session table-names)
(get-counts session keyspace table-names)

Get a count of number of rows in a table.

Get a count of number of rows in a table.
sourceraw docstring

get-diffclj

(get-diff base-table-name query-table-name)
(get-diff session base-table-name query-table-name)
(get-diff session keyspace base-table-name query-table-name)

Get the difference in number of rows in a base table vs. it's supporting query table. If the number of rows are the same, {:no-difference #{}} is returned. Else, a map is returned with table name as key and value as a set of rows to be inserted in the table.

Get the difference in number of rows in a base table vs. it's supporting query table.
If the number of rows are the same, {:no-difference #{}} is returned. Else, a map is
returned with table name as key and value as a set of rows to be inserted in the table.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close