Package io.deephaven.web.client.api
package io.deephaven.web.client.api
-
ClassDescriptionWrap BigDecimal values for use in JS.Wrap BigInteger values for use in JS.Callback<T,
F> A set of utilities for creating callbacks and promises using lambdas.Deprecated.Describes the structure of the column, and if desired can be used to get access to the data to be rendered in this column.Abstract base class representing a restriction on an input table column.Addition optional configuration that can be passed to theCoreClientconstructor.A client for connecting to a Deephaven server from the Deephaven JS API.Describes a custom column expression.Options for custom columns.Describes the type of node in a rollup table.AColumnRestrictionthat constrains a double column to a closed range[min, max].Collection of feature flags that the JS API advertises.This object may be pooled internally or discarded and not updated.AColumnRestrictionthat constrains an integer column to a closed range[min, max].Represents a table which can be joined to another table.Represents statistics for a given table column.JsLazy<T>Represents a set ofTables each corresponding to some key.This class allows iteration over non-contiguous indexes.Provides access to data in a table.Describe how to perform initial fetch for a tableBehaves like aTable, but doesn't expose all of its API for changing the internal state.Describes how a Totals Table will be generated from its parent table.Heap memory information for a Deephaven worker.Useful for logging; toString calls a supplier so you can easily hide expensive toString() behind a lambdaWrap LocalDate values for use in JS.Wrap LocalTime values for use in JS.Represents a serialized fishlib LogRecord, suitable for display on javascript clients.AColumnRestrictionthat requires a string column value to be non-empty.AColumnRestrictionthat requires a column value to be non-null.QueryConnectable<Self extends QueryConnectable<Self>>JS-exposed supertype handling details about connecting to a deephaven query worker.Util class using exponential backoff to keep trying to connect to a server.Display mode values for the table search bar.Indicates that this object is a local representation of an object that exists on the server.Note that we don't explicitly use this as a union type, but sort of as a way to pretend that ServerObject is a sealed type with this generated set of subtypes.Describes aSortpresent on the table.AColumnRestrictionthat constrains a string column to one of a fixed set of allowed values.Common interface for various ways of accessing table data and formatting for viewport or non-viewport subscriptions on tables, data in trees, and snapshots.Represents a row available in a subscription/snapshot on the client.TS type union to allow either "int" or "LongWrapper" to be passed as an argument for various methods.Deprecated.Replacement for TableHandle, wraps up export tickets plus current export state.UNKNOWN: 0, PENDING: 1, PUBLISHING: 2, QUEUED: 3, RUNNING: 4, EXPORTED: 5, RELEASED: 6, CANCELLED: 7, FAILED: 8, DEPENDENCY_FAILED: 9, DEPENDENCY_NEVER_FOUND: 10, DEPENDENCY_CANCELLED: 11, DEPENDENCY_RELEASED: 12Single factory for known ticket types.Value type identifiers used in the Deephaven JS API.Non-exported class, manages the connection to a given worker server.