Functionsยง
- check_
all_ values_ are_ same_ type - Checks if all values has the same type If they have the same type, return it or return None
- check_
function_ call_ arguments - Check That function call arguments types are matches the parameter types Return a Diagnostic Error if anything is wrong
- resolve_
dynamic_ data_ type - Resolve dynamic data type depending on the parameters and arguments types to actual DataType
- type_
check_ and_ classify_ selected_ fields - Check that all selected fields types are defined correctly in selected tables Return the columns classified for each table Return a Diagnostic Error if anything is wrong
- type_
check_ projection_ symbols - Check that all projection columns are valid for this table name Return a Diagnostic Error if anything is wrong