Class ElasticsearchFilter.PredicateAnalyzerTranslator

  • Enclosing class:
    ElasticsearchFilter

    static class ElasticsearchFilter.PredicateAnalyzerTranslator
    extends java.lang.Object
    New version of translator which uses visitor pattern and allow to process more complex (boolean) predicates.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.fasterxml.jackson.databind.ObjectMapper mapper  
    • Constructor Summary

      Constructors 
      Constructor Description
      PredicateAnalyzerTranslator​(com.fasterxml.jackson.databind.ObjectMapper mapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String translateMatch​(RexNode condition)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait