Class InitialTableDefinition
java.lang.Object
io.deephaven.web.client.api.barrage.def.InitialTableDefinition
A table definition constructed when using the fetch command; also includes the table id and size, which are not
normally part of a table definition (as they will change when the table evolves)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAttributes
(TableAttributesDefinition attributes) setColumns
(ColumnDefinition[] columns)
-
Constructor Details
-
InitialTableDefinition
public InitialTableDefinition()
-
-
Method Details
-
getColumns
-
setColumns
-
getAttributes
-
setAttributes
-
getColumnsByName
-