Liking cljdoc? Tell your friends :D

datasplash.bq


->schemaclj

(->schema defs)
(->schema defs transform-keys)

->time-partitioningclj

(->time-partitioning {:keys [type expiration-ms field require-partition-filter]
                      :or {type :day}})

auto-parse-valclj

(auto-parse-val v)

bqize-keysclj

(bqize-keys m)

Recursively transforms all map keys to BQ-valid strings.

Recursively transforms all map keys to BQ-valid strings.
raw docstring

clean-nameclj

(clean-name s)

clj->table-rowclj

(clj->table-row hmap)

clj-nested->table-rowclj

(clj-nested->table-row hmap)

coerce-by-bq-valclj

(coerce-by-bq-val v)

create-disposition-enumclj


custom-output-fnclj

(custom-output-fn cust-fn)

format-fnclj


get-bq-table-schemaclj

(get-bq-table-schema table-spec)

Beware, uses bq util to get the schema!

Beware, uses bq util to get the schema!
raw docstring

read-bqclj

(read-bq options p)

read-bq-rawclj

(read-bq-raw {:keys [query table standard-sql?] :as options} p)

retry-policy-enumclj


schema-update-options-enumclj


table-row->cljclj

(table-row->clj row)
(table-row->clj {:keys [auto-parse]} row)

write-bq-tableclj

(write-bq-table to pcoll)
(write-bq-table to options pcoll)

write-bq-table-rawclj

(write-bq-table-raw to pcoll)
(write-bq-table-raw to options pcoll)

write-bq-table-schemaclj


write-disposition-enumclj


write-method-enumclj

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

× close