Skip to main content

transform_with_case

Function transform_with_case 

Source
pub fn transform_with_case(
    query: &str,
    tokens: &[Token],
    tree: &Tree,
    identifier_case: IdentifierCase,
) -> Result<Ast>
Expand description

Transform a parse tree while folding its unquoted identifiers for this session.