Tabnine Logo
CalciteConnectionConfig.spark
Code IndexAdd Tabnine to your IDE (free)

How to use
spark
method
in
org.apache.calcite.config.CalciteConnectionConfig

Best Java code snippets using org.apache.calcite.config.CalciteConnectionConfig.spark (Showing top 6 results out of 315)

origin: Qihoo360/Quicksql

 public CalcitePrepare.SparkHandler spark() {
  final boolean enable = config().spark();
  return CalcitePrepare.Dummy.getSparkHandler(enable);
 }
}
origin: Qihoo360/Quicksql

 public CalcitePrepare.SparkHandler spark() {
  final boolean enable = config().spark();
  return CalcitePrepare.Dummy.getSparkHandler(enable);
 }
};
origin: org.apache.calcite/calcite-core

 public CalcitePrepare.SparkHandler spark() {
  final boolean enable = config().spark();
  return CalcitePrepare.Dummy.getSparkHandler(enable);
 }
};
origin: org.apache.calcite/calcite-core

 public CalcitePrepare.SparkHandler spark() {
  final boolean enable = config().spark();
  return CalcitePrepare.Dummy.getSparkHandler(enable);
 }
}
origin: Qihoo360/Quicksql

public DataContext createDataContext(Map<String, Object> parameterValues,
  CalciteSchema rootSchema) {
 if (config().spark()) {
  return new SlimDataContext();
 }
 return new DataContextImpl(this, parameterValues, rootSchema);
}
origin: org.apache.calcite/calcite-core

public DataContext createDataContext(Map<String, Object> parameterValues,
  CalciteSchema rootSchema) {
 if (config().spark()) {
  return new SlimDataContext();
 }
 return new DataContextImpl(this, parameterValues, rootSchema);
}
org.apache.calcite.configCalciteConnectionConfigspark

Popular methods of CalciteConnectionConfig

  • caseSensitive
  • defaultNullCollation
  • quotedCasing
  • quoting
  • timeZone
  • unquotedCasing
  • typeSystem
  • autoTemp
  • conformance
  • forceDecorrelate
  • fun
  • materializationsEnabled
  • fun,
  • materializationsEnabled,
  • parserFactory,
  • approximateDecimal,
  • approximateDistinctCount,
  • approximateTopN,
  • createMaterializations,
  • model,
  • schema,
  • schemaFactory

Popular in Java

  • Creating JSON documents from java classes using gson
  • getContentResolver (Context)
  • getSupportFragmentManager (FragmentActivity)
  • startActivity (Activity)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top Vim 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