Interface HashedExpression


public interface HashedExpression
Represents 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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getExpressionHash

      String getExpressionHash()