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

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

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

origin: Qihoo360/Quicksql

private SqlValidator createSqlValidator(Context context,
  CalciteCatalogReader catalogReader) {
 final SqlOperatorTable opTab0 =
   context.config().fun(SqlOperatorTable.class,
     SqlStdOperatorTable.instance());
 final SqlOperatorTable opTab =
   ChainedSqlOperatorTable.of(opTab0, catalogReader);
 final JavaTypeFactory typeFactory = context.getTypeFactory();
 final SqlConformance conformance = context.config().conformance();
 return new CalciteSqlValidator(opTab, catalogReader, typeFactory,
   conformance);
}
origin: org.apache.kylin/atopcalcite

private SqlValidator createSqlValidator(Context context,
                    CalciteCatalogReader catalogReader) {
 final SqlOperatorTable opTab0 =
   context.config().fun(SqlOperatorTable.class,
     SqlStdOperatorTable.instance());
 final SqlOperatorTable opTab =
   ChainedSqlOperatorTable.of(opTab0, catalogReader);
 final JavaTypeFactory typeFactory = context.getTypeFactory();
 final SqlConformance conformance = context.config().conformance();
 return new CalciteSqlValidator(opTab, catalogReader, typeFactory,
   conformance);
}
origin: org.apache.calcite/calcite-core

private SqlValidator createSqlValidator(Context context,
  CalciteCatalogReader catalogReader) {
 final SqlOperatorTable opTab0 =
   context.config().fun(SqlOperatorTable.class,
     SqlStdOperatorTable.instance());
 final SqlOperatorTable opTab =
   ChainedSqlOperatorTable.of(opTab0, catalogReader);
 final JavaTypeFactory typeFactory = context.getTypeFactory();
 final SqlConformance conformance = context.config().conformance();
 return new CalciteSqlValidator(opTab, catalogReader, typeFactory,
   conformance);
}
org.apache.calcite.configCalciteConnectionConfigfun

Popular methods of CalciteConnectionConfig

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

Popular in Java

  • Creating JSON documents from java classes using gson
  • getExternalFilesDir (Context)
  • setScale (BigDecimal)
  • getSharedPreferences (Context)
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • 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.
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Table (org.hibernate.mapping)
    A relational table
  • Github Copilot alternatives
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