Package io.deephaven.server.table.ops
Class WhereInGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<io.deephaven.proto.backplane.grpc.WhereInRequest>
io.deephaven.server.table.ops.WhereInGrpcImpl
@Singleton
public class WhereInGrpcImpl
extends GrpcTableOperation<io.deephaven.proto.backplane.grpc.WhereInRequest>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T> -
Constructor Summary
ConstructorsConstructorDescriptionWhereInGrpcImpl(io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring authWiring) -
Method Summary
Modifier and TypeMethodDescriptionfinal io.deephaven.engine.table.Tablecreate(io.deephaven.proto.backplane.grpc.WhereInRequest request, List<SessionState.ExportObject<io.deephaven.engine.table.Table>> sourceTables) This actually performs the operation.final voidvalidateRequest(io.deephaven.proto.backplane.grpc.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
@Inject public WhereInGrpcImpl(io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring authWiring)
-
-
Method Details
-
validateRequest
public final void validateRequest(io.deephaven.proto.backplane.grpc.WhereInRequest request) throws io.grpc.StatusRuntimeException Description copied from class:GrpcTableOperationThis method validates preconditions of the request.- Overrides:
validateRequestin classGrpcTableOperation<io.deephaven.proto.backplane.grpc.WhereInRequest>- Parameters:
request- the original request from the user- Throws:
io.grpc.StatusRuntimeException- on the first failed precondition
-
create
public final io.deephaven.engine.table.Table create(io.deephaven.proto.backplane.grpc.WhereInRequest 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.WhereInRequest>- Parameters:
request- the original request from the usersourceTables- the source tables that this operation may or may not need- Returns:
- the resulting table
-