Tabnine Logo
RexTableInputRef.getTableRef
Code IndexAdd Tabnine to your IDE (free)

How to use
getTableRef
method
in
org.apache.calcite.rex.RexTableInputRef

Best Java code snippets using org.apache.calcite.rex.RexTableInputRef.getTableRef (Showing top 9 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew ArrayList()
  • Codota Iconnew LinkedList()
  • Smart code suggestions by Tabnine
}
origin: apache/hive

 return null;
List<Integer> cols = tabToOriginColumns.get(inputRef.getTableRef());
if (cols == null) {
 cols = new ArrayList<>();
tabToOriginColumns.put(inputRef.getTableRef(), cols);
origin: Qihoo360/Quicksql

 @Override public Void visitTableInputRef(RexTableInputRef ref) {
  occurrences.add(ref.getTableRef());
  return super.visitTableInputRef(ref);
 }
};
origin: org.apache.calcite/calcite-core

 @Override public Void visitTableInputRef(RexTableInputRef ref) {
  occurrences.add(ref.getTableRef());
  return super.visitTableInputRef(ref);
 }
};
origin: Qihoo360/Quicksql

 @Override public RexNode visitTableInputRef(RexTableInputRef inputRef) {
  if (ec != null) {
   Set<RexTableInputRef> s = ec.get(inputRef);
   if (s != null) {
    inputRef = s.iterator().next();
   }
  }
  if (tableMapping != null) {
   inputRef = RexTableInputRef.of(
     tableMapping.get(inputRef.getTableRef()),
     inputRef.getIndex(),
     inputRef.getType());
  }
  return inputRef;
 }
};
origin: Qihoo360/Quicksql

 @Override public RexNode visitTableInputRef(RexTableInputRef inputRef) {
  if (tableMapping != null) {
   inputRef = RexTableInputRef.of(
     tableMapping.get(inputRef.getTableRef()),
     inputRef.getIndex(),
     inputRef.getType());
  }
  if (ec != null) {
   Set<RexTableInputRef> s = ec.get(inputRef);
   if (s != null) {
    inputRef = s.iterator().next();
   }
  }
  return inputRef;
 }
};
origin: org.apache.calcite/calcite-core

 @Override public RexNode visitTableInputRef(RexTableInputRef inputRef) {
  if (ec != null) {
   Set<RexTableInputRef> s = ec.get(inputRef);
   if (s != null) {
    inputRef = s.iterator().next();
   }
  }
  if (tableMapping != null) {
   inputRef = RexTableInputRef.of(
     tableMapping.get(inputRef.getTableRef()),
     inputRef.getIndex(),
     inputRef.getType());
  }
  return inputRef;
 }
};
origin: org.apache.calcite/calcite-core

 @Override public RexNode visitTableInputRef(RexTableInputRef inputRef) {
  if (tableMapping != null) {
   inputRef = RexTableInputRef.of(
     tableMapping.get(inputRef.getTableRef()),
     inputRef.getIndex(),
     inputRef.getType());
  }
  if (ec != null) {
   Set<RexTableInputRef> s = ec.get(inputRef);
   if (s != null) {
    inputRef = s.iterator().next();
   }
  }
  return inputRef;
 }
};
origin: org.apache.calcite/calcite-core

  e.getKey().getTableRef());
RexTableInputRef queryColumnRef = RexTableInputRef.of(queryTableRef,
  e.getKey().getIndex(), e.getKey().getType());
queryToViewTableMapping.put(e.getValue().getTableRef(),
  e.getValue().getTableRef()); // identity
origin: Qihoo360/Quicksql

  e.getKey().getTableRef());
RexTableInputRef queryColumnRef = RexTableInputRef.of(queryTableRef,
  e.getKey().getIndex(), e.getKey().getType());
queryToViewTableMapping.put(e.getValue().getTableRef(),
  e.getValue().getTableRef()); // identity
org.apache.calcite.rexRexTableInputRefgetTableRef

Popular methods of RexTableInputRef

  • getIndex
  • of
  • <init>
  • getIdentifier
  • getQualifiedName
  • getType
  • toString

Popular in Java

  • Making http requests using okhttp
  • putExtra (Intent)
  • runOnUiThread (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Socket (java.net)
    Provides a client-side TCP socket.
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JFrame (javax.swing)
  • Top 15 Vim Plugins
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