Liking cljdoc? Tell your friends :D

metabase.sync.analyze.classifiers.name

Classifier that infers the special type of a Field based on its name and base type.

Classifier that infers the special type of a Field based on its name and base type.
raw docstring

infer-and-assoc-special-typeclj

(infer-and-assoc-special-type field-or-column _)

Inputs: [field-or-column :- FieldOrColumn _ :- (s/maybe i/Fingerprint)] Returns: (s/maybe FieldOrColumn)

Returns field-or-column with a computed special type based on the name and base type of the field-or-column

Inputs: [field-or-column :- FieldOrColumn _ :- (s/maybe i/Fingerprint)]
Returns: (s/maybe FieldOrColumn)

Returns `field-or-column` with a computed special type based on the name and base type of the `field-or-column`
sourceraw docstring

infer-entity-typeclj

(infer-entity-type table)

Inputs: [table :- i/TableInstance] Returns: i/TableInstance

Classifer that infers the special type of a TABLE based on its name.

Inputs: [table :- i/TableInstance]
Returns: i/TableInstance

Classifer that infers the special type of a TABLE based on its name.
sourceraw docstring

infer-special-typeclj

(infer-special-type field-or-column)

Inputs: [field-or-column :- FieldOrColumn] Returns: (s/maybe s/Keyword)

Classifer that infers the special type of a FIELD based on its name and base type.

Inputs: [field-or-column :- FieldOrColumn]
Returns: (s/maybe s/Keyword)

Classifer that infers the special type of a FIELD based on its name and base type.
sourceraw docstring

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

× close