public static class FlinkCalciteClasses.SqlKindDelegate extends Object
Constructor and Description |
---|
SqlKindDelegate() |
Modifier and Type | Method and Description |
---|---|
Object |
and() |
Object |
equals() |
Object |
greaterThan() |
Object |
greaterThanOrEqual() |
Object |
in() |
Object |
isNotNull() |
Object |
isNull() |
Object |
lessThan() |
Object |
lessThanOrEqual() |
Object |
not() |
Object |
notEquals() |
Object |
or() |
public SqlKindDelegate() throws ClassNotFoundException
ClassNotFoundException
public Object or() throws NoSuchFieldException, IllegalAccessException
public Object and() throws NoSuchFieldException, IllegalAccessException
public Object equals() throws NoSuchFieldException, IllegalAccessException
public Object notEquals() throws NoSuchFieldException, IllegalAccessException
public Object lessThan() throws NoSuchFieldException, IllegalAccessException
public Object lessThanOrEqual() throws NoSuchFieldException, IllegalAccessException
public Object greaterThan() throws NoSuchFieldException, IllegalAccessException
public Object greaterThanOrEqual() throws NoSuchFieldException, IllegalAccessException
public Object in() throws NoSuchFieldException, IllegalAccessException
public Object isNull() throws NoSuchFieldException, IllegalAccessException
public Object isNotNull() throws NoSuchFieldException, IllegalAccessException
public Object not() throws NoSuchFieldException, IllegalAccessException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.