Calcite
AIima
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Calcite Parser 使用 Demo
Calcite 解析SQL Parser 使用 Demo SchemaPlus rootSchema = Frameworks.createRootSchema(true); final FrameworkConfig config = Frameworks.newConfigBuilder() .parserConfig(SqlParser.config...原创 2020-05-07 19:47:10 · 1453 阅读 · 0 评论 -
Calcite RelTrait
Calcite - RelTrait/** * RelTrait represents the manifestation of a relational expression trait within * a trait definition. For example, a {@code CallingConvention.JAVA} is a trait * of the {@link...原创 2020-05-07 19:42:11 · 811 阅读 · 0 评论 -
Calcite RexNode
Calcite - RexNodeRexNode 代表了一个行表达式。常用的 RexNode 类型有 RexLiteral (常量),RexVariable (变量),RexCall (含操作符和操作数的表达式).RexCallAn expression formed by a call to an operator with zero or more expressions as oper...原创 2020-05-07 19:40:37 · 1459 阅读 · 0 评论
分享