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>
  • 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: GrpcTableOperation
      This method validates preconditions of the request.
      Overrides:
      validateRequest in class GrpcTableOperation<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: GrpcTableOperation
      This actually performs the operation. It will typically be performed after the
      Specified by:
      create in class GrpcTableOperation<io.deephaven.proto.backplane.grpc.WhereInRequest>
      Parameters:
      request - the original request from the user
      sourceTables - the source tables that this operation may or may not need
      Returns:
      the resulting table