Package com.atlan.model.fields
Class InternalNumericField
java.lang.Object
com.atlan.model.fields.AtlanField
com.atlan.model.fields.SearchableField
com.atlan.model.fields.NumericField
com.atlan.model.fields.InternalNumericField
- All Implemented Interfaces:
IInternalSearchable
,INumericallySearchable
,ISearchable
Represents any field in Atlan that can be searched using only numeric search operations,
and can also be searched against a special internal field directly within Atlan.
-
Field Summary
Fields inherited from class com.atlan.model.fields.NumericField
inLineage
Fields inherited from interface com.atlan.model.fields.ISearchable
EMBEDDED_SOURCE_VALUE
-
Constructor Summary
ConstructorDescriptionInternalNumericField
(String atlan, String internal, String numeric) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the internal field for this attribute in Atlan.Methods inherited from class com.atlan.model.fields.NumericField
avg, between, eq, getNumericFieldName, gt, gte, lt, lte, max, min, sum
Methods inherited from class com.atlan.model.fields.SearchableField
bucketBy, bucketBy, count, distinct, distinct, getElasticFieldName, hasAnyValue, order
Methods inherited from class com.atlan.model.fields.AtlanField
getAtlanFieldName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlan.model.fields.ISearchable
bucketBy, bucketBy
-
Constructor Details
-
InternalNumericField
Default constructor.- Parameters:
atlan
- name of the attribute in the metastoreinternal
- name of the internal searchable attribute in the metastorenumeric
- name of the numeric field in the search index
-
-
Method Details
-
getInternalFieldName
Description copied from interface:IInternalSearchable
Returns the name of the internal field for this attribute in Atlan.- Specified by:
getInternalFieldName
in interfaceIInternalSearchable
- Returns:
- the field name for the internal (searchable) field in Atlan for this attribute
-