Liking cljdoc? Tell your friends :D

qbits.hayt

This namespace contains aliases for qbits.dsl.*, qbits.fns and qbits.utils

This namespace contains aliases for qbits.dsl.*, qbits.fns and qbits.utils
raw docstring

->rawclj

Compiles a hayt query into its raw string value

Compiles a hayt query into its raw string value
sourceraw docstring

?clj

? can be used as a query value to mark a prepared statement value ex: (select :foo (where [[> :foo ?] [< :foo 2]]]))

? can be used as a query value to mark a prepared statement value
ex:    (select :foo
           (where [[> :foo ?]
                   [< :foo 2]]]))
sourceraw docstring

add-columnclj

(add-column identifier type)

Clause: takes a table identifier and a column type

Clause: takes a table identifier and a column type
sourceraw docstring

allow-filteringclj

(allow-filtering)
(allow-filtering value)

Clause: sets ALLOW FILTERING on select queries, defaults to true is used without a value

Clause: sets ALLOW FILTERING on select queries, defaults to true is
used without a value
sourceraw docstring

alter-columnclj

(alter-column identifier type)

Clause: takes a table identifier and a column type

Clause: takes a table identifier and a column type
sourceraw docstring

alter-column-familycljdeprecated

source

alter-columnfamilyclj

(alter-columnfamily columnfamily & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#alterTableStmt

Takes a columnfamiliy identifier and additional clause arguments:

  • alter-column
  • add-column
  • alter-column
  • rename-column
  • drop-column
  • with
http://cassandra.apache.org/doc/old/CQL-3.0.html#alterTableStmt

Takes a columnfamiliy identifier and additional clause arguments:

* alter-column
* add-column
* alter-column
* rename-column
* drop-column
* with
sourceraw docstring

alter-keyspaceclj

(alter-keyspace keyspace & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#alterKeyspaceStmt

Takes a keyspace identifier and a with clause.

http://cassandra.apache.org/doc/old/CQL-3.0.html#alterKeyspaceStmt

Takes a keyspace identifier and a `with` clause.
sourceraw docstring

alter-tableclj

(alter-table table & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#alterTableStmt

Takes a table identifier and additional clause arguments:

  • alter-column
  • add-column
  • alter-column
  • rename-column
  • drop-column
  • with
http://cassandra.apache.org/doc/old/CQL-3.0.html#alterTableStmt

Takes a table identifier and additional clause arguments:

* alter-column
* add-column
* alter-column
* rename-column
* drop-column
* with
sourceraw docstring

alter-typeclj

(alter-type type & clauses)
http://cassandra.apache.org/doc/old/CQL-3.0.html#alterTypeStmt
sourceraw docstring

alter-userclj

(alter-user user & clauses)

Takes clauses:

  • password
  • superuser (defaults to false)
Takes clauses:
* password
* superuser (defaults to false)
sourceraw docstring

appendclj

Append/conjoin element to Map/Set/List

Append/conjoin element to Map/Set/List
sourceraw docstring

asclj

(as selector id)

Aliases a column (selector) to another identifier (id)

Aliases a column (selector) to another identifier (id)
sourceraw docstring

ascii->blobclj

(ascii->blob x__1775__auto__)
Converts ascii to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

batchclj

(batch & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#batchStmt

Takes hayt queries optional clauses:

  • queries
  • using
  • counter
  • logged
http://cassandra.apache.org/doc/old/CQL-3.0.html#batchStmt

Takes hayt queries  optional clauses:
* queries
* using
* counter
* logged 
sourceraw docstring

bigint->blobclj

(bigint->blob x__1775__auto__)
Converts bigint to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->asciiclj

(blob->ascii x__1775__auto__)
Converts blob to ascii.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->bigintclj

(blob->bigint x__1775__auto__)
Converts blob to bigint.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->booleanclj

(blob->boolean x__1775__auto__)
Converts blob to boolean.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->counterclj

(blob->counter x__1775__auto__)
Converts blob to counter.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->decimalclj

(blob->decimal x__1775__auto__)
Converts blob to decimal.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->doubleclj

(blob->double x__1775__auto__)
Converts blob to double.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->floatclj

(blob->float x__1775__auto__)
Converts blob to float.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->inetclj

(blob->inet x__1775__auto__)
Converts blob to inet.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->intclj

(blob->int x__1775__auto__)
Converts blob to int.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->textclj

(blob->text x__1775__auto__)
Converts blob to text.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->timestampclj

(blob->timestamp x__1775__auto__)
Converts blob to timestamp.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->timeuuidclj

(blob->timeuuid x__1775__auto__)
Converts blob to timeuuid.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->uuidclj

(blob->uuid x__1775__auto__)
Converts blob to uuid.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->varcharclj

(blob->varchar x__1775__auto__)
Converts blob to varchar.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

blob->varintclj

(blob->varint x__1775__auto__)
Converts blob to varint.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

boolean->blobclj

(boolean->blob x__1775__auto__)
Converts boolean to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

column-definitionsclj

(column-definitions column-definitions)

Clause: Takes a map of columns definitions (keys are identifiers , values, types), to be used with create-table.

Clause: Takes a map of columns definitions (keys are identifiers ,
values, types), to be used with create-table.
sourceraw docstring

columnsclj

(columns & columns)

Clause: takes columns identifiers ex: (columns :foo "bar" :baz)

Clause: takes columns identifiers
ex: (columns :foo "bar" :baz) 
sourceraw docstring

containsclj

contains can be used as a query value to mark CONTAINS in where clause ex: (select :foo (where [[contains :foo ...]]]))

`contains` can be used as a query value to mark CONTAINS in where clause
ex:    (select :foo (where [[contains :foo  ...]]]))
sourceraw docstring

contains-keyclj

contains-key can be used as a query value to mark CONTAINS-KEY in where clause ex: (select :foo (where [[contains :foo ...]]]))

`contains-key` can be used as a query value to mark CONTAINS-KEY in where clause
ex:    (select :foo (where [[contains :foo  ...]]]))
sourceraw docstring

