Package io.deephaven.server.table.ops
Class ApplyPreviewColumnsGrpcImpl
java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<ApplyPreviewColumnsRequest>
io.deephaven.server.table.ops.ApplyPreviewColumnsGrpcImpl
@Singleton
public class ApplyPreviewColumnsGrpcImpl
extends GrpcTableOperation<ApplyPreviewColumnsRequest>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.server.table.ops.GrpcTableOperation
GrpcTableOperation.MultiDependencyFunction<T>, GrpcTableOperation.PermissionFunction<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptioncreate(ApplyPreviewColumnsRequest request, List<SessionState.ExportObject<Table>> sourceTables) This actually performs the operation.voidThis method validates preconditions of the request.Methods inherited from class io.deephaven.server.table.ops.GrpcTableOperation
checkPermission, getRequestFromOperation, getResultTicket, getTableReferences
-
Constructor Details
-
ApplyPreviewColumnsGrpcImpl
-
-
Method Details
-
validateRequest
public void validateRequest(ApplyPreviewColumnsRequest request) throws io.grpc.StatusRuntimeException Description copied from class:GrpcTableOperationThis method validates preconditions of the request.- Overrides:
validateRequestin classGrpcTableOperation<ApplyPreviewColumnsRequest>- Parameters:
request- the original request from the user- Throws:
io.grpc.StatusRuntimeException- on the first failed precondition
-
create
public Table create(ApplyPreviewColumnsRequest 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<ApplyPreviewColumnsRequest>- Parameters:
request- the original request from the usersourceTables- the source tables that this operation may or may not need- Returns:
- the resulting table
-