Class ColumnNames

java.lang.Object
com.vaadin.flow.component.ai.chart.ColumnNames
All Implemented Interfaces:
Serializable

public final class ColumnNames extends Object implements Serializable
Column name constants used by DefaultDataConverter for pattern matching. These names are the expected SQL column aliases that the LLM should produce in its queries.

All names are lowercase and prefixed with "_" to avoid collisions with real database column names.

Author:
Vaadin Ltd
See Also: