Codota Logo
RexPatternFieldRef.<init>
Code IndexAdd Codota to your IDE (free)

How to use
org.apache.calcite.rex.RexPatternFieldRef
constructor

Best Java code snippets using org.apache.calcite.rex.RexPatternFieldRef.<init> (Showing top 6 results out of 315)

  • Common ways to obtain RexPatternFieldRef
private void myMethod () {
RexPatternFieldRef r =
  • Codota IconString alpha;RexNode rexNode;RexPatternFieldRef.of(alpha, (RexInputRef)rexNode)
  • Smart code suggestions by Codota
}
origin: Qihoo360/Quicksql

public static RexPatternFieldRef of(String alpha, int index, RelDataType type) {
 return new RexPatternFieldRef(alpha, index, type);
}
origin: org.apache.calcite/calcite-core

public static RexPatternFieldRef of(String alpha, int index, RelDataType type) {
 return new RexPatternFieldRef(alpha, index, type);
}
origin: Qihoo360/Quicksql

/**
 * Creates a reference to a given field of the pattern.
 *
 * @param alpha the pattern name
 * @param type Type of field
 * @param i    Ordinal of field
 * @return Reference to field of pattern
 */
public RexPatternFieldRef makePatternFieldRef(String alpha, RelDataType type, int i) {
 type = SqlTypeUtil.addCharsetAndCollation(type, typeFactory);
 return new RexPatternFieldRef(alpha, i, type);
}
origin: org.apache.calcite/calcite-core

/**
 * Creates a reference to a given field of the pattern.
 *
 * @param alpha the pattern name
 * @param type Type of field
 * @param i    Ordinal of field
 * @return Reference to field of pattern
 */
public RexPatternFieldRef makePatternFieldRef(String alpha, RelDataType type, int i) {
 type = SqlTypeUtil.addCharsetAndCollation(type, typeFactory);
 return new RexPatternFieldRef(alpha, i, type);
}
origin: Qihoo360/Quicksql

public static RexPatternFieldRef of(String alpha, RexInputRef ref) {
 return new RexPatternFieldRef(alpha, ref.getIndex(), ref.getType());
}
origin: org.apache.calcite/calcite-core

public static RexPatternFieldRef of(String alpha, RexInputRef ref) {
 return new RexPatternFieldRef(alpha, ref.getIndex(), ref.getType());
}
org.apache.calcite.rexRexPatternFieldRef<init>

Popular methods of RexPatternFieldRef

  • of
  • getAlpha
  • getIndex

Popular in Java

  • Reactive rest calls using spring rest template
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getContentResolver (Context)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • JPanel (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now