Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Value.NativeQuery bypass Query Folding?

Hello, When the M function Value.NativeQuery is used, does that mean Query Folding is bypassed for that specific transformation step? I’m not referring to the steps that follow this transformation s...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Value.NativeQuery is a query written in the source's native language, which is what query folding does with M code. There is no need for query folding on a NativeQuery, because it already is a Native Query.

     

    --Nate