Skip to main content

analyze_join

Function analyze_join 

Source
pub fn analyze_join(select: &Select) -> Result<Option<JoinAnalysis>, ParseError>
Expand description

Analyze a SELECT statement for join information.

ยงErrors

Returns ParseError::StreamingError if:

  • Join constraint is not supported
  • Cannot extract key columns