A feature in a feature group
| KEY | TYPE | Description |
|---|---|---|
| name | str | The unique name of the column |
| selectClause | str | The sql logic for creating this feature's data |
| featureMapping | str | The Feature Mapping of the feature |
| sourceTable | str | The source table of the column |
| originalName | str | The original name of the column |
| usingClause | str | Nested Column Using Clause |
| orderClause | str | Nested Column Ordering Clause |
| whereClause | str | Nested Column Where Clause |
| featureType | str | Feature Type of the Feature |
| dataType | str | Data Type of the Feature |
| detectedFeatureType | str | The detected feature type of the column |
| detectedDataType | str | The detected data type of the column |
| columns | NestedFeature | Nested Features |
| pointInTimeInfo | PointInTimeFeature | Point in time column information |