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 main-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 main table vs. it's supporting query table.

Get the difference in number of rows in a main table vs. it's supporting query table.
sourceraw docstring

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

× close