123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2005, 2018
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- # This properties file contains default configuration attributes for all
- # relational data sources. Any data source that is different must override
- # the value in their own properties file.
- #
- #
- # Tables
- #
- tables.lateral.derived=false
- #
- # Clauses.
- #
- clauses.TableSampleSystem=
- clauses.TableSampleBernoulli=
- clauses.ForSystemTimeAsOf=
- clauses.ForSystemTimeFrom=
- clauses.ForSystemTimeBetween=
- #
- # Aggregates
- #
- aggregates.PercentileCont[any,any]=
- aggregates.PercentileDisc[any,any]=
- #
- # Linear regression aggregates
- #
- aggregates.Corr[any,any]=
- aggregates.CovarPop[any,any]=
- aggregates.CovarSamp[any,any]=
- #
- # Array scalar functions.
- #
- functions.Cardinality[any]=
|