Package io.deephaven.server.table.ops
Class JoinTablesGrpcImpl.AsOfJoinTablesGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<T>
io.deephaven.server.table.ops.JoinTablesGrpcImpl<AsOfJoinTablesRequest>
io.deephaven.server.table.ops.JoinTablesGrpcImpl.AsOfJoinTablesGrpcImpl
- Enclosing class:
- JoinTablesGrpcImpl<T>
@Singleton
@Deprecated
public static class JoinTablesGrpcImpl.AsOfJoinTablesGrpcImpl
extends JoinTablesGrpcImpl<AsOfJoinTablesRequest>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.JoinTablesGrpcImpl
JoinTablesGrpcImpl.AsOfJoinTablesGrpcImpl, JoinTablesGrpcImpl.CrossJoinTablesGrpcImpl, JoinTablesGrpcImpl.ExactJoinTablesGrpcImpl, JoinTablesGrpcImpl.LeftJoinTablesGrpcImpl, JoinTablesGrpcImpl.NaturalJoinTablesGrpcImpl, JoinTablesGrpcImpl.RealTableOperation<T>
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T>
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic Table
doJoin
(Table lhs, Table rhs, MatchPair[] columnsToMatch, MatchPair[] columnsToAdd, AsOfJoinTablesRequest request) Deprecated.void
validateRequest
(AsOfJoinTablesRequest request) Deprecated.This method validates preconditions of the request.Methods inherited from class io.deephaven.server.table.ops.JoinTablesGrpcImpl
create
Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences
-
Constructor Details
-
AsOfJoinTablesGrpcImpl
Deprecated.
-
-
Method Details
-
validateRequest
Deprecated.Description copied from class:GrpcTableOperation
This method validates preconditions of the request.- Overrides:
validateRequest
in classJoinTablesGrpcImpl<AsOfJoinTablesRequest>
- Parameters:
request
- the original request from the user- Throws:
io.grpc.StatusRuntimeException
- on the first failed precondition
-
doJoin
public static Table doJoin(Table lhs, Table rhs, MatchPair[] columnsToMatch, MatchPair[] columnsToAdd, AsOfJoinTablesRequest request) Deprecated.
-