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
ConstructorsModifierConstructorDescriptionprotectedDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic TabledoJoin(Table lhs, Table rhs, MatchPair[] columnsToMatch, MatchPair[] columnsToAdd, AsOfJoinTablesRequest request) Deprecated.voidvalidateRequest(AsOfJoinTablesRequest request) Deprecated.This method validates preconditions of the request.Methods inherited from class io.deephaven.server.table.ops.JoinTablesGrpcImpl
createMethods 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:GrpcTableOperationThis method validates preconditions of the request.- Overrides:
validateRequestin 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.
-