Package io.deephaven.plot.filters
Class Selectables
java.lang.Object
io.deephaven.plot.filters.Selectables
Method for creating
SelectableDataSets.-
Method Summary
Modifier and TypeMethodDescriptionstatic SelectableDataSetOneClickoneClick(PartitionedTable pTable) Creates aSelectableDataSetOneClickwith the specified columns.static SelectableDataSetOneClickoneClick(PartitionedTable pTable, boolean requireAllFiltersToDisplay) Creates aSelectableDataSetOneClickwith the specified columns.static SelectableDataSetOneClickCreates aSelectableDataSetOneClickwith the specified columns.static SelectableDataSetOneClickCreates aSelectableDataSetOneClickwith the specified columns.
-
Method Details
-
oneClick
Creates aSelectableDataSetOneClickwith the specified columns.- Parameters:
t- tablebyColumns- selected columns- Returns:
SelectableDataSetOneClickwith the specified table and columns
-
oneClick
Creates aSelectableDataSetOneClickwith the specified columns.- Parameters:
pTable- PartitionedTable- Returns:
SelectableDataSetOneClickwith the specified partitioned table and columns
-
oneClick
public static SelectableDataSetOneClick oneClick(Table t, boolean requireAllFiltersToDisplay, String... byColumns) Creates aSelectableDataSetOneClickwith the specified columns.- Parameters:
t- tablerequireAllFiltersToDisplay- false to display data when not all oneclicks are selected; true to only display data when appropriate oneclicks are selectedbyColumns- selected columns- Returns:
SelectableDataSetOneClickwith the specified table and columns
-
oneClick
public static SelectableDataSetOneClick oneClick(PartitionedTable pTable, boolean requireAllFiltersToDisplay) Creates aSelectableDataSetOneClickwith the specified columns.- Parameters:
pTable- PartitionedTablerequireAllFiltersToDisplay- false to display data when not all oneclicks are selected; true to only display data when appropriate oneclicks are selected- Returns:
SelectableDataSetOneClickwith the specified partitioned table and columns
-