Liking cljdoc? Tell your friends :D

qbits.hayt.fns


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__1792__auto__)
Converts ascii to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

bigint->blobclj

(bigint->blob x__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__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__1792__auto__)
Converts boolean to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
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

counter->blobclj

(counter->blob x__1792__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

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

decimal->blobclj

(decimal->blob x__1792__auto__)
Converts decimal to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
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__1792__auto__)
Converts double to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
sourceraw docstring

float->blobclj

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

inet->blobclj

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

int->blobclj

(int->blob x__1792__auto__)
Converts int to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
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

text->blobclj

(text->blob x__1792__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__1792__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__1792__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

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

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

uuid->blobclj

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

varchar->blobclj

(varchar->blob x__1792__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__1792__auto__)
Converts varint to blob.
See https://github.com/apache/cassandra/blob/trunk/doc/cql3/CQL.textile#functions
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