Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
final class atoti_directquery_jdbc.TableConfig
Config passed toadd_external_table().
array_conversion : MultiColumnArrayConversion | MultiRowArrayConversion | None = None
Config to convert some values spread over multiple columns or rows into array columns.clustering_columns : AbstractSet[str] = frozenset({})
The names of the columns used for clustering. Feeding aggregate providers from an external database can result in very large queries to be run on this database. Clustering columns split up queries made by DirectQuery to the external database when feeding aggregate providers.keys : AbstractSet[str] | FrozenSequence[str] | None = None
The columns that will become the tablekeys.