Class JethroDataSqlDialect.JethroSupportedFunction

  • Enclosing class:
    JethroDataSqlDialect

    static class JethroDataSqlDialect.JethroSupportedFunction
    extends java.lang.Object
    Information about a function supported by Jethro.
    • Constructor Summary

      Constructors 
      Constructor Description
      JethroSupportedFunction​(java.lang.String name, java.lang.String operands)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean argumentsMatch​(java.util.List<RelDataType> paramTypes)  
      private SqlTypeName parse​(java.lang.String strType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • operandTypes

        private final java.util.List<SqlTypeName> operandTypes
    • Constructor Detail

      • JethroSupportedFunction

        JethroSupportedFunction​(java.lang.String name,
                                java.lang.String operands)
    • Method Detail

      • parse

        private SqlTypeName parse​(java.lang.String strType)
      • argumentsMatch

        boolean argumentsMatch​(java.util.List<RelDataType> paramTypes)