Package org.drools.model.functions
Interface HashedExpression
-
public interface HashedExpressionRepresents a lambda expression with a stable fingerprint. This field is used by org.drools.model.functions.IntrospectableLambda to leverage some features such as FromNode sharing. See org.drools.compiler.integrationtests.operators.FromTest#testFromSharing and org.drools.compiler.integrationtests.operators.FromOnlyExecModelTest#testFromSharingWithNativeImage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpressionHash()
-
-
-
Method Detail
-
getExpressionHash
String getExpressionHash()
-
-