 
Search Java Classes and Packages
Search Java Frameworks and Libraries
 
  
    
      
      
      #Org.apache.calcite.sql.util Classes and Interfaces - 10 results found. 
        
      | Name | Description | Type | Package | Framework | 
| ChainedSqlOperatorTable | ChainedSqlOperatorTable implements the SqlOperatorTable interface by chaining together any number of underlying operator table instances. | Class | org.apache.calcite.sql.util | Calcite | 
|
| ListSqlOperatorTable |  | Class | org.apache.calcite.sql.util | Calcite | 
|
| ReflectiveSqlOperatorTable | ReflectiveSqlOperatorTable implements the SqlOperatorTable interface by reflecting the public fields of a subclass. | Class | org.apache.calcite.sql.util | Calcite | 
|
| SqlBasicVisitor | Basic implementation of SqlVisitor which does nothing at each node. | Class | org.apache.calcite.sql.util | Calcite | 
|
| SqlBasicVisitor .ArgHandler | Returns the result of visiting all children of a call to an operator, then the call itself. | Interface | org.apache.calcite.sql.util.SqlBasicVisitor | Calcite | 
|
| SqlBasicVisitor .ArgHandlerImpl | Default implementation of SqlBasicVisitor. | Class | org.apache.calcite.sql.util.SqlBasicVisitor | Calcite | 
|
| SqlBuilder | Extension to StringBuilder for the purposes of creating SQL queries Using this class helps to prevent SQL injection attacks, incorrectly | Class | org.apache.calcite.sql.util | Calcite | 
|
| SqlShuttle | Basic implementation of SqlVisitor which returns each leaf node This class is useful as a base class for classes which implement the | Class | org.apache.calcite.sql.util | Calcite | 
|
| SqlString | String that represents a kocher SQL statement, expression, or fragment. | Class | org.apache.calcite.sql.util | Calcite | 
|
| SqlVisitor | Visitor class, follows the The type parameter R is the return type of each | Interface | org.apache.calcite.sql.util | Calcite | 
|