Expand description
Schema representing a table or view
Fields§
§identifier_span: SpanSpan of identifier
columns: Vec<Column<'a>>List of columns
view: boolTrue if this is a view instead of a table
Schema representing a table or view
identifier_span: SpanSpan of identifier
columns: Vec<Column<'a>>List of columns
view: boolTrue if this is a view instead of a table