AnalyzedColumn
AnalyzedColumn contains column name and associated data type results.
Fields
| Field | Type | Description |
|---|---|---|
| columnDatatypeResults | [DataTypeResult!]! | Data type results for columns. |
| columnName | String! | Name of the column that is detected. |
| columnResults | [AnalyzedColumn!]! | Nested column results. |
| columnType | SchemaFieldType! | Type of column. |
Used By
Queries
- query: fileSchemaResults (via connection)
Referenced by