congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
Resources$ExInst.str
Code IndexAdd Tabnine to your IDE (free)

How to use
str
method
in
org.apache.calcite.runtime.Resources$ExInst

Best Java code snippets using org.apache.calcite.runtime.Resources$ExInst.str (Showing top 20 results out of 315)

origin: apache/storm

/**
 * Parses a compound identifier with optional type.
 */
 final public void CompoundIdentifierType(List<SqlNode> list, List<SqlNode> extendList) throws ParseException {
  final SqlIdentifier name;
  SqlDataTypeSpec type = null;
  boolean nullable = true;
  name = CompoundIdentifier();
  if (jj_2_154(2)) {
   type = DataType();
      if (!this.conformance.allowExtend()) {
        {if (true) throw new ParseException(RESOURCE.extendNotAllowed().str());}
      }
   if (jj_2_153(2)) {
    jj_consume_token(NOT);
    jj_consume_token(NULL);
        nullable = false;
   } else {
    ;
   }
  } else {
   ;
  }
    if (type != null) {
      extendList.add(name);
      extendList.add(type.withNullable(nullable));
    }
    list.add(name);
 }

origin: apache/storm

/**
 * Parses a compound identifier with optional type.
 */
 final public void CompoundIdentifierType(List<SqlNode> list, List<SqlNode> extendList) throws ParseException {
  final SqlIdentifier name;
  SqlDataTypeSpec type = null;
  boolean nullable = true;
  name = CompoundIdentifier();
  if (jj_2_154(2)) {
   type = DataType();
      if (!this.conformance.allowExtend()) {
        {if (true) throw new ParseException(RESOURCE.extendNotAllowed().str());}
      }
   if (jj_2_153(2)) {
    jj_consume_token(NOT);
    jj_consume_token(NULL);
        nullable = false;
   } else {
    ;
   }
  } else {
   ;
  }
    if (type != null) {
      extendList.add(name);
      extendList.add(type.withNullable(nullable));
    }
    list.add(name);
 }

origin: apache/storm

|| rate.compareTo(ONE_HUNDRED) > 0)
{if (true) throw new ParseException(RESOURCE.invalidSampleSize().str());}
origin: uber/AthenaX

    count = UnsignedNumericLiteralOrParam();
if (!this.conformance.isLimitStartCountAllowed()) {
          {if (true) throw new ParseException(RESOURCE.limitStartCountNotAllowed().str());}
origin: uber/AthenaX

    jj_consume_token(SET_MINUS);
if (!this.conformance.isMinusAllowed()) {
          {if (true) throw new ParseException(RESOURCE.minusNotAllowed().str());}
origin: uber/AthenaX

   jj_consume_token(NE2);
if (!this.conformance.isBangEqualAllowed()) {
      {if (true) throw new ParseException(RESOURCE.bangEqualNotAllowed().str());}
origin: uber/AthenaX

/**
 * Parses a compound identifier with optional type.
 */
 final public void CompoundIdentifierType(List<SqlNode> list, List<SqlNode> extendList) throws ParseException {final SqlIdentifier name;
  SqlDataTypeSpec type = null;
  boolean nullable = true;
  name = CompoundIdentifier();
  if (jj_2_156(2)) {
   type = DataType();
if (!this.conformance.allowExtend()) {
        {if (true) throw new ParseException(RESOURCE.extendNotAllowed().str());}
      }
   if (jj_2_155(2)) {
    jj_consume_token(NOT);
    jj_consume_token(NULL);
nullable = false;
   } else {
    ;
   }
  } else {
   ;
  }
if (type != null) {
      extendList.add(name);
      extendList.add(type.withNullable(nullable));
    }
    list.add(name);
}

origin: apache/storm

|| rate.compareTo(ONE_HUNDRED) > 0)
{if (true) throw new ParseException(RESOURCE.invalidSampleSize().str());}
origin: apache/storm

jj_consume_token(NE2);
 if (!this.conformance.isBangEqualAllowed()) {
   {if (true) throw new ParseException(RESOURCE.bangEqualNotAllowed().str());}
jj_consume_token(PERCENT_REMAINDER);
 if (!this.conformance.isPercentRemainderAllowed()) {
   {if (true) throw new ParseException(RESOURCE.percentRemainderNotAllowed().str());}
origin: apache/storm

jj_consume_token(GEOMETRY);
 if (!this.conformance.allowGeometry()) {
   {if (true) throw new ParseException(RESOURCE.geometryDisabled().str());}
origin: apache/storm

e2 = TableRef2(true);
  if (!this.conformance.isApplyAllowed()) {
    {if (true) throw new ParseException(RESOURCE.applyNotAllowed().str());}
e2 = TableRef2(true);
  if (!this.conformance.isApplyAllowed()) {
    {if (true) throw new ParseException(RESOURCE.applyNotAllowed().str());}
origin: apache/storm

count = UnsignedNumericLiteral();
    if (!this.conformance.isLimitStartCountAllowed()) {
      {if (true) throw new ParseException(RESOURCE.limitStartCountNotAllowed().str());}
origin: apache/storm

jj_consume_token(GEOMETRY);
 if (!this.conformance.allowGeometry()) {
   {if (true) throw new ParseException(RESOURCE.geometryDisabled().str());}
origin: apache/storm

count = UnsignedNumericLiteral();
    if (!this.conformance.isLimitStartCountAllowed()) {
      {if (true) throw new ParseException(RESOURCE.limitStartCountNotAllowed().str());}
origin: apache/storm

jj_consume_token(NE2);
 if (!this.conformance.isBangEqualAllowed()) {
   {if (true) throw new ParseException(RESOURCE.bangEqualNotAllowed().str());}
jj_consume_token(PERCENT_REMAINDER);
 if (!this.conformance.isPercentRemainderAllowed()) {
   {if (true) throw new ParseException(RESOURCE.percentRemainderNotAllowed().str());}
origin: apache/storm

e2 = TableRef2(true);
  if (!this.conformance.isApplyAllowed()) {
    {if (true) throw new ParseException(RESOURCE.applyNotAllowed().str());}
e2 = TableRef2(true);
  if (!this.conformance.isApplyAllowed()) {
    {if (true) throw new ParseException(RESOURCE.applyNotAllowed().str());}
origin: apache/storm

jj_consume_token(SET_MINUS);
    if (!this.conformance.isMinusAllowed()) {
      {if (true) throw new ParseException(RESOURCE.minusNotAllowed().str());}
origin: apache/storm

jj_consume_token(SET_MINUS);
    if (!this.conformance.isMinusAllowed()) {
      {if (true) throw new ParseException(RESOURCE.minusNotAllowed().str());}
origin: apache/storm

jj_consume_token(NE2);
 if (!this.conformance.isBangEqualAllowed()) {
   {if (true) throw new ParseException(RESOURCE.bangEqualNotAllowed().str());}
origin: apache/storm

jj_consume_token(NE2);
 if (!this.conformance.isBangEqualAllowed()) {
   {if (true) throw new ParseException(RESOURCE.bangEqualNotAllowed().str());}
org.apache.calcite.runtimeResources$ExInststr

Popular methods of Resources$ExInst

  • ex
  • getProperties
  • validateException

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSystemService (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • JTextField (javax.swing)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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