Package io.deephaven.api
package io.deephaven.api
-
ClassDescriptionThe match condition rule for the final match column of as-of-join.Represents a column name.A join addition represents a
new column
that should be added as the result of a join, brought over from anexisting column
.Each output row of a range join corresponds to exactly one left table row and one or more aggregations over a range of responsive right table rows.A RangeJoinMatch specifies the columns and relationships used to determine a bucket's responsive rows from the right table for each row in the left table of a range join.Each output row of a range join corresponds to exactly one left table row and one or more aggregations over a range of responsive right table rows.An un-parsed string; used for cases where the server has string-parsing that hasn't been structurally represented at the api layer yet.Represents a selectable assignment for anExpression
.A set of static helpers to turn strongly-typed api arguments into theirString
counterparts.Table operations is a user-accessible api for modifying tables or building up table operations.TableOperationsAdapter<TOPS_1 extends TableOperations<TOPS_1,TABLE_1>, TABLE_1, TOPS_2 extends TableOperations<TOPS_2, TABLE_2>, TABLE_2> Sub-interface to capture default methods romTableOperationsDefaults
.