@RemoteServiceRelativePath(value="TdColumnOperationServlet")
public interface TdColumnOperationService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
List<TdAggregateFunction> |
getListAggregationFunctionIds() |
List<TdOperatorComboOperator> |
loadOperatorForOperationId(OperationID operation) |
void |
startGroupByOperation(AggregationColumnSession aggregationSession) |
void |
startSplitAndMergeOperation(SplitAndMergeColumnSession operationColumnSession) |
List<TdOperatorComboOperator> loadOperatorForOperationId(OperationID operation)
operation - void startSplitAndMergeOperation(SplitAndMergeColumnSession operationColumnSession) throws Exception
operationColumnSession - ExceptionList<TdAggregateFunction> getListAggregationFunctionIds()
void startGroupByOperation(AggregationColumnSession aggregationSession) throws Exception
aggregationSession - ExceptionCopyright © 2014. All Rights Reserved.