count*clj

Returns a count(*) CQL function

Returns a count(*) CQL function
sourceraw docstring

count1clj

Returns a count(1) CQL function

Returns a count(1) CQL function
sourceraw docstring

counterclj

(counter)
(counter value)

Clause: Sets COUNTER attribute on BATCH queries

Clause: Sets COUNTER attribute on BATCH queries
sourceraw docstring

counter->blobclj

(counter->blob x__1775__auto__)
Converts counter to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

cql-fnclj

(cql-fn name & args)

Calls supplied function by name, with the supplied args

Calls supplied function by name, with the supplied args
sourceraw docstring

cql-nsclj

(cql-ns & xs)

handles namespaced identifiers

handles namespaced identifiers
sourceraw docstring

cql-rawclj

(cql-raw x)

Allows to pass raw (assumed safe) content, no escaping will be applied.

Allows to pass raw (assumed safe) content, no escaping will be applied.
sourceraw docstring

create-indexclj

(create-index table name & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#createIndexStmt

Takes a table identifier and additional clause arguments:

  • index-column
  • index-name
  • custom
  • on (overwrites table id)
http://cassandra.apache.org/doc/old/CQL-3.0.html#createIndexStmt

Takes a table identifier and additional clause arguments:

* index-column
* index-name
* custom
* on (overwrites table id)
sourceraw docstring

create-keyspaceclj

(create-keyspace keyspace & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#createKeyspaceStmt

Takes a keyspace identifier and clauses:

  • with
http://cassandra.apache.org/doc/old/CQL-3.0.html#createKeyspaceStmt

Takes a keyspace identifier and clauses:
* with
sourceraw docstring

create-tableclj

(create-table table & clauses)

Takes a table identifier and additional clause arguments:

  • column-definitions
  • with
Takes a table identifier and additional clause arguments:

* column-definitions
* with
sourceraw docstring

create-triggerclj

(create-trigger trigger table using)
http://cassandra.apache.org/doc/old/CQL-3.0.html#createTriggerStmt
sourceraw docstring

create-typeclj

(create-type type & clauses)
http://cassandra.apache.org/doc/old/CQL-3.0.html#createTypeStmt
sourceraw docstring

create-userclj

(create-user user & clauses)

Takes clauses:

  • password
  • superuser (defaults to false)
Takes clauses:
* password
* superuser (defaults to false)
sourceraw docstring

customclj

(custom)
(custom x)

Clause: Sets CUSTOM status on create-index query

Clause: Sets CUSTOM status on create-index query
sourceraw docstring

date->epochclj

(date->epoch d)
source

date-ofcljdeprecated

(date-of x)

DEPRECATED: USE to-date instead http://cassandra.apache.org/doc/old/CQL-3.0.html#timeuuidFun

Returns a dateOf function with the supplied argument

DEPRECATED: USE to-date instead
  http://cassandra.apache.org/doc/old/CQL-3.0.html#timeuuidFun

Returns a dateOf function with the supplied argument
sourceraw docstring

dec-byclj

Decrement counter by x, usable in values and set-columns

Decrement counter by x, usable in `values` and `set-columns`
sourceraw docstring

decimal->blobclj

(decimal->blob x__1775__auto__)
Converts decimal to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

deleteclj

(delete table & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#deleteStmt

Takes a table identifier and additional clause arguments:

  • columns (defaults to *)
  • using
  • where
  • only-if
http://cassandra.apache.org/doc/old/CQL-3.0.html#deleteStmt

Takes a table identifier and additional clause arguments:

* columns (defaults to *)
* using
* where
* only-if
sourceraw docstring

distinct*clj

(distinct* & xs)

Returns DISTINCT column id ex: (select :table (columns (distinct :foo)))

Returns DISTINCT column id ex: `(select :table (columns (distinct :foo)))`
sourceraw docstring

double->blobclj

(double->blob x__1775__auto__)
Converts double to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

drop-columnclj

(drop-column id)

Clause: Takes a column Identifier

Clause: Takes a column Identifier
sourceraw docstring

drop-columnfamilyclj

(drop-columnfamily cf & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#dropTableStmt

Takes a column family identifier and additional clauses:

  • if-exists
http://cassandra.apache.org/doc/old/CQL-3.0.html#dropTableStmt

Takes a column family identifier and additional clauses:
* if-exists
sourceraw docstring

drop-indexclj

(drop-index index & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#dropIndexStmt

Takes an index identifier and additional clauses:

  • if-exists
http://cassandra.apache.org/doc/old/CQL-3.0.html#dropIndexStmt

Takes an index identifier and additional clauses:
* if-exists
sourceraw docstring

drop-keyspaceclj

(drop-keyspace keyspace & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#dropKeyspaceStmt

Takes a keyspace identifier and additional clauses:

  • if-exists
http://cassandra.apache.org/doc/old/CQL-3.0.html#dropKeyspaceStmt

Takes a keyspace identifier and additional clauses:
* if-exists
sourceraw docstring

drop-tableclj

(drop-table table & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#dropTableStmt

Takes a table identifier and additional clauses:

  • if-exists
http://cassandra.apache.org/doc/old/CQL-3.0.html#dropTableStmt

Takes a table identifier and additional clauses:
* if-exists
sourceraw docstring

drop-triggerclj

(drop-trigger trigger table)

http://cassandra.apache.org/doc/old/CQL-3.0.html#dropTriggerStmt

Takes a trigger identifier and a table identifier

http://cassandra.apache.org/doc/old/CQL-3.0.html#dropTriggerStmt

Takes a trigger identifier and a table identifier
sourceraw docstring

drop-typeclj

(drop-type type & clauses)

http://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlRefDropType.html

Takes a type identifier and additional clauses:

  • if-exists
http://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlRefDropType.html

Takes a type identifier and additional clauses:
* if-exists
sourceraw docstring

drop-userclj

(drop-user user & clauses)

Takes a user identifier

  • if-exists
Takes a user identifier
* if-exists
sourceraw docstring

float->blobclj

(float->blob x__1775__auto__)
Converts float to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

frozenclj

Generates a frozen type definition, takes n arguments

Generates a frozen type definition, takes n arguments
sourceraw docstring

grantclj

(grant perm & clauses)

Takes clauses:

  • resource
  • user
Takes clauses:
* resource
* user
sourceraw docstring

if-existsclj

(if-exists)
(if-exists b)

Clause: Apply only if the target exists

Clause: Apply only if the target exists
sourceraw docstring

if-not-existsclj

(if-not-exists)
(if-not-exists b)

DEPRECATED use (if-exists false) Clause: Apply only if the row does not exist

DEPRECATED use (if-exists false)
Clause: Apply only if the row does not exist
sourceraw docstring

inclj

in can be used as a query value to mark IN in where clause ex: (select :foo (where [[in :foo [1 2 3]]]))

`in` can be used as a query value to mark IN in where clause
ex:    (select :foo (where [[in :foo  [1 2 3]]]))
sourceraw docstring

inc-byclj

Increment counter by x, usable in values and set-columns

Increment counter by x, usable in `values` and `set-columns`
sourceraw docstring

index-nameclj

(index-name value)

Clause: Takes an index identifier

Clause: Takes an index identifier
sourceraw docstring

inet->blobclj

(inet->blob x__1775__auto__)
Converts inet to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

insertclj

(insert table & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#insertStmt

Takes a table identifier and additional clause arguments:

  • values
  • using
  • if-exists
http://cassandra.apache.org/doc/old/CQL-3.0.html#insertStmt

Takes a table identifier and additional clause arguments:
* values
* using
* if-exists
sourceraw docstring

int->blobclj

(int->blob x__1775__auto__)
Converts int to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

limitclj

(limit n)

Clause: Sets LIMIT, takes a numeric value

Clause: Sets LIMIT, takes a numeric value
sourceraw docstring

list-permclj

(list-perm & clauses)

Takes clauses:

  • perm (defaults to ALL if not supplied)
  • user
  • resource
  • recursive (defaults to true)
Takes clauses:
* perm (defaults to ALL if not supplied)
* user
* resource
* recursive (defaults to true)
sourceraw docstring

list-typeclj

Generates a list type definition, takes a single argument indicating the list elements type

Generates a list type definition, takes a single argument
indicating the list elements type
sourceraw docstring

list-usersclj

(list-users)
sourceraw docstring

loggedclj

(logged)
(logged value)

Clause: Sets LOGGED/UNLOGGED attribute on BATCH queries

Clause: Sets LOGGED/UNLOGGED attribute on BATCH queries
sourceraw docstring

map-typeclj

Generates a map type definition, takes 2 arguments, for key and value types

Generates a map type definition, takes 2 arguments, for key and
value types
sourceraw docstring

max-timeuuidclj

(max-timeuuid date)
http://cassandra.apache.org/doc/old/CQL-3.0.html#timeuuidFun
sourceraw docstring

min-timeuuidclj

(min-timeuuid date)
http://cassandra.apache.org/doc/old/CQL-3.0.html#timeuuidFun
sourceraw docstring

nowclj

Returns a now() CQL function

Returns a now() CQL function
sourceraw docstring

only-ifclj

(only-if args)

Clause: takes a map or a vector of pairs (same as where) to compose the if clause of a update/delete query

Clause: takes a map or a vector of pairs (same as `where`) to compose the if
clause of a update/delete query
sourceraw docstring

only-if'clj

(only-if' & args)

Clause: takes a map or a vector of pairs (same as where) to compose the if clause of a update/delete query

Clause: takes a map or a vector of pairs (same as `where`) to compose the if
clause of a update/delete query
sourceraw docstring

order-byclj

(order-by & columns)

Clause: takes vectors of 2 elements, where the first is the column identifier and the second is the ordering as keyword. ex: (order-by [:asc :desc])

Clause: takes vectors of 2 elements, where the first is the column
identifier and the second is the ordering as keyword.
ex: (order-by [:asc :desc])
sourceraw docstring

passwordclj

(password value)

Clause: To be used with alter-user and create-user, sets password

Clause: To be used with alter-user and create-user, sets password
sourceraw docstring

permclj

(perm value)

Clause: Sets permission to be listed with list-perm

Clause: Sets permission to be listed with list-perm
sourceraw docstring

prependclj

Prepend element to List

Prepend element to List
sourceraw docstring

queriesclj

(queries & queries)

Clause: takes hayt queries to be executed during a batch operation.

Clause: takes hayt queries to be executed during a batch operation.
sourceraw docstring

recursiveclj

(recursive)
(recursive value)

Clause: Sets recusivity on list-perm (LIST PERMISSION) queries

Clause: Sets recusivity on list-perm (LIST PERMISSION) queries
sourceraw docstring

rename-columnclj

(rename-column old-name new-name)

Clause: rename from old-name to new-name

Clause: rename from old-name to new-name
sourceraw docstring

resourceclj

(resource value)

Clause: Sets resource to be modified/used with grant or list-perm

Clause: Sets resource to be modified/used with grant or list-perm
sourceraw docstring

revokeclj

(revoke perm & clauses)

Takes clauses:

  • resource
  • user
Takes clauses:
* resource
* user
sourceraw docstring

selectclj

(select table & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#selectStmt

Takes a table identifier and additional clause arguments:

  • columns (defaults to *)
  • where
  • order-by
  • limit
  • only-if
http://cassandra.apache.org/doc/old/CQL-3.0.html#selectStmt

Takes a table identifier and additional clause arguments:

* columns (defaults to *)
* where
* order-by
* limit
* only-if
sourceraw docstring

set-columnsclj

(set-columns values)
(set-columns x y & more)

Clause: Takes a map of columns to be updated

Clause: Takes a map of columns to be updated
sourceraw docstring

set-typeclj

Generates a set type definition, takes a single argument indicating the set elements type

Generates a set type definition, takes a single argument indicating
the set elements type
sourceraw docstring

superuserclj

(superuser)
(superuser value)

Clause: To be used with alter-user and create-user, sets superuser status

Clause: To be used with alter-user and create-user, sets superuser status
sourceraw docstring

text->blobclj

(text->blob x__1775__auto__)
Converts text to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

timestamp->blobclj

(timestamp->blob x__1775__auto__)
Converts timestamp to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

timeuuid->blobclj

(timeuuid->blob x__1775__auto__)
Converts timeuuid to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

to-dateclj

(to-date x)

http://cassandra.apache.org/doc/old/CQL-3.0.html#timeFun

Converts the timestamp/timeuuid argument into a date type

http://cassandra.apache.org/doc/old/CQL-3.0.html#timeFun

Converts the timestamp/timeuuid argument into a date type
sourceraw docstring

to-timestampclj

(to-timestamp x)

http://cassandra.apache.org/doc/old/CQL-3.0.html#timeFun

Converts the timestamp/timeuuid argument into a timestamp type

http://cassandra.apache.org/doc/old/CQL-3.0.html#timeFun

Converts the timestamp/timeuuid argument into a timestamp type
sourceraw docstring

to-unix-timestampclj

(to-unix-timestamp x)

http://cassandra.apache.org/doc/old/CQL-3.0.html#timeFun

Converts the timestamp/timeuuid/date argument into a bigInt raw value

http://cassandra.apache.org/doc/old/CQL-3.0.html#timeFun

Converts the timestamp/timeuuid/date argument into a bigInt raw value
sourceraw docstring

tokenclj

(token & tokens)

http://cassandra.apache.org/doc/old/CQL-3.0.html#selectStmt

Returns a token function with the supplied argument

http://cassandra.apache.org/doc/old/CQL-3.0.html#selectStmt

Returns a token function with the supplied argument
sourceraw docstring

truncateclj

(truncate table)
http://cassandra.apache.org/doc/old/CQL-3.0.html#truncateStmt

Takes a table identifier.
sourceraw docstring

ttlclj

(ttl x)

http://cassandra.apache.org/doc/old/CQL-3.0.html#selectStmt

Returns a TTL function with the supplied argument

http://cassandra.apache.org/doc/old/CQL-3.0.html#selectStmt

Returns a TTL function with the supplied argument
sourceraw docstring

tuple-typeclj

Generates a tuple type definition, takes n arguments

Generates a tuple type definition, takes n arguments
sourceraw docstring

unix-timestamp-ofcljdeprecated

(unix-timestamp-of x)

DEPRECATED: USE to-unix-timestamp instead http://cassandra.apache.org/doc/old/CQL-3.0.html#timeuuidFun

Returns a unixTimestampOf function with the supplied argument

DEPRECATED: USE to-unix-timestamp instead
  http://cassandra.apache.org/doc/old/CQL-3.0.html#timeuuidFun

Returns a unixTimestampOf function with the supplied argument
sourceraw docstring

updateclj

(update table & clauses)

http://cassandra.apache.org/doc/old/CQL-3.0.html#updateStmt

Takes a table identifier and additional clause arguments:

  • using
  • set-columns
  • where
  • only-if
  • if-exists
http://cassandra.apache.org/doc/old/CQL-3.0.html#updateStmt

Takes a table identifier and additional clause arguments:

* using
* set-columns
* where
* only-if
* if-exists
sourceraw docstring

use-keyspaceclj

(use-keyspace keyspace)
http://cassandra.apache.org/doc/old/CQL-3.0.html#useStmt

Takes a keyspace identifier
sourceraw docstring

userclj

(user value)

Clause: Sets user to be modified/used with grant or list-perm

Clause: Sets user to be modified/used with grant or list-perm
sourceraw docstring

user-typeclj

(user-type m)

Marks a map as User Data Type

Marks a map as User Data Type
sourceraw docstring

usingclj

(using opts)
(using x y & more)

Clause: Sets USING, takes keyword/value pairs for :timestamp and :ttl

Clause: Sets USING, takes keyword/value pairs for :timestamp and :ttl
sourceraw docstring

uuid->blobclj

(uuid->blob x__1775__auto__)
Converts uuid to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

valuesclj

(values values)
(values x y & more)

Clause: Takes a map of columns to be inserted

Clause: Takes a map of columns to be inserted
sourceraw docstring

varchar->blobclj

(varchar->blob x__1775__auto__)
Converts varchar to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

varint->blobclj

(varint->blob x__1775__auto__)
Converts varint to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

whereclj

(where args)

Clause: takes a map or a vector of pairs to compose the where clause of a select/update/delete query

Clause: takes a map or a vector of pairs to compose the where
clause of a select/update/delete query
sourceraw docstring

where'clj

(where' & args)

Same as where but for people who prefer unrolled args

Same as `where` but for people who prefer unrolled args
sourceraw docstring

where1clj

(where1 args)
(where1 x y & more)

backward compatible with hayt 1.0 and 2.0 betas

backward compatible with hayt 1.0 and 2.0 betas
sourceraw docstring

withclj

(with values)
(with x y & more)

Clause: compiles to a CQL with clause (possibly nested maps)

Clause: compiles to a CQL with clause (possibly nested maps)
sourceraw docstring

writetimeclj

(writetime x)

http://cassandra.apache.org/doc/old/CQL-3.0.html#selectStmt

Returns a WRITETIME function with the supplied argument

http://cassandra.apache.org/doc/old/CQL-3.0.html#selectStmt

Returns a WRITETIME function with the supplied argument
sourceraw docstring

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

× close