Package io.deephaven.server.table.ops
Class UpdateOrSelectGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest>
io.deephaven.server.table.ops.UpdateOrSelectGrpcImpl
- Direct Known Subclasses:
UpdateOrSelectGrpcImpl.LazyUpdateGrpcImpl,UpdateOrSelectGrpcImpl.SelectGrpcImpl,UpdateOrSelectGrpcImpl.UpdateGrpcImpl,UpdateOrSelectGrpcImpl.UpdateViewGrpcImpl,UpdateOrSelectGrpcImpl.ViewGrpcImpl
public abstract class UpdateOrSelectGrpcImpl
extends GrpcTableOperation<io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprotected static interfacestatic classstatic classstatic classstatic classNested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateOrSelectGrpcImpl(GrpcTableOperation.PermissionFunction<io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest> permission, Function<io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation, io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest> getRequest, UpdateOrSelectGrpcImpl.RealTableOperation realTableOperation, boolean requiresSharedLock, @NotNull io.deephaven.engine.validation.ColumnExpressionValidator columnExpressionValidator) -
Method Summary
Modifier and TypeMethodDescriptionio.deephaven.engine.table.Tablecreate(io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest request, List<SessionState.ExportObject<io.deephaven.engine.table.Table>> sourceTables) This actually performs the operation.Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences, validateRequest
-
Constructor Details
-
UpdateOrSelectGrpcImpl
protected UpdateOrSelectGrpcImpl(GrpcTableOperation.PermissionFunction<io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest> permission, Function<io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation, io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest> getRequest, UpdateOrSelectGrpcImpl.RealTableOperation realTableOperation, boolean requiresSharedLock, @NotNull @NotNull io.deephaven.engine.validation.ColumnExpressionValidator columnExpressionValidator)
-
-
Method Details
-
create
public io.deephaven.engine.table.Table create(io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest request, List<SessionState.ExportObject<io.deephaven.engine.table.Table>> sourceTables) Description copied from class:GrpcTableOperationThis actually performs the operation. It will typically be performed after the- Specified by:
createin classGrpcTableOperation<io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest>- Parameters:
request- the original request from the usersourceTables- the source tables that this operation may or may not need- Returns:
- the resulting table
-