Package io.deephaven.server.table.ops
Class WhereInGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<WhereInRequest>
io.deephaven.server.table.ops.WhereInGrpcImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Table
create
(WhereInRequest request, List<SessionState.ExportObject<Table>> sourceTables) This actually performs the operation.final void
validateRequest
(WhereInRequest request) This method validates preconditions of the request.Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences
-
Constructor Details
-
WhereInGrpcImpl
-
-
Method Details
-
validateRequest
Description copied from class:GrpcTableOperation
This method validates preconditions of the request.- Overrides:
validateRequest
in classGrpcTableOperation<WhereInRequest>
- Parameters:
request
- the original request from the user- Throws:
io.grpc.StatusRuntimeException
- on the first failed precondition
-
create
public final Table create(WhereInRequest 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<WhereInRequest>
- Parameters:
request
- the original request from the usersourceTables
- the source tables that this operation may or may not need- Returns:
- the resulting table
-