Liking cljdoc? Tell your friends :D

cascalog.logic.platform

The execution platform class.

The execution platform class.
raw docstring

*platform*clj


compile-queryclj

(compile-query query)

gen-dispatchclj

(gen-dispatch gen)

Dispatch for the generator multimethod.

Dispatch for the generator multimethod.
raw docstring

generatorcljmultimethod

Accepts some type and returns a platform specific representation that can be used as a generator.

Accepts some type and returns a platform specific representation
that can be used as a generator.
raw docstring

IPlatformcljprotocol

generator-builderclj

(generator-builder p gen fields options)

Returns some source representation.

Returns some source representation.

generator?clj

(generator? p x)

Returns true if the supplied x is a generator, false otherwise.

Returns true if the supplied x is a generator, false
otherwise.

run!clj

(run! p name bindings)

run-to-memory!clj

(run-to-memory! p name queries)

platform-generator?clj

(platform-generator? g)

Evaluates whether there is a method to dispatch to for the generator multimethod.

Evaluates whether there is a method to dispatch to for the
generator multimethod.
raw docstring

set-platform!clj

(set-platform! c)

to-generatorcljmultimethod


with-platformcljmacro

(with-platform platform & body)

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

× close