Class TestComparison

java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.functions.operators.TestComparison

public class TestComparison extends io.trino.tempto.ProductTest
  • Constructor Details

    • TestComparison

      public TestComparison()
  • Method Details

    • operandsProvider

      public static Object[][] operandsProvider()
    • testLessThanOperatorExists

      public void testLessThanOperatorExists(String leftOperand, String rightOperand, String typeName)
    • testGreaterThanOperatorExists

      public void testGreaterThanOperatorExists(String leftOperand, String rightOperand, String typeName)
    • testLessThanOrEqualOperatorExists

      public void testLessThanOrEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
    • testGreaterThanOrEqualOperatorExists

      public void testGreaterThanOrEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
    • testEqualOperatorExists

      public void testEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
    • testBetweenOperatorExists

      public void testBetweenOperatorExists(String leftOperand, String rightOperand, String typeName)