Class UnstructuredFilterTableGrpcImpl

java.lang.Object
io.deephaven.server.table.ops.GrpcTableOperation<io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest>
io.deephaven.server.table.ops.UnstructuredFilterTableGrpcImpl

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

    • UnstructuredFilterTableGrpcImpl

      @Inject public UnstructuredFilterTableGrpcImpl(io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring authWiring, @NotNull @NotNull io.deephaven.engine.validation.ColumnExpressionValidator columnExpressionValidator)
  • Method Details

    • create

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