Class CollateFunctionKeyExpressionFactoryICU.CollateFunctionKeyExpressionICU
java.lang.Object
com.apple.foundationdb.record.metadata.expressions.BaseKeyExpression
com.apple.foundationdb.record.metadata.expressions.FunctionKeyExpression
com.apple.foundationdb.record.metadata.expressions.CollateFunctionKeyExpression
com.apple.foundationdb.record.icu.CollateFunctionKeyExpressionFactoryICU.CollateFunctionKeyExpressionICU
- All Implemented Interfaces:
AtomKeyExpression,KeyExpression,KeyExpressionWithChild,KeyExpressionWithChildren,QueryableKeyExpression,PlanHashable
- Enclosing class:
- CollateFunctionKeyExpressionFactoryICU
protected static class CollateFunctionKeyExpressionFactoryICU.CollateFunctionKeyExpressionICU
extends CollateFunctionKeyExpression
-
Nested Class Summary
Nested classes/interfaces inherited from class com.apple.foundationdb.record.metadata.expressions.FunctionKeyExpression
FunctionKeyExpression.BiFunctionBuilder, FunctionKeyExpression.Builder, FunctionKeyExpression.Factory, FunctionKeyExpression.RegistryNested classes/interfaces inherited from class com.apple.foundationdb.record.metadata.expressions.BaseKeyExpression
BaseKeyExpression.IllegalSubKeyException, BaseKeyExpression.UnsplittableKeyExpressionExceptionNested classes/interfaces inherited from interface com.apple.foundationdb.record.metadata.expressions.KeyExpression
KeyExpression.DeserializationException, KeyExpression.FanType, KeyExpression.InvalidExpressionException, KeyExpression.InvalidResultException, KeyExpression.NoSuchArgumentException, KeyExpression.SerializationExceptionNested classes/interfaces inherited from interface com.apple.foundationdb.record.PlanHashable
PlanHashable.PlanHashKind, PlanHashable.PlanHashMode -
Field Summary
Fields inherited from class com.apple.foundationdb.record.metadata.expressions.FunctionKeyExpression
arguments, nameFields inherited from interface com.apple.foundationdb.record.PlanHashable
CURRENT_FOR_CONTINUATION, CURRENT_LEGACY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCollateFunctionKeyExpressionICU(String name, KeyExpression arguments) -
Method Summary
Methods inherited from class com.apple.foundationdb.record.metadata.expressions.CollateFunctionKeyExpression
createsDuplicates, evaluateFunction, expand, getCollatorRegistry, getColumnSize, getComparandConversionFunction, getInvariableCollator, getMaxArguments, getMinArguments, getTextCollator, planHash, toValueMethods inherited from class com.apple.foundationdb.record.metadata.expressions.FunctionKeyExpression
basePlanHash, create, equals, equalsAtomic, evaluateMessage, fromProto, getArguments, getChild, getName, groupBy, hashCode, resolveAndEncapsulateFunction, toKeyExpression, toProto, toString, validateMethods inherited from class com.apple.foundationdb.record.metadata.expressions.BaseKeyExpression
getSubKey, getSubKeyImpl, isPrefixKeyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.apple.foundationdb.record.metadata.expressions.KeyExpression
evaluate, evaluateMessage, evaluateMessageSingleton, evaluateSingleton, getSubKey, hasLosslessNormalization, hasProperInterfaces, hasRecordTypeKey, isPrefixKey, needsCopyingToPartialRecord, normalizeKeyForPositions, toKeyExpression, toProto, validate, versionColumnsMethods inherited from interface com.apple.foundationdb.record.metadata.expressions.KeyExpressionWithChild
getChildrenMethods inherited from interface com.apple.foundationdb.record.PlanHashable
planHash, planHashMethods inherited from interface com.apple.foundationdb.record.metadata.expressions.QueryableKeyExpression
evalForOneOfQuery, evalForQuery, evalForQueryAsTuple, getName
-
Constructor Details
-
CollateFunctionKeyExpressionICU
-