Liking cljdoc? Tell your friends :D

sqlingvo.ksql.parser


aliased-relationclj/s

(aliased-relation aliased-relation)

Returns the AST node for an aliased relation.

Returns the AST node for an aliased relation.
sourceraw docstring

array-typeclj/s

(array-type [definition :as array-type])

Returns the AST node for an array type.

Returns the AST node for an array type.
sourceraw docstring

asclj/s

(as alias)
(as expr alias)

Returns the AST node for an AS clause.

Returns the AST node for an AS clause.
sourceraw docstring

base-typeclj/s

(base-type base-type)

Returns the AST node for a base type.

Returns the AST node for a base type.
sourceraw docstring

column-typeclj/s

(column-type type)

Returns the AST node for a column type.

Returns the AST node for a column type.
sourceraw docstring

create-sink-connectorclj/s

(create-sink-connector db name)

Returns the AST node for a CREATE SINK CONNECTOR statement.

Returns the AST node for a CREATE SINK CONNECTOR statement.
sourceraw docstring

create-source-connectorclj/s

(create-source-connector db name)

Returns the AST node for a CREATE SOURCE CONNECTOR statement.

Returns the AST node for a CREATE SOURCE CONNECTOR statement.
sourceraw docstring

create-streamclj/s

(create-stream db stream body)

Returns the AST node for a CREATE STREAM statement.

Returns the AST node for a CREATE STREAM statement.
sourceraw docstring

create-tableclj/s

(create-table db table body)

Returns the AST node for a CREATE TABLE statement.

Returns the AST node for a CREATE TABLE statement.
sourceraw docstring

create-typeclj/s

(create-type db name type)

Returns the AST node for a CREATE TYPE statement.

Returns the AST node for a CREATE TYPE statement.
sourceraw docstring

delete-topicclj/s

(delete-topic delete-topic)

Returns the AST node for the DELETE TOPIC clause.

Returns the AST node for the DELETE TOPIC clause.
sourceraw docstring

drop-connectorclj/s

(drop-connector db connector)

Returns the AST node for a DROP CONNECTOR statement.

Returns the AST node for a DROP CONNECTOR statement.
sourceraw docstring

drop-streamclj/s

(drop-stream db stream)

Returns the AST node for a DROP STREAM statement.

Returns the AST node for a DROP STREAM statement.
sourceraw docstring

drop-tableclj/s

(drop-table db table)

Returns the AST node for a DROP TABLE statement.

Returns the AST node for a DROP TABLE statement.
sourceraw docstring

drop-typeclj/s

(drop-type db name)

Returns the AST node for a DROP TYPE statement.

Returns the AST node for a DROP TYPE statement.
sourceraw docstring

emitclj/s

(emit materialization)

Returns the AST node for the EMIT clause.

Returns the AST node for the EMIT clause.
sourceraw docstring

expressionclj/s

(expression expr)

Returns the AST node for an expression.

Returns the AST node for an expression.
sourceraw docstring

fromclj/s

(from from)

Returns the AST node for the FROM clause.

Returns the AST node for the FROM clause.
sourceraw docstring

function-callclj/s

(function-call expr)

Returns the AST node for a function call.

Returns the AST node for a function call.
sourceraw docstring

group-byclj/s

(group-by expressions)

Returns the AST node for a GROUP BY clause.

Returns the AST node for a GROUP BY clause.
sourceraw docstring

havingclj/s

(having expr)

Returns the AST node for the HAVING clause.

Returns the AST node for the HAVING clause.
sourceraw docstring

identifierclj/s

(identifier expr)

Returns the AST node for an identifier.

Returns the AST node for an identifier.
sourceraw docstring

if-existsclj/s

(if-exists if-exists)

Returns the AST node for an IF EXISTS clause.

Returns the AST node for an IF EXISTS clause.
sourceraw docstring

insertclj/s

(insert db table columns)

Returns the AST node for an INSERT statement.

Returns the AST node for an INSERT statement.
sourceraw docstring

insert-columnsclj/s

(insert-columns columns)

Returns the AST node for the insert columns.

Returns the AST node for the insert columns.
sourceraw docstring

joinclj/s

