{"id":543,"date":"2011-07-27T18:43:00","date_gmt":"2011-07-27T18:43:00","guid":{"rendered":"\/blogs\/bobb\/post\/Hold-it-right-there-youre-a-user-defined-aggregate.aspx"},"modified":"2011-07-27T18:43:00","modified_gmt":"2011-07-27T18:43:00","slug":"hold-it-right-there-youre-a-user-defined-aggregate","status":"publish","type":"post","link":"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/","title":{"rendered":"Hold it right there, you&#8217;re a user-defined aggregate"},"content":{"rendered":"<p>\nI&#39;ve been trying out the windowing extensions (the OVER clause extensions and friends) with different kinds of functions (aggregate functions, first_value, last_value() etc), and thought I&#39;d use a SQLCLR aggregate. After all, they&#39;re just &quot;regular&quot; aggregates, right? You can&#39;t build a user-defined ranking aggregate in SQLCLR, so they can&#39;t be confused with one of those. And you can use &#39;em (user-defined aggregates) with the OVER() clause in previous versions of SQL Server. Unlike the CHECKSUM function, that the BOL points out&nbsp;which is the only aggregate that can&#39;t be with OVER() at all, though CHECKSUM_AGG doesn&#39;t seem to have this problem.\n<\/p>\n<p>\n&#8212; these worked before<br \/>\nselect *,<br \/>\ndbo.covar_pop(i1, i2) over() <br \/>\nfrom test_covar\n<\/p>\n<p>\nselect *,<br \/>\ndbo.covar_pop(i1, i2) over(partition by i1) <br \/>\nfrom test_covar\n<\/p>\n<p>\nHope I was hopeful. Well it didn&#39;t quite come out the way I&#39;d hoped&#8230;\n<\/p>\n<p>\nselect *,<br \/>\ndbo.covar_pop(i1, i2) over(partition by i1 order by i2) <br \/>\nfrom test_covar\n<\/p>\n<p>\nMsg 156, Level 15, State 1, Line 2<br \/>\nIncorrect syntax near the keyword &#39;order&#39;.\n<\/p>\n<p>\nA built-in aggregate worked fine.\n<\/p>\n<p>\nselect *,<br \/>\navg(i2) over(partition by i1 order by i2) <br \/>\nfrom test_covar\n<\/p>\n<p>\nSo it appears that SQLCLR user-defined aggregates are specifically being &quot;called out&quot;, ie, don&#39;t work with the new Denali functionality. Perhaps the state machine in the SQLCLR&nbsp;UDA architecture doesn&#39;t support\/scale&nbsp;with the intermediate ordered&nbsp;results.&nbsp;We&#39;ve got some nice new built-in&nbsp;distribution functions (like , but I&#39;d like to use my covar_pop (and others) with the full functionality of windowing, rather than having to wait. I&#39;ve put in a connect item for it, we&#39;ll have to wait and see.\n<\/p>\n<p>\nUpdate: Feedback from my connect item (that was fast&#8230;) is that windowing over SQLCLR UDAs&nbsp;&quot;didn&#39;t make the cut in Denali. Maybe next time&quot;.\n<\/p>\n<p>\n@bobbeauch<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#39;ve been trying out the windowing extensions (the OVER clause extensions and friends) with different kinds of functions (aggregate functions, first_value, last_value() etc), and thought I&#39;d use a SQLCLR aggregate. After all, they&#39;re just &quot;regular&quot; aggregates, right? You can&#39;t build a user-defined ranking aggregate in SQLCLR, so they can&#39;t be confused with one of those. [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31,38],"tags":[],"class_list":["post-543","post","type-post","status-publish","format-standard","hentry","category-sql-server-2012","category-sqlclr"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hold it right there, you&#039;re a user-defined aggregate - Bob Beauchemin<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hold it right there, you&#039;re a user-defined aggregate - Bob Beauchemin\" \/>\n<meta property=\"og:description\" content=\"I&#039;ve been trying out the windowing extensions (the OVER clause extensions and friends) with different kinds of functions (aggregate functions, first_value, last_value() etc), and thought I&#039;d use a SQLCLR aggregate. After all, they&#039;re just &quot;regular&quot; aggregates, right? You can&#039;t build a user-defined ranking aggregate in SQLCLR, so they can&#039;t be confused with one of those. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/\" \/>\n<meta property=\"og:site_name\" content=\"Bob Beauchemin\" \/>\n<meta property=\"article:published_time\" content=\"2011-07-27T18:43:00+00:00\" \/>\n<meta name=\"author\" content=\"Bob Beauchemin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bob Beauchemin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/\",\"url\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/\",\"name\":\"Hold it right there, you're a user-defined aggregate - Bob Beauchemin\",\"isPartOf\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/#website\"},\"datePublished\":\"2011-07-27T18:43:00+00:00\",\"dateModified\":\"2011-07-27T18:43:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/#\/schema\/person\/62bfa986c5b5d28fcffd8b4fc409c73e\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SQL Server 2012\",\"item\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/category\/sql-server-2012\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hold it right there, you&#8217;re a user-defined aggregate\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/#website\",\"url\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/\",\"name\":\"Bob Beauchemin\",\"description\":\"SQL Server Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/#\/schema\/person\/62bfa986c5b5d28fcffd8b4fc409c73e\",\"name\":\"Bob Beauchemin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6f80e6cc667410857fa6a21931dc528b8092f4d112bf7a8ff7c267674d44ee37?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6f80e6cc667410857fa6a21931dc528b8092f4d112bf7a8ff7c267674d44ee37?s=96&d=mm&r=g\",\"caption\":\"Bob Beauchemin\"},\"sameAs\":[\"http:\/www.sqlskills.com\/blogs\/bobb\/\"],\"url\":\"https:\/\/www.sqlskills.com\/blogs\/bobb\/author\/bobb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hold it right there, you're a user-defined aggregate - Bob Beauchemin","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/","og_locale":"en_US","og_type":"article","og_title":"Hold it right there, you're a user-defined aggregate - Bob Beauchemin","og_description":"I&#39;ve been trying out the windowing extensions (the OVER clause extensions and friends) with different kinds of functions (aggregate functions, first_value, last_value() etc), and thought I&#39;d use a SQLCLR aggregate. After all, they&#39;re just &quot;regular&quot; aggregates, right? You can&#39;t build a user-defined ranking aggregate in SQLCLR, so they can&#39;t be confused with one of those. [&hellip;]","og_url":"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/","og_site_name":"Bob Beauchemin","article_published_time":"2011-07-27T18:43:00+00:00","author":"Bob Beauchemin","twitter_misc":{"Written by":"Bob Beauchemin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/","url":"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/","name":"Hold it right there, you're a user-defined aggregate - Bob Beauchemin","isPartOf":{"@id":"https:\/\/www.sqlskills.com\/blogs\/bobb\/#website"},"datePublished":"2011-07-27T18:43:00+00:00","dateModified":"2011-07-27T18:43:00+00:00","author":{"@id":"https:\/\/www.sqlskills.com\/blogs\/bobb\/#\/schema\/person\/62bfa986c5b5d28fcffd8b4fc409c73e"},"breadcrumb":{"@id":"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sqlskills.com\/blogs\/bobb\/hold-it-right-there-youre-a-user-defined-aggregate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sqlskills.com\/blogs\/bobb\/"},{"@type":"ListItem","position":2,"name":"SQL Server 2012","item":"https:\/\/www.sqlskills.com\/blogs\/bobb\/category\/sql-server-2012\/"},{"@type":"ListItem","position":3,"name":"Hold it right there, you&#8217;re a user-defined aggregate"}]},{"@type":"WebSite","@id":"https:\/\/www.sqlskills.com\/blogs\/bobb\/#website","url":"https:\/\/www.sqlskills.com\/blogs\/bobb\/","name":"Bob Beauchemin","description":"SQL Server Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sqlskills.com\/blogs\/bobb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.sqlskills.com\/blogs\/bobb\/#\/schema\/person\/62bfa986c5b5d28fcffd8b4fc409c73e","name":"Bob Beauchemin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sqlskills.com\/blogs\/bobb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6f80e6cc667410857fa6a21931dc528b8092f4d112bf7a8ff7c267674d44ee37?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6f80e6cc667410857fa6a21931dc528b8092f4d112bf7a8ff7c267674d44ee37?s=96&d=mm&r=g","caption":"Bob Beauchemin"},"sameAs":["http:\/www.sqlskills.com\/blogs\/bobb\/"],"url":"https:\/\/www.sqlskills.com\/blogs\/bobb\/author\/bobb\/"}]}},"_links":{"self":[{"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/posts\/543","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/comments?post=543"}],"version-history":[{"count":0,"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/posts\/543\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/media?parent=543"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/categories?post=543"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/bobb\/wp-json\/wp\/v2\/tags?post=543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}