Type Alias DataCubeExecutionResult
DataCubeExecutionResult: {
executedQuery: string;
executedSQL?: string;
executionTime: number;
result: TDSExecutionResult;
}
Type declaration
executedQuery: string
Optional
executedSQL?: string
executionTime: number
result: TDSExecutionResult