Uses of Class
io.activej.aggregation.fieldtype.FieldType
Packages that use FieldType
Package
Description
-
Uses of FieldType in io.activej.aggregation
Methods in io.activej.aggregation that return types with arguments of type FieldTypeMethod parameters in io.activej.aggregation with type arguments of type FieldTypeModifier and TypeMethodDescriptionAggregationPredicate.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateAlwaysFalse.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateAlwaysTrue.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateAnd.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateBetween.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateEq.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateGe.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateGt.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateHas.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateIn.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateLe.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateLt.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateNot.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateNotEq.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateOr.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.PredicateRegexp.createPredicate(Expression record, Map<String, FieldType> fields) AggregationPredicates.toRangeScan(AggregationPredicate predicate, List<String> primaryKey, Map<String, FieldType> fields) -
Uses of FieldType in io.activej.aggregation.fieldtype
Methods in io.activej.aggregation.fieldtype that return FieldTypeModifier and TypeMethodDescriptionFieldTypes.ofBoolean()FieldTypes.ofByte()FieldTypes.ofChar()FieldTypes.ofDouble()FieldTypes.ofFloat()FieldTypes.ofHyperLogLog()FieldTypes.ofInt()FieldTypes.ofLocalDate()FieldTypes.ofLocalDate(LocalDate startDate) FieldTypes.ofLong()FieldTypes.ofShort()FieldTypes.ofString()FieldTypes.ofString(io.activej.serializer.StringFormat format) Methods in io.activej.aggregation.fieldtype with parameters of type FieldType -
Uses of FieldType in io.activej.aggregation.measure
Fields in io.activej.aggregation.measure declared as FieldTypeMethods in io.activej.aggregation.measure that return FieldTypeMethods in io.activej.aggregation.measure with parameters of type FieldTypeModifier and TypeMethodDescriptionstatic Measurestatic Measurestatic Measurestatic Measurestatic MeasureConstructors in io.activej.aggregation.measure with parameters of type FieldType -
Uses of FieldType in io.activej.aggregation.ot
Methods in io.activej.aggregation.ot that return FieldTypeModifier and TypeMethodDescriptionAggregationStructure.getKeyType(String key) AggregationStructure.getMeasureType(String field) Methods in io.activej.aggregation.ot that return types with arguments of type FieldTypeModifier and TypeMethodDescriptionAggregationStructure.getKeyTypes()AggregationStructure.getMeasureTypes()Methods in io.activej.aggregation.ot with parameters of type FieldTypeModifier and TypeMethodDescriptionAggregationStructure.withIgnoredMeasure(String measureId, FieldType measureType) -
Uses of FieldType in io.activej.aggregation.util
Method parameters in io.activej.aggregation.util with type arguments of type FieldTypeModifier and TypeMethodDescriptionstatic <K extends Comparable>
Class<K>Utils.createKeyClass(Map<String, FieldType> keys, DefiningClassLoader classLoader) static <T> Class<T>Utils.createRecordClass(Map<String, FieldType> keys, Map<String, FieldType> fields, DefiningClassLoader classLoader)