Package io.deephaven.server.table.ops
Class JoinTablesGrpcImpl.LeftJoinTablesGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<T>
io.deephaven.server.table.ops.JoinTablesGrpcImpl<io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest>
io.deephaven.server.table.ops.JoinTablesGrpcImpl.LeftJoinTablesGrpcImpl
- Enclosing class:
- JoinTablesGrpcImpl<T>
@Singleton
public static class JoinTablesGrpcImpl.LeftJoinTablesGrpcImpl
extends JoinTablesGrpcImpl<io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest>
-
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
ConstructorsConstructorDescriptionLeftJoinTablesGrpcImpl(io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring authWiring) -
Method Summary
Modifier and TypeMethodDescriptionstatic io.deephaven.engine.table.TabledoJoin(io.deephaven.engine.table.Table lhs, io.deephaven.engine.table.Table rhs, io.deephaven.engine.table.impl.MatchPair[] columnsToMatch, io.deephaven.engine.table.impl.MatchPair[] columnsToAdd, io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest request) Methods inherited from class io.deephaven.server.table.ops.JoinTablesGrpcImpl
create, validateRequestMethods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences
-
Constructor Details
-
LeftJoinTablesGrpcImpl
@Inject public LeftJoinTablesGrpcImpl(io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring authWiring)
-
-
Method Details
-
doJoin
public static io.deephaven.engine.table.Table doJoin(io.deephaven.engine.table.Table lhs, io.deephaven.engine.table.Table rhs, io.deephaven.engine.table.impl.MatchPair[] columnsToMatch, io.deephaven.engine.table.impl.MatchPair[] columnsToAdd, io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest request)
-