Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.32 KB

File metadata and controls

53 lines (31 loc) · 1.32 KB

minisql.sql.ast.CaseExpression

Home · Source file

CaseExpression

struct CaseExpression

Groups the case expression state and preserves the field relationships documented below.

View source

Members

branches

branches

Contains the ordered branches collection.

View source

elseExpression

elseExpression

Stores the else expression associated with this value.

View source

kind

kind

Stores the kind associated with this value.

View source