(join table condition type)

Returns the AST node for a JOIN clause.

Returns the AST node for a JOIN clause.
sourceraw docstring

join-typeclj/s

(join-type type)

Returns the AST node for a join type.

Returns the AST node for a join type.
sourceraw docstring

limitclj/s

(limit limit)

Returns the AST node the LIMIT clause.

Returns the AST node the LIMIT clause.
sourceraw docstring

listclj/s

(list db type)

Returns the AST node for a LIST statement.

Returns the AST node for a LIST statement.
sourceraw docstring

literalclj/s

(literal expr)

Returns the AST node a literal.

Returns the AST node a literal.
sourceraw docstring

map-typeclj/s

(map-type definition)

Returns the AST node for a map type.

Returns the AST node for a map type.
sourceraw docstring

order-byclj/s

(order-by columns)

Returns the AST node for the ORDER BY clause.

Returns the AST node for the ORDER BY clause.
sourceraw docstring

partition-byclj/s

(partition-by expr)

Returns the AST node for the PARTITION BY clause.

Returns the AST node for the PARTITION BY clause.
sourceraw docstring

printclj/s

(print db clause)

Returns the AST node for the PRINT statement.

Returns the AST node for the PRINT statement.
sourceraw docstring

queryclj/s

(query db selection)

Returns the AST node for the SELECT statement.

Returns the AST node for the SELECT statement.
sourceraw docstring

relationclj/s

(relation relation)

Returns the AST node for a relation.

Returns the AST node for a relation.
sourceraw docstring

relation-primaryclj/s

(relation-primary relation-primary)

Returns the AST node for a primary relation.

Returns the AST node for a primary relation.
sourceraw docstring

result-materializationclj/s

(result-materialization result-materialization)

Returns the AST node for the RESULT MATERIALIZATION clause.

Returns the AST node for the RESULT MATERIALIZATION clause.
sourceraw docstring

select-itemclj/s

(select-item item)

Returns the AST node for a select item.

Returns the AST node for a select item.
sourceraw docstring

select-itemsclj/s

(select-items items)

Returns the AST node for select items.

Returns the AST node for select items.
sourceraw docstring

showclj/s

(show db type)

Returns the AST node for the SHOW statement.

Returns the AST node for the SHOW statement.
sourceraw docstring

source-nameclj/s

(source-name source)

Returns the AST node for a source name.

Returns the AST node for a source name.
sourceraw docstring

struct-fieldclj/s

(struct-field [name type :as field])

Returns the AST node for a struct field.

Returns the AST node for a struct field.
sourceraw docstring

struct-typeclj/s

(struct-type [type fields :as struct-type])

Returns the AST node for a struct type.

Returns the AST node for a struct type.
sourceraw docstring

table-elementclj/s

(table-element [name type :as element])

Returns the AST node for a table element.

Returns the AST node for a table element.
sourceraw docstring

table-elementsclj/s

(table-elements elements)

Returns the AST node for table elements.

Returns the AST node for table elements.
sourceraw docstring

terminateclj/s

(terminate db query)

Returns the AST node for a TERMINATE statement.

Returns the AST node for a TERMINATE statement.
sourceraw docstring

valueclj/s

(value columns value)

Returns the AST node for a value.

Returns the AST node for a value.
sourceraw docstring

valuesclj/s

(values columns values)

Returns the AST node for a VALUES clause.

Returns the AST node for a VALUES clause.
sourceraw docstring

whereclj/s

(where expr)

Returns the AST node for the WHERE clause.

Returns the AST node for the WHERE clause.
sourceraw docstring

windowclj/s

(window type expressions)

Returns the AST node for a WINDOW clause.

Returns the AST node for a WINDOW clause.
sourceraw docstring

window-expressionclj/s

(window-expression expression)

Returns the AST node for a window expression.

Returns the AST node for a window expression.
sourceraw docstring

window-typeclj/s

(window-type type)

Returns the AST node for a window type.

Returns the AST node for a window type.
sourceraw docstring

withclj/s

(with opts)

Returns the AST node for the WITH clause.

Returns the AST node for the WITH clause.
sourceraw docstring

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

× close