Methods
Modifier and Type |
Method and Description |
static Column |
column(String name,
ListNumberProvider dataProvider) |
static Column |
column(String name,
VNumberArray numericArray) |
static Column |
column(String name,
VStringArray stringArray) |
static List<String> |
columnNames(VTable vTable) |
static List<Class<?>> |
columnTypes(VTable vTable) |
static VTable |
extractRow(VTable vTable,
int row) |
static VTable |
join(List<VTable> tables) |
static VTable |
join(VTable... tables) |
static VTable |
newVTable(Column... columns) |
static ListNumberProvider |
range(double min,
double max) |
static VTable |
select(VTable table,
org.epics.util.array.ListInt indexes) |
static ListNumberProvider |
step(double initialValue,
double increment) |
static VTable |
tableRangeFilter(VTable table,
String columnName,
Object min,
Object max) |
static VTable |
tableStringMatchFilter(VTable table,
String columnName,
String substring) |
static VTable |
tableValueFilter(VTable table,
String columnName,
Object value) |
static VTable |
valueTable(List<? extends VType> values) |
static VTable |
valueTable(List<String> names,
List<? extends VType> values) |