DerivedColumn
このコンテンツはまだ日本語訳がありません。
Defined in: types.ts:23
Defines a derived quantity computed from base columns via SQL.
Constraint: sql MUST be a row-local expression — it may only
reference columns from the same row. Window functions (LAG, LEAD,
AVG(…) OVER, ROW_NUMBER OVER, etc.) and correlated subqueries are
NOT supported and will produce incorrect results with incremental queries.
Properties
Section titled “Properties”name:
string
Defined in: types.ts:24
sql:
string
Defined in: types.ts:25
optionalunit:string
Defined in: types.ts:26