public abstract class NonDistinctOrderByTestImplementation
extends java.lang.Object
| Constructor and Description |
|---|
NonDistinctOrderByTestImplementation() |
public NonDistinctOrderByTestImplementation()
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic abstract Region createRegion(java.lang.String regionName, java.lang.Class valueConstraint)
public abstract Index createIndex(java.lang.String indexName, IndexType indexType, java.lang.String indexedExpression, java.lang.String fromClause) throws IndexInvalidException, IndexNameConflictException, IndexExistsException, RegionNotFoundException, java.lang.UnsupportedOperationException
IndexInvalidExceptionIndexNameConflictExceptionIndexExistsExceptionRegionNotFoundExceptionjava.lang.UnsupportedOperationExceptionpublic abstract Index createIndex(java.lang.String indexName, java.lang.String indexedExpression, java.lang.String regionPath) throws IndexInvalidException, IndexNameConflictException, IndexExistsException, RegionNotFoundException, java.lang.UnsupportedOperationException
IndexInvalidExceptionIndexNameConflictExceptionIndexExistsExceptionRegionNotFoundExceptionjava.lang.UnsupportedOperationExceptionpublic abstract boolean assertIndexUsedOnQueryNode()
public void testOrderByWithIndexResultDefaultProjection()
throws java.lang.Exception
java.lang.Exceptionpublic void testOrderByWithIndexResultWithProjection()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultiColOrderByWithIndexResultDefaultProjection()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultiColOrderByWithIndexResultWithProjection()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultiColOrderByWithMultiIndexResultDefaultProjection()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultiColOrderByWithMultiIndexResultProjection()
throws java.lang.Exception
java.lang.Exceptionpublic void testLimitNotAppliedIfOrderByNotUsingIndex()
throws java.lang.Exception
java.lang.Exceptionpublic void testOrderByWithNullValues()
throws java.lang.Exception
java.lang.Exceptionpublic void testOrderByWithNullValuesUseIndex()
throws java.lang.Exception
java.lang.Exceptionpublic void testOrderByForUndefined()
throws java.lang.Exception
java.lang.Exception