chore: No need to be exported from current module
parent
928731767e
commit
377e108152
|
@ -1450,7 +1450,7 @@ pub(crate) enum ProjectionType {
|
|||
/// Holds high-level information as the result of analysing
|
||||
/// a `SELECT` query.
|
||||
#[derive(Default, Debug, Copy, Clone)]
|
||||
pub(crate) struct SelectStatementInfo {
|
||||
struct SelectStatementInfo {
|
||||
/// Identifies the projection type for the `SELECT` query.
|
||||
pub projection_type: ProjectionType,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue