Package io.deephaven.server.table.ops
Class RunChartDownsampleGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<RunChartDownsampleRequest>
io.deephaven.server.table.ops.RunChartDownsampleGrpcImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T>
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(RunChartDownsampleRequest request, List<SessionState.ExportObject<Table>> sourceTables) This actually performs the operation.Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences, validateRequest
-
Constructor Details
-
RunChartDownsampleGrpcImpl
-
-
Method Details
-
create
public Table create(RunChartDownsampleRequest request, List<SessionState.ExportObject<Table>> sourceTables) Description copied from class:GrpcTableOperation
This actually performs the operation. It will typically be performed after the- Specified by:
create
in classGrpcTableOperation<RunChartDownsampleRequest>
- Parameters:
request
- the original request from the usersourceTables
- the source tables that this operation may or may not need- Returns:
- the resulting table
-