Class SortTableGrpcImpl

java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<io.deephaven.proto.backplane.grpc.SortTableRequest>
io.deephaven.server.table.ops.SortTableGrpcImpl

@Singleton public class SortTableGrpcImpl extends GrpcTableOperation<io.deephaven.proto.backplane.grpc.SortTableRequest>
  • Constructor Details

    • SortTableGrpcImpl

      @Inject public SortTableGrpcImpl(io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring authWiring)
  • Method Details

    • create

      public io.deephaven.engine.table.Table create(io.deephaven.proto.backplane.grpc.SortTableRequest 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.SortTableRequest>
      Parameters:
      request - the original request from the user
      sourceTables - the source tables that this operation may or may not need
      Returns:
      the resulting table