Package io.deephaven.server.table.inputtables
package io.deephaven.server.table.inputtables
-
ClassDescriptionAn abstract base class for
InputTableUpdaterimplementations that wrap an existing input table.This is an example of anInputTableUpdaterthat validates that the values in a Double column are within a given range.This is an example of anInputTableUpdaterthat validates that the values in a String column are not empty.This is an example of anInputTableUpdaterthat validates that the values in a column are not null.This is an example of anInputTableUpdaterthat validates that the values in an Integer column are within a given range.This is an example of anInputTableUpdaterthat validates that the values in a String column belong to a given set of allowed values.