Package io.deephaven.server.table.ops
Class DropColumnsGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<DropColumnsRequest>
io.deephaven.server.table.ops.DropColumnsGrpcImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(DropColumnsRequest request, List<SessionState.ExportObject<Table>> sourceTables) This actually performs the operation.Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences, validateRequest
-
Constructor Details
-
DropColumnsGrpcImpl
-
-
Method Details
-
create
public Table create(DropColumnsRequest request, List<SessionState.ExportObject<Table>> sourceTables) Description copied from class:GrpcTableOperationThis actually performs the operation. It will typically be performed after the- Specified by:
createin classGrpcTableOperation<DropColumnsRequest>- Parameters:
request- the original request from the usersourceTables- the source tables that this operation may or may not need- Returns:
- the resulting table
-