congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
Calc.isValid
Code IndexAdd Tabnine to your IDE (free)

How to use
isValid
method
in
org.apache.calcite.rel.core.Calc

Best Java code snippets using org.apache.calcite.rel.core.Calc.isValid (Showing top 2 results out of 315)

origin: Qihoo360/Quicksql

/**
 * Creates a Calc.
 *
 * @param cluster Cluster
 * @param traits Traits
 * @param child Input relation
 * @param program Calc program
 */
protected Calc(
  RelOptCluster cluster,
  RelTraitSet traits,
  RelNode child,
  RexProgram program) {
 super(cluster, traits, child);
 this.rowType = program.getOutputRowType();
 this.program = program;
 assert isValid(Litmus.THROW, null);
}
origin: org.apache.calcite/calcite-core

/**
 * Creates a Calc.
 *
 * @param cluster Cluster
 * @param traits Traits
 * @param child Input relation
 * @param program Calc program
 */
protected Calc(
  RelOptCluster cluster,
  RelTraitSet traits,
  RelNode child,
  RexProgram program) {
 super(cluster, traits, child);
 this.rowType = program.getOutputRowType();
 this.program = program;
 assert isValid(Litmus.THROW, null);
}
org.apache.calcite.rel.coreCalcisValid

Popular methods of Calc

  • getInput
  • getProgram
  • getCluster
  • getRowType
  • getTraitSet
  • copy
  • getDigest
  • sole

Popular in Java

  • Updating database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • scheduleAtFixedRate (Timer)
  • getSupportFragmentManager (FragmentActivity)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • JOptionPane (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now