Class JoinTablesGrpcImpl.ExactJoinTablesGrpcImpl

java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<T>
io.deephaven.server.table.ops.JoinTablesGrpcImpl<io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest>
io.deephaven.server.table.ops.JoinTablesGrpcImpl.ExactJoinTablesGrpcImpl
Enclosing class:
JoinTablesGrpcImpl<T>

@Singleton public static class JoinTablesGrpcImpl.ExactJoinTablesGrpcImpl extends JoinTablesGrpcImpl<io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest>
  • Constructor Details

    • ExactJoinTablesGrpcImpl

      @Inject public ExactJoinTablesGrpcImpl(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.ExactJoinTablesRequest request)