You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubstructAccumulatorArgs<'a>{/// Keep, this is return type, the name might be quite confusing.pubdata_type:&'aDataType,/// We might only need one of `schema` or `dfschema`. It is likely we keep `dfschema`, since we can get `schema` from it.pubschema:&'aSchema,pubdfschema:&'aDFSchema,/// Keeppubignore_nulls:bool,/// Convert to physical sort exprs insteadpubsort_exprs:&'a[Expr],/// Keeppubis_reversed:bool,/// We might able to get the name from expressionspubname:&'astr,/// Keeppubis_distinct:bool,/// Get the type from schema and expressionspubinput_type:&'aDataType,/// Convert to physical expressionspubinput_exprs:&'a[Expr],}
Originally posted by @jayzhan211 in #11666 (comment)
The text was updated successfully, but these errors were encountered: