1234567891011121314151617181920 |
- # Copyright Materialize, Inc. and contributors. All rights reserved.
- #
- # Use of this software is governed by the Business Source License
- # included in the LICENSE file at the root of this repository.
- #
- # As of the Change Date specified in that file, in accordance with
- # the Business Source License, use of this software will be governed
- # by the Apache License, Version 2.0.
- HORIZONTAL_LAYOUT_WHEN_NOT_AGGREGATED = 0.9
- HORIZONTAL_LAYOUT_WHEN_AGGREGATED = 0.1
- CREATE_COMPLEX_EXPRESSION = 0.2
- RESTRICT_VERTICAL_LAYOUT_TO_ROWS_DISABLED_FOR_ALL_SOURCES = 0.1
- RESTRICT_VERTICAL_LAYOUT_TO_ROWS_DISABLED_FOR_SOURCE = 0.3
- RESTRICT_VERTICAL_LAYOUT_ONLY_TO_FEW_ROWS = 0.8
- GENERATE_WHERE_EXPRESSION = 0.1
- INCLUDE_COLUMN_IN_FIRST_TABLE = 0.75
- INCLUDE_COLUMN_IN_OTHER_TABLE = 0.4
- COLUMN_SELECTION_ADDITIONAL_CHANCE_FOR_FIRST_TABLE = 0.5
- NO_SOURCE_MINIMIZATION = 0.1
|