Package io.deephaven.qst
package io.deephaven.qst
The "query syntax tree", or QST, provides a declarative structure around queries.
- See Also:
-
ClassDescriptionLabeledValue<T>Used to collapse an output when the table operations and table type are the same generic type.TableAdapterResults.Output.Visitor<T,
TOPS extends TableOperations<TOPS, TABLE>, TABLE> An encapsulation of the logic to return a labeled tables, when the table type is alsoTableOperations
.An encapsulation of the logic to create a single table, when the table type is alsoTableOperations
.An encapsulation of the logic to create a single table, when the table type is alsoTableOperations
.An encapsulation of the logic to create a single table, when the table type is alsoTableOperations
.TableCreator<TABLE>Provides methods for building source tables.Transform a table operation into a table.Transform a table into a table operation.TableCreatorDelegate<TABLE>