congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
CalciteResource.illegalQueryExpression
Code IndexAdd Tabnine to your IDE (free)

How to use
illegalQueryExpression
method
in
org.apache.calcite.runtime.CalciteResource

Best Java code snippets using org.apache.calcite.runtime.CalciteResource.illegalQueryExpression (Showing top 12 results out of 315)

origin: apache/storm

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: apache/storm

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: uber/AthenaX

void checkQueryExpression(ExprContext exprContext) throws ParseException {switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: dremio/dremio-oss

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: org.apache.drill.exec/drill-java-exec

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: com.alibaba.blink/flink-sql-parser

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: hortonworks/streamline

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: Qihoo360/Quicksql

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: org.apache.calcite/calcite-core

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: qubole/quark

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: org.apache.calcite/calcite-core

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
origin: hortonworks/streamline

void checkQueryExpression(ExprContext exprContext) throws ParseException {
 switch (exprContext) {
 case ACCEPT_NON_QUERY:
 case ACCEPT_SUB_QUERY:
 case ACCEPT_CURSOR:
   throw SqlUtil.newContextException(getPos(),
     RESOURCE.illegalQueryExpression());
 }
}
org.apache.calcite.runtimeCalciteResourceillegalQueryExpression

Popular methods of CalciteResource

  • applyNotAllowed
  • bangEqualNotAllowed
  • identifierTooLong
  • illegalBinaryString
  • illegalCursorExpression
  • illegalFromEmpty
  • illegalMinusDate
  • illegalNonQueryExpression
  • illegalOrderBy
  • illegalRowExpression
  • invalidSampleSize
  • minusNotAllowed
  • invalidSampleSize,
  • minusNotAllowed,
  • unicodeEscapeUnexpected,
  • unknownCharacterSet,
  • extendNotAllowed,
  • geometryDisabled,
  • limitStartCountNotAllowed,
  • percentRemainderNotAllowed,
  • illegalIntervalLiteral

Popular in Java

  • Reading from database using SQL prepared statement
  • compareTo (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setRequestProperty (URLConnection)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Best plugins for Eclipse
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