Tabnine Logo
ExecutionFactory.supportsElementaryOlapOperations
Code IndexAdd Tabnine to your IDE (free)

How to use
supportsElementaryOlapOperations
method
in
org.teiid.translator.ExecutionFactory

Best Java code snippets using org.teiid.translator.ExecutionFactory.supportsElementaryOlapOperations (Showing top 11 results out of 315)

origin: teiid/teiid

/**
 * @return true if nth_value is supported.
 *   defaults to {@link #supportsElementaryOlapOperations()}
 * @since 11.1
 */
public boolean supportsWindowFunctionNthValue() {
  return supportsElementaryOlapOperations();
}
origin: teiid/teiid

/**
 * @return true if ntile is supported.
 *   defaults to {@link #supportsElementaryOlapOperations()}
 * @since 11.1
 */
public boolean supportsWindowFunctionNtile() {
  return supportsElementaryOlapOperations();
}

origin: teiid/teiid

/**
 * 
 * @param function
 * @return true if the window frame clause is supported
 */
public boolean supportsWindowFrameClause() {
  return supportsElementaryOlapOperations();
}

origin: teiid/teiid

/**
 * @return true if percent_rank is supported.
 *   defaults to {@link #supportsElementaryOlapOperations()}
 * @since 11.1
 */
public boolean supportsWindowFunctionPercentRank() {
  return supportsElementaryOlapOperations();
}

origin: teiid/teiid

/**
 * @return true if all aggregates can have window function order by clauses.
 * @since 7.5
 */
public boolean supportsWindowOrderByWithAggregates() {
  return supportsElementaryOlapOperations();
}

origin: teiid/teiid

/**
 * @return true if distinct aggregates can be windowed function.
 * @since 7.6
 */
public boolean supportsWindowDistinctAggregates() {
  return supportsElementaryOlapOperations();
}

origin: teiid/teiid

/**
 * @return true if cume_dist is supported.
 *   defaults to {@link #supportsElementaryOlapOperations()}
 * @since 11.1
 */
public boolean supportsWindowFunctionCumeDist() {
  return supportsElementaryOlapOperations();
}
origin: teiid/teiid

@TranslatorProperty(display="Supports OLAP Operations", advanced=true)
@Override
public boolean supportsElementaryOlapOperations() {
  if (supportsElementaryOlapOperations != null) {
    return supportsElementaryOlapOperations;
  }
  return delegate.supportsElementaryOlapOperations();
}
public void setSupportsElementaryOlapOperations(boolean value) {
origin: org.jboss.teiid/teiid-engine

tgtCaps.setCapabilitySupport(Capability.COMMON_TABLE_EXPRESSIONS, srcCaps.supportsCommonTableExpressions());
tgtCaps.setCapabilitySupport(Capability.RECURSIVE_COMMON_TABLE_EXPRESSIONS, srcCaps.supportsRecursiveCommonTableExpressions());
tgtCaps.setCapabilitySupport(Capability.ELEMENTARY_OLAP, srcCaps.supportsElementaryOlapOperations());
setSupports(connectorID, tgtCaps, Capability.ADVANCED_OLAP, srcCaps.supportsAdvancedOlapOperations(), Capability.ELEMENTARY_OLAP);
setSupports(connectorID, tgtCaps, Capability.WINDOW_FUNCTION_ORDER_BY_AGGREGATES, srcCaps.supportsWindowOrderByWithAggregates(), Capability.ELEMENTARY_OLAP);
origin: org.teiid/teiid-engine

tgtCaps.setCapabilitySupport(Capability.COMMON_TABLE_EXPRESSIONS, srcCaps.supportsCommonTableExpressions());
setSupports(connectorID, tgtCaps, Capability.RECURSIVE_COMMON_TABLE_EXPRESSIONS, srcCaps.supportsRecursiveCommonTableExpressions(), Capability.COMMON_TABLE_EXPRESSIONS);
tgtCaps.setCapabilitySupport(Capability.ELEMENTARY_OLAP, srcCaps.supportsElementaryOlapOperations());
tgtCaps.setCapabilitySupport(Capability.QUERY_WINDOW_FUNCTION_NTILE, srcCaps.supportsWindowFunctionNtile());
tgtCaps.setCapabilitySupport(Capability.QUERY_WINDOW_FUNCTION_PERCENT_RANK, srcCaps.supportsWindowFunctionPercentRank());
origin: teiid/teiid

tgtCaps.setCapabilitySupport(Capability.COMMON_TABLE_EXPRESSIONS, srcCaps.supportsCommonTableExpressions());
setSupports(connectorID, tgtCaps, Capability.RECURSIVE_COMMON_TABLE_EXPRESSIONS, srcCaps.supportsRecursiveCommonTableExpressions(), Capability.COMMON_TABLE_EXPRESSIONS);
tgtCaps.setCapabilitySupport(Capability.ELEMENTARY_OLAP, srcCaps.supportsElementaryOlapOperations());
tgtCaps.setCapabilitySupport(Capability.QUERY_WINDOW_FUNCTION_NTILE, srcCaps.supportsWindowFunctionNtile());
tgtCaps.setCapabilitySupport(Capability.QUERY_WINDOW_FUNCTION_PERCENT_RANK, srcCaps.supportsWindowFunctionPercentRank());
org.teiid.translatorExecutionFactorysupportsElementaryOlapOperations

Popular methods of ExecutionFactory

  • start
  • createExecution
  • getMetadata
  • isSourceRequired
  • areLobsUsableAfterClose
  • closeConnection
  • getCacheDirective
  • getCollationLocale
  • getConnection
  • getDefaultNullOrder
  • getDirectQueryProcedureName
  • getExcludedCommonTableExpressionName
  • getDirectQueryProcedureName,
  • getExcludedCommonTableExpressionName,
  • getMaxDependentInPredicates,
  • getMaxFromGroups,
  • getMaxInCriteriaSize,
  • getPushDownFunctions,
  • getRequiredLikeEscape,
  • getSupportedFunctions,
  • getSupportedJoinCriteria,
  • getTransactionSupport

Popular in Java

  • Start an intent from android
  • setContentView (Activity)
  • scheduleAtFixedRate (Timer)
  • onRequestPermissionsResult (Fragment)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top Sublime Text 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