Package org.teiid.query.function.aggregate

Examples of org.teiid.query.function.aggregate.AggregateFunction


       
        helpProcess(mgr, node, context, expected, null);
       
        //ensure that the distinct input type is correct
        AggregateFunction[] functions = node.getFunctions();
        AggregateFunction countDist = functions[5];
        SortingFilter dup = (SortingFilter)countDist;
        assertEquals(DataTypeManager.DefaultDataClasses.INTEGER, ((ElementSymbol)dup.getElements().get(0)).getType());
  }
View Full Code Here

TOP

Related Classes of org.teiid.query.function.aggregate.AggregateFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.