Liking cljdoc? Tell your friends :D

avro-schema-diff.core


avro-arrayclj

source

avro-array?clj

(avro-array? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro array.

True iff the provided avro-schema is an avro array.
sourceraw docstring

avro-booleanclj

source

avro-boolean?clj

(avro-boolean? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro boolean.

True iff the provided avro-schema is an avro boolean.
sourceraw docstring

avro-bytesclj

source

avro-bytes?clj

(avro-bytes? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro bytes.

True iff the provided avro-schema is an avro bytes.
sourceraw docstring

avro-doubleclj

source

avro-double?clj

(avro-double? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro double.

True iff the provided avro-schema is an avro double.
sourceraw docstring

avro-enumclj

source

avro-enum?clj

(avro-enum? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro enum.

True iff the provided avro-schema is an avro enum.
sourceraw docstring

avro-fixedclj

source

avro-fixed?clj

(avro-fixed? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro fixed.

True iff the provided avro-schema is an avro fixed.
sourceraw docstring

avro-floatclj

source

avro-float?clj

(avro-float? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro float.

True iff the provided avro-schema is an avro float.
sourceraw docstring

avro-intclj

source

avro-int?clj

(avro-int? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro int.

True iff the provided avro-schema is an avro int.
sourceraw docstring

avro-longclj

source

avro-long?clj

(avro-long? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro long.

True iff the provided avro-schema is an avro long.
sourceraw docstring

avro-mapclj

source

avro-map?clj

(avro-map? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro map.

True iff the provided avro-schema is an avro map.
sourceraw docstring

avro-nullclj

source

avro-null?clj

(avro-null? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro null.

True iff the provided avro-schema is an avro null.
sourceraw docstring

avro-recordclj

source

avro-record?clj

(avro-record? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro record.

True iff the provided avro-schema is an avro record.
sourceraw docstring

avro-stringclj

source

avro-string?clj

(avro-string? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro string.

True iff the provided avro-schema is an avro string.
sourceraw docstring

avro-unionclj

source

avro-union?clj

(avro-union? avro-schema__1645__auto__)

True iff the provided avro-schema is an avro union.

True iff the provided avro-schema is an avro union.
sourceraw docstring

AvroRecordcljprotocol

field-name=>field-typesclj

(field-name=>field-types schema)

Returns a map of field names to their types

Returns a map of field names to their types

field-namesclj

(field-names schema)

Returns the field names of this record

Returns the field names of this record

fieldsclj

(fields schema)

Returns the fields of this record

Returns the fields of this record
source

def-avro-typecljmacro

(def-avro-type type)
source

def-avro-type-helpercljmacro

(def-avro-type-helper type)
source

def-avro-type-helperscljmacro

(def-avro-type-helpers & types)
source

def-avro-typescljmacro

(def-avro-types type)
(def-avro-types type & types)
source

def-schema-type-fn?cljmacro

(def-schema-type-fn? type avro-type)
source

def-schema-type?cljmacro

(def-schema-type? type)
source

def-schema-types?cljmacro

(def-schema-types? type)
(def-schema-types? type & types)
source

field-schemaclj

(field-schema f)
source

field-type-changesclj

(field-type-changes rec1 rec2)
source

fields-addedclj

(fields-added rec1 rec2)
source

fields-missingclj

(fields-missing rec1 rec2)
source

make-parse-schemacljmacro

(make-parse-schema type)
source

Namedcljprotocol

nameclj

(name _)

Returns the name of the object

Returns the name of the object
source

parse-schemacljmultimethod

source

schema-typeclj

(schema-type avro-schema)
source

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

× close