Liking cljdoc? Tell your friends :D

lazy-tables.impl

Implementation details encoding the lazy relational algebra. Not intended for public use; may change at any time.

Implementation details encoding the lazy relational algebra. Not intended for public use; may change at any time.
raw docstring

FFclj

Vacuously false predicate.

@(select FF tab) === []

Vacuously false predicate.

@(select FF tab) === []
sourceraw docstring

predclj

(pred f)

Wrap a clojure function in a predicate type -- not typically necessary as the apis all accept Clojure IFns

Wrap a clojure function in a predicate type -- not typically necessary
as the apis all accept Clojure IFns
sourceraw docstring

projclj

(proj f)

Wrap a clojure function in a projection type -- not typically necessary as the apis all accept Clojure IFns.

Wrap a clojure function in a projection type -- not typically necessary
as the apis all accept Clojure IFns.
sourceraw docstring

projectclj

(project projection table)

Lazily apply a projection to a table.

Lazily apply a projection to a table.
sourceraw docstring

selectclj

(select predicate table)

Lazily apply a selection to a table.

Lazily apply a selection to a table.
sourceraw docstring

TTclj

Vacuously true predicate.

@(select TT table) === @table

Vacuously true predicate.

@(select TT table) === @table
sourceraw docstring

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

× close