Interface Operator

All Known Implementing Classes:
OperatorBinary, OperatorUnary, OperatorVarArgs

public interface Operator
  • Method Summary

    Modifier and Type
    Method
    Description
    com.aerospike.client.exp.Exp
    exp(com.aerospike.client.exp.Exp... expressions)
     
    static boolean
    isBoolean(Operator operator)
     
    static boolean
    isVarArgs(Operator operator)
     
    static Operator
    parsed(org.apache.calcite.sql.SqlOperator op)
     
  • Method Details

    • exp

      com.aerospike.client.exp.Exp exp(com.aerospike.client.exp.Exp... expressions)
    • parsed

      static Operator parsed(org.apache.calcite.sql.SqlOperator op)
    • isBoolean

      static boolean isBoolean(Operator operator)
    • isVarArgs

      static boolean isVarArgs(Operator operator)