Liking cljdoc? Tell your friends :D

hugsql.adapter.hugsql-bq


hugsql-adapter-bqclj

(hugsql-adapter-bq)

nth-?clj

(nth-? query n)

Find the index of the nth positional param in the query.

Find the index of the nth positional param in the query.
raw docstring

result->cljclj

(result->clj res)

Given a BigQuery TableResult, return a lazy seq of results as idiomatic Clojure map forms. (Result sets may be huge; returned sequence is lazy.)

Given a BigQuery TableResult, return a lazy seq of results as idiomatic
Clojure map forms. (Result sets may be huge; returned sequence is lazy.)
raw docstring

sqlvec->bqclj

(sqlvec->bq sqlvec)

Converts a sqlvec to a QueryJobConfiguration that can be sent to BigQuery. Uses positional parameters API of the BigQuery client.

See: https://cloud.google.com/bigquery/docs/parameterized-queries#java

Converts a sqlvec to a QueryJobConfiguration that can be sent to BigQuery.
Uses positional parameters API of the BigQuery client.

See: https://cloud.google.com/bigquery/docs/parameterized-queries#java
raw docstring

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

× close