public interface CalciteConnectionConfig
extends org.apache.calcite.avatica.ConnectionConfig
| Modifier and Type | Field and Description |
|---|---|
static CalciteConnectionConfigImpl |
DEFAULT
Default configuration.
|
authentication, avaticaPassword, avaticaUser, factory, hostnameVerification, httpClientClass, httpClientFactory, kerberosKeytab, kerberosPrincipal, keyPassword, keystore, keystorePassword, schema, serialization, transparentReconnectionEnabled, truststore, truststorePassword, urlstatic final CalciteConnectionConfigImpl DEFAULT
boolean approximateDistinctCount()
CalciteConnectionProperty.APPROXIMATE_DISTINCT_COUNT.boolean approximateTopN()
CalciteConnectionProperty.APPROXIMATE_TOP_N.boolean approximateDecimal()
CalciteConnectionProperty.APPROXIMATE_DECIMAL.boolean nullEqualToEmpty()
CalciteConnectionProperty.NULL_EQUAL_TO_EMPTY.boolean autoTemp()
CalciteConnectionProperty.AUTO_TEMP.boolean materializationsEnabled()
CalciteConnectionProperty.MATERIALIZATIONS_ENABLED.boolean createMaterializations()
CalciteConnectionProperty.CREATE_MATERIALIZATIONS.NullCollation defaultNullCollation()
CalciteConnectionProperty.DEFAULT_NULL_COLLATION.<T> T fun(Class<T> operatorTableClass, T defaultOperatorTable)
CalciteConnectionProperty.FUN,
or a default operator table if not set. If defaultOperatorTable
is not null, the result is never null.@Nullable String model()
CalciteConnectionProperty.MODEL.Lex lex()
CalciteConnectionProperty.LEX.org.apache.calcite.avatica.util.Quoting quoting()
CalciteConnectionProperty.QUOTING.org.apache.calcite.avatica.util.Casing unquotedCasing()
CalciteConnectionProperty.UNQUOTED_CASING.org.apache.calcite.avatica.util.Casing quotedCasing()
CalciteConnectionProperty.QUOTED_CASING.boolean caseSensitive()
CalciteConnectionProperty.CASE_SENSITIVE.<T> T parserFactory(Class<T> parserFactoryClass, T defaultParserFactory)
CalciteConnectionProperty.PARSER_FACTORY,
or a default parser if not set. If defaultParserFactory
is not null, the result is never null.<T> T schemaFactory(Class<T> schemaFactoryClass, T defaultSchemaFactory)
CalciteConnectionProperty.SCHEMA_FACTORY,
or a default schema factory if not set. If defaultSchemaFactory
is not null, the result is never null.JsonSchema.Type schemaType()
CalciteConnectionProperty.SCHEMA_TYPE.boolean spark()
CalciteConnectionProperty.SPARK.boolean forceDecorrelate()
CalciteConnectionProperty.FORCE_DECORRELATE.<T> T typeSystem(Class<T> typeSystemClass, T defaultTypeSystem)
CalciteConnectionProperty.TYPE_SYSTEM,
or a default type system if not set. If defaultTypeSystem
is not null, the result is never null.SqlConformance conformance()
CalciteConnectionProperty.CONFORMANCE.String timeZone()
CalciteConnectionProperty.TIME_ZONE.timeZone in interface org.apache.calcite.avatica.ConnectionConfigString locale()
CalciteConnectionProperty.LOCALE.boolean typeCoercion()
CalciteConnectionProperty.TYPE_COERCION.boolean lenientOperatorLookup()
CalciteConnectionProperty.LENIENT_OPERATOR_LOOKUP.boolean topDownOpt()
CalciteConnectionProperty.TOPDOWN_OPT.Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.