Class TableServiceGrpc.TableServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<TableServiceGrpc.TableServiceBlockingStub>
io.deephaven.proto.backplane.grpc.TableServiceGrpc.TableServiceBlockingStub
- Enclosing class:
- TableServiceGrpc
public static final class TableServiceGrpc.TableServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<TableServiceGrpc.TableServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service TableService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionaggregate
(AggregateRequest request) Produce an aggregated result by grouping the source_id table according to the group_by_columns and applying aggregations to each resulting group of rows.aggregateAll
(AggregateAllRequest request) Aggregates all non-grouping columns against a single aggregation specification.ajTables
(AjRajTablesRequest request) Returns the result of an aj operation.Create a table that has preview columns applied to an existing source table.asOfJoinTables
(AsOfJoinTablesRequest request) Deprecated.batch
(BatchTableRequest request) Batch a series of requests and send them all at once.build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) comboAggregate
(ComboAggregateRequest request) Deprecated.Returns a new table representing statistics about a single column of the provided table.createInputTable
(CreateInputTableRequest request) Creates a new Table based on the provided configuration.crossJoinTables
(CrossJoinTablesRequest request) Returns the result of a cross join operation.dropColumns
(DropColumnsRequest request) Drop columns from the parent table.emptyTable
(EmptyTableRequest request) Create an empty table with the given column names and types.exactJoinTables
(ExactJoinTablesRequest request) Returns the result of an exact join operation.Establish a stream of table updates for cheap notifications of table size updates.fetchTable
(FetchTableRequest request) Fetches a Table from an existing source ticket and exports it to the local session result ticket.filter
(FilterTableRequest request) Filter parent table with structured filters.flatten
(FlattenRequest request) Returns a new table with a flattened row set.getExportedTableCreationResponse
(Ticket request) Request an ETCR for this ticket.head
(HeadOrTailRequest request) Extract rows from the head of the parent table.headBy
(HeadOrTailByRequest request) Run the headBy table operation for the given group by columns on the given table.lazyUpdate
(SelectOrUpdateRequest request) Add columns to the given table using the given column specifications and the lazyUpdate table operation.leftJoinTables
(LeftJoinTablesRequest request) Returns the result of a left join operation.mergeTables
(MergeTablesRequest request) Create a merged table from the given input tables.metaTable
(MetaTableRequest request) Returns the meta table of a table.multiJoinTables
(MultiJoinTablesRequest request) Returns the result of a multi-join operation.Returns the result of a natural join operation.rajTables
(AjRajTablesRequest request) Returns the result of an raj operation.rangeJoinTables
(RangeJoinTablesRequest request) Returns the result of a range join operation.Downsamples a table assume its contents will be rendered in a run chart, with each subsequent row holding a later X value (i.e., sorted on that column).seekRow
(SeekRowRequest request) Seek a row number within a table.select
(SelectOrUpdateRequest request) Select the given columns from the given table.selectDistinct
(SelectDistinctRequest request) Returns a new table definition with the unique tuples of the specified columnssnapshot
(SnapshotTableRequest request) Takes a single snapshot of the source_id table.snapshotWhen
(SnapshotWhenTableRequest request) Snapshot base_id, triggered by trigger_id, and export the resulting new table.sort
(SortTableRequest request) Sort parent table via the provide sort descriptors.tail
(HeadOrTailRequest request) Extract rows from the tail of the parent table.tailBy
(HeadOrTailByRequest request) Run the tailBy operation for the given group by columns on the given table.timeTable
(TimeTableRequest request) Create a time table with the given start time and period.ungroup
(UngroupRequest request) Ungroup the given columns (all columns will be ungrouped if columnsToUngroup is empty or unspecified).Filter parent table with unstructured filters.update
(SelectOrUpdateRequest request) Add columns to the given table using the given column specifications and the update table operation.updateBy
(UpdateByRequest request) Returns the result of an updateBy table operation.updateView
(SelectOrUpdateRequest request) Add columns to the given table using the given column specifications and the updateView table operation.view
(SelectOrUpdateRequest request) Add columns to the given table using the given column specifications and the view table operation.whereIn
(WhereInRequest request) Filters the left table based on the set of values in the right table.Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected TableServiceGrpc.TableServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<TableServiceGrpc.TableServiceBlockingStub>
-
getExportedTableCreationResponse
Request an ETCR for this ticket. Ticket must reference a Table.
-
fetchTable
Fetches a Table from an existing source ticket and exports it to the local session result ticket.
-
applyPreviewColumns
Create a table that has preview columns applied to an existing source table.
-
emptyTable
Create an empty table with the given column names and types.
-
timeTable
Create a time table with the given start time and period.
-
dropColumns
Drop columns from the parent table.
-
update
Add columns to the given table using the given column specifications and the update table operation.
-
lazyUpdate
Add columns to the given table using the given column specifications and the lazyUpdate table operation.
-
view
Add columns to the given table using the given column specifications and the view table operation.
-
updateView
Add columns to the given table using the given column specifications and the updateView table operation.
-
select
Select the given columns from the given table.
-
updateBy
Returns the result of an updateBy table operation.
-
selectDistinct
Returns a new table definition with the unique tuples of the specified columns
-
filter
Filter parent table with structured filters.
-
unstructuredFilter
Filter parent table with unstructured filters.
-
sort
Sort parent table via the provide sort descriptors.
-
head
Extract rows from the head of the parent table.
-
tail
Extract rows from the tail of the parent table.
-
headBy
Run the headBy table operation for the given group by columns on the given table.
-
tailBy
Run the tailBy operation for the given group by columns on the given table.
-
ungroup
Ungroup the given columns (all columns will be ungrouped if columnsToUngroup is empty or unspecified).
-
mergeTables
Create a merged table from the given input tables. If a key column is provided (not null), a sorted merged will be performed using that column.
-
crossJoinTables
Returns the result of a cross join operation. Also known as the cartesian product.
-
naturalJoinTables
Returns the result of a natural join operation.
-
exactJoinTables
Returns the result of an exact join operation.
-
leftJoinTables
Returns the result of a left join operation.
-
asOfJoinTables
Deprecated.Returns the result of an as of join operation. Deprecated: Please use AjTables or RajTables.
-
ajTables
Returns the result of an aj operation.
-
rajTables
Returns the result of an raj operation.
-
multiJoinTables
Returns the result of a multi-join operation.
-
rangeJoinTables
Returns the result of a range join operation.
-
comboAggregate
Deprecated.Returns the result of an aggregate table operation. Deprecated: Please use AggregateAll or Aggregate instead
-
aggregateAll
Aggregates all non-grouping columns against a single aggregation specification.
-
aggregate
Produce an aggregated result by grouping the source_id table according to the group_by_columns and applying aggregations to each resulting group of rows. The result table will have one row per group, ordered by the encounter order within the source_id table, thereby ensuring that the row key for a given group never changes.
-
snapshot
Takes a single snapshot of the source_id table.
-
snapshotWhen
Snapshot base_id, triggered by trigger_id, and export the resulting new table. The trigger_id table's change events cause a new snapshot to be taken. The result table includes a "snapshot key" which is a subset (possibly all) of the base_id table's columns. The remaining columns in the result table come from base_id table, the table being snapshotted.
-
flatten
Returns a new table with a flattened row set.
-
runChartDownsample
Downsamples a table assume its contents will be rendered in a run chart, with each subsequent row holding a later X value (i.e., sorted on that column). Multiple Y columns can be specified, as can a range of values for the X column to support zooming in.
-
createInputTable
Creates a new Table based on the provided configuration. This can be used as a regular table from the other methods in this interface, or can be interacted with via the InputTableService to modify its contents.
-
whereIn
Filters the left table based on the set of values in the right table. Note that when the right table ticks, all of the rows in the left table are going to be re-evaluated, thus the intention is that the right table is fairly slow moving compared with the left table.
-
batch
Batch a series of requests and send them all at once. This enables the user to create intermediate tables without requiring them to be exported and managed by the client. The server will automatically release any tables when they are no longer depended upon.
-
exportedTableUpdates
public Iterator<ExportedTableUpdateMessage> exportedTableUpdates(ExportedTableUpdatesRequest request) Establish a stream of table updates for cheap notifications of table size updates. New streams will flush updates for all existing table exports. An export id of zero will be sent to indicate all exports have sent their refresh update. Table updates may be intermingled with initial refresh updates after their initial update had been sent.
-
seekRow
Seek a row number within a table.
-
metaTable
Returns the meta table of a table.
-
computeColumnStatistics
Returns a new table representing statistics about a single column of the provided table. This result table will be static - use Aggregation() instead for updating results. Presently, the primary use case for this is the Deephaven Web UI.
-