Package io.deephaven.server.table.ops
Class UngroupGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<io.deephaven.proto.backplane.grpc.UngroupRequest>
io.deephaven.server.table.ops.UngroupGrpcImpl
@Singleton
public class UngroupGrpcImpl
extends GrpcTableOperation<io.deephaven.proto.backplane.grpc.UngroupRequest>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T> -
Constructor Summary
ConstructorsConstructorDescriptionUngroupGrpcImpl(io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring authWiring) -
Method Summary
Modifier and TypeMethodDescriptionio.deephaven.engine.table.Tablecreate(io.deephaven.proto.backplane.grpc.UngroupRequest request, List<SessionState.ExportObject<io.deephaven.engine.table.Table>> sourceTables) This actually performs the operation.Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences, validateRequest
-
Constructor Details
-
UngroupGrpcImpl
@Inject public UngroupGrpcImpl(io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring authWiring)
-
-
Method Details
-
create
public io.deephaven.engine.table.Table create(io.deephaven.proto.backplane.grpc.UngroupRequest request, List<SessionState.ExportObject<io.deephaven.engine.table.Table>> sourceTables) Description copied from class:GrpcTableOperationThis actually performs the operation. It will typically be performed after the- Specified by:
createin classGrpcTableOperation<io.deephaven.proto.backplane.grpc.UngroupRequest>- Parameters:
request- the original request from the usersourceTables- the source tables that this operation may or may not need- Returns:
- the resulting table
-