Package io.deephaven.qst
The "query syntax tree", or QST, provides a declarative structure around queries.
- See Also:
TableSpec
-
Interface Summary Interface Description LabeledValues.Builder<T> TableAdapterResults.Output<TOPS extends TableOperations<TOPS,TABLE>,TABLE> TableAdapterResults.Output.Visitor<T,TOPS extends TableOperations<TOPS,TABLE>,TABLE> TableCreationLabeledLogic An encapsulation of the logic to return a labeled tables, when the table type is alsoTableOperations
.TableCreationLogic An encapsulation of the logic to create a single table, when the table type is alsoTableOperations
.TableCreationLogic1Input An encapsulation of the logic to create a single table, when the table type is alsoTableOperations
.TableCreationLogic2Inputs An encapsulation of the logic to create a single table, when the table type is alsoTableOperations
.TableCreator<TABLE> Provides methods for building source tables.TableCreator.OperationsToTable<TOPS extends TableOperations<TOPS,TABLE>,TABLE> Transform a table operation into a table.TableCreator.TableToOperations<TOPS extends TableOperations<TOPS,TABLE>,TABLE> Transform a table into a table operation. -
Class Summary Class Description LabeledValue<T> LabeledValues<T> TableAdapterResults<TOPS extends TableOperations<TOPS,TABLE>,TABLE> TableAdapterResults.GetOutput<T extends TableOperations<T,T>> Used to collapse an output when the table operations and table type are the same generic type.