D E F G I M N O P R T W 

D

decorrelateExpr(RexNode) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
 
decorrelateQuery(RelNode) - Static method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Decorrelates a query.
decorrelateRel(RelNode) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Fallback if none of the other decorrelateRel methods match.
decorrelateRel(Sort) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Rewrite Sort.
decorrelateRel(Values) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Rewrites a Values.
decorrelateRel(LogicalAggregate) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Rewrites a LogicalAggregate.
decorrelateRel(LogicalProject) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Rewrite LogicalProject.
decorrelateRel(LogicalFilter) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Rewrite LogicalFilter.
decorrelateRel(LogicalCorrelate) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Rewrite Correlator into a left outer join.
decorrelateRel(LogicalJoin) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
Rewrite LogicalJoin.

E

EXTENDED - Static variable in class org.apache.flink.table.calcite.rules.FlinkAggregateJoinTransposeRule
Extended instance of the rule that can push down aggregate functions.

F

FlinkAggregateJoinTransposeRule - Class in org.apache.flink.table.calcite.rules
Copied from AggregateJoinTransposeRule, should be removed once [CALCITE-1544] fixes.
FlinkAggregateJoinTransposeRule(Class<? extends Aggregate>, Class<? extends Join>, RelBuilderFactory, boolean) - Constructor for class org.apache.flink.table.calcite.rules.FlinkAggregateJoinTransposeRule
Creates an FlinkAggregateJoinTransposeRule.
FlinkAggregateJoinTransposeRule(Class<? extends Aggregate>, RelFactories.AggregateFactory, Class<? extends Join>, RelFactories.JoinFactory) - Constructor for class org.apache.flink.table.calcite.rules.FlinkAggregateJoinTransposeRule
Deprecated.
FlinkAggregateJoinTransposeRule(Class<? extends Aggregate>, RelFactories.AggregateFactory, Class<? extends Join>, RelFactories.JoinFactory, boolean) - Constructor for class org.apache.flink.table.calcite.rules.FlinkAggregateJoinTransposeRule
Deprecated.
FlinkAggregateJoinTransposeRule(Class<? extends Aggregate>, RelFactories.AggregateFactory, Class<? extends Join>, RelFactories.JoinFactory, RelFactories.ProjectFactory) - Constructor for class org.apache.flink.table.calcite.rules.FlinkAggregateJoinTransposeRule
Deprecated.
FlinkAggregateJoinTransposeRule(Class<? extends Aggregate>, RelFactories.AggregateFactory, Class<? extends Join>, RelFactories.JoinFactory, RelFactories.ProjectFactory, boolean) - Constructor for class org.apache.flink.table.calcite.rules.FlinkAggregateJoinTransposeRule
Deprecated.
FlinkRelDecorrelator - Class in org.apache.flink.table.calcite.sql2rel
Copied from org.apache.calcite.sql2rel.RelDecorrelator, should be removed once [CALCITE-1543] fixes.
frequency - Variable in class org.apache.flink.table.examples.java.WordCountSQL.WC
 
frequency - Variable in class org.apache.flink.table.examples.java.WordCountTable.WC
 

G

getCompiler_hints() - Method in class org.apache.flink.table.explain.Node
 
getContents() - Method in class org.apache.flink.table.explain.Node
 
getCosts() - Method in class org.apache.flink.table.explain.Node
 
getDriver_strategy() - Method in class org.apache.flink.table.explain.Node
 
getEstimates() - Method in class org.apache.flink.table.explain.Node
 
getGlobal_properties() - Method in class org.apache.flink.table.explain.Node
 
getId() - Method in class org.apache.flink.table.explain.Node
 
getInvoke(RelNode, RelNode) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
 
getLocal_properties() - Method in class org.apache.flink.table.explain.Node
 
getPact() - Method in class org.apache.flink.table.explain.Node
 
getParallelism() - Method in class org.apache.flink.table.explain.Node
 
getPredecessors() - Method in class org.apache.flink.table.explain.Node
 
getSqlExecutionPlan(String, Boolean) - Static method in class org.apache.flink.table.explain.PlanJsonParser
 
getType() - Method in class org.apache.flink.table.explain.Node
 

I

INSTANCE - Static variable in class org.apache.flink.table.calcite.rules.FlinkAggregateJoinTransposeRule
 

M

main(String[]) - Static method in class org.apache.flink.table.examples.java.WordCountSQL
 
main(String[]) - Static method in class org.apache.flink.table.examples.java.WordCountTable
 

N

Node - Class in org.apache.flink.table.explain
 
Node() - Constructor for class org.apache.flink.table.explain.Node
 

O

onMatch(RelOptRuleCall) - Method in class org.apache.flink.table.calcite.rules.FlinkAggregateJoinTransposeRule
 
org.apache.flink.table.api.java - package org.apache.flink.table.api.java
Table API (Java)
A BatchTableEnvironment can be used to create a Table from a DataSet.
org.apache.flink.table.calcite.rules - package org.apache.flink.table.calcite.rules
 
org.apache.flink.table.calcite.sql2rel - package org.apache.flink.table.calcite.sql2rel
 
org.apache.flink.table.examples.java - package org.apache.flink.table.examples.java
 
org.apache.flink.table.explain - package org.apache.flink.table.explain
 

P

PlanJsonParser - Class in org.apache.flink.table.explain
 
PlanJsonParser() - Constructor for class org.apache.flink.table.explain.PlanJsonParser
 

R

removeCorrelationExpr(RexNode, boolean) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
 
removeCorrelationExpr(RexNode, boolean, RexInputRef) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
 
removeCorrelationExpr(RexNode, boolean, Set<Integer>) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
 
removeCorrelationViaRule(RelNode) - Method in class org.apache.flink.table.calcite.sql2rel.FlinkRelDecorrelator
 

T

toString() - Method in class org.apache.flink.table.examples.java.WordCountSQL.WC
 
toString() - Method in class org.apache.flink.table.examples.java.WordCountTable.WC
 

W

word - Variable in class org.apache.flink.table.examples.java.WordCountSQL.WC
 
word - Variable in class org.apache.flink.table.examples.java.WordCountTable.WC
 
WordCountSQL - Class in org.apache.flink.table.examples.java
Simple example that shows how the Batch SQL API is used in Java.
WordCountSQL() - Constructor for class org.apache.flink.table.examples.java.WordCountSQL
 
WordCountSQL.WC - Class in org.apache.flink.table.examples.java
 
WordCountSQL.WC() - Constructor for class org.apache.flink.table.examples.java.WordCountSQL.WC
 
WordCountSQL.WC(String, long) - Constructor for class org.apache.flink.table.examples.java.WordCountSQL.WC
 
WordCountTable - Class in org.apache.flink.table.examples.java
Simple example for demonstrating the use of the Table API for a Word Count in Java.
WordCountTable() - Constructor for class org.apache.flink.table.examples.java.WordCountTable
 
WordCountTable.WC - Class in org.apache.flink.table.examples.java
 
WordCountTable.WC() - Constructor for class org.apache.flink.table.examples.java.WordCountTable.WC
 
WordCountTable.WC(String, long) - Constructor for class org.apache.flink.table.examples.java.WordCountTable.WC
 
D E F G I M N O P R T W 

Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.