Liking cljdoc? Tell your friends :D

metabase.sync.analyze.classifiers.no-preview-display

Classifier that decides whether a Field should be marked 'No Preview Display'. (This means Fields are generally not shown in Table results and the like, but still shown in a single-row object detail page.)

Classifier that decides whether a Field should be marked 'No Preview Display'.
(This means Fields are generally not shown in Table results and the like, but
still shown in a single-row object detail page.)
raw docstring

infer-no-preview-displayclj

(infer-no-preview-display field fingerprint)

Inputs: [field :- i/FieldInstance fingerprint :- (s/maybe i/Fingerprint)] Returns: (s/maybe i/FieldInstance)

Classifier that determines whether FIELD should be marked 'No Preview Display'. If FIELD is textual and its average length is too great, mark it so it isn't displayed in the UI.

Inputs: [field :- i/FieldInstance fingerprint :- (s/maybe i/Fingerprint)]
Returns: (s/maybe i/FieldInstance)

Classifier that determines whether FIELD should be marked 'No Preview Display'.
 If FIELD is textual and its average length is too great, mark it so it isn't displayed in the UI.
sourceraw docstring

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

× close