public class SortedAggregationStateDesc extends Object
Constructor and Description |
---|
SortedAggregationStateDesc(boolean max,
ClasspathImportServiceCompileTime classpathImportService,
ExprNode[] criteria,
EPType[] criteriaTypes,
DataInputOutputSerdeForge[] criteriaSerdes,
boolean[] sortDescending,
boolean ever,
int streamNum,
ExprAggMultiFunctionSortedMinMaxByNode parent,
ExprForge optionalFilter,
EventType streamEventType) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
getClasspathImportService() |
ExprNode[] |
getCriteria() |
DataInputOutputSerdeForge[] |
getCriteriaSerdes() |
EPType[] |
getCriteriaTypes() |
ExprForge |
getOptionalFilter() |
ExprAggMultiFunctionSortedMinMaxByNode |
getParent() |
boolean[] |
getSortDescending() |
EventType |
getStreamEventType() |
int |
getStreamNum() |
boolean |
isEver() |
boolean |
isMax() |
boolean |
isSortUsingCollator() |
public SortedAggregationStateDesc(boolean max, ClasspathImportServiceCompileTime classpathImportService, ExprNode[] criteria, EPType[] criteriaTypes, DataInputOutputSerdeForge[] criteriaSerdes, boolean[] sortDescending, boolean ever, int streamNum, ExprAggMultiFunctionSortedMinMaxByNode parent, ExprForge optionalFilter, EventType streamEventType)
public ClasspathImportServiceCompileTime getClasspathImportService()
public ExprNode[] getCriteria()
public boolean[] getSortDescending()
public boolean isEver()
public int getStreamNum()
public ExprAggMultiFunctionSortedMinMaxByNode getParent()
public ExprForge getOptionalFilter()
public EventType getStreamEventType()
public boolean isSortUsingCollator()
public boolean isMax()
public EPType[] getCriteriaTypes()
public DataInputOutputSerdeForge[] getCriteriaSerdes()
Copyright © 2005–2022. All rights reserved.