| Common |
|
| Common.Date32 |
Protobuf type common.Date32
|
| Common.Date32.Builder |
Protobuf type common.Date32
|
| Common.DoubleArray |
Protobuf type common.DoubleArray
|
| Common.DoubleArray.Builder |
Protobuf type common.DoubleArray
|
| Common.I32Array |
Protobuf type common.I32Array
|
| Common.I32Array.Builder |
Protobuf type common.I32Array
|
| Common.I64Array |
Protobuf type common.I64Array
|
| Common.I64Array.Builder |
Protobuf type common.I64Array
|
| Common.NameOrId |
A indicator of an attribute or further its properties, which may present as a string-type name
or be encoded as a name identifier
|
| Common.NameOrId.Builder |
A indicator of an attribute or further its properties, which may present as a string-type name
or be encoded as a name identifier
|
| Common.None |
Protobuf type common.None
|
| Common.None.Builder |
Protobuf type common.None
|
| Common.Pair |
Protobuf type common.Pair
|
| Common.Pair.Builder |
Protobuf type common.Pair
|
| Common.PairArray |
Protobuf type common.PairArray
|
| Common.PairArray.Builder |
Protobuf type common.PairArray
|
| Common.StringArray |
Protobuf type common.StringArray
|
| Common.StringArray.Builder |
Protobuf type common.StringArray
|
| Common.Time32 |
Protobuf type common.Time32
|
| Common.Time32.Builder |
Protobuf type common.Time32
|
| Common.Timestamp |
Protobuf type common.Timestamp
|
| Common.Timestamp.Builder |
Protobuf type common.Timestamp
|
| Common.Value |
Protobuf type common.Value
|
| Common.Value.Builder |
Protobuf type common.Value
|
| DataType |
|
| DataType.GraphDataType |
GraphDataType, including structured data types of vertices or edges.
|
| DataType.GraphDataType.Builder |
GraphDataType, including structured data types of vertices or edges.
|
| DataType.GraphDataType.GraphElementLabel |
The label of the graph element. i.e., the label of vertex or edge.
|
| DataType.GraphDataType.GraphElementLabel.Builder |
The label of the graph element. i.e., the label of vertex or edge.
|
| DataType.GraphDataType.GraphElementType |
GraphElementType represents the type of the graph element,
consisting the GraphElementLabel (of vertex or edge), and the corresponding property types.
|
| DataType.GraphDataType.GraphElementType.Builder |
GraphElementType represents the type of the graph element,
consisting the GraphElementLabel (of vertex or edge), and the corresponding property types.
|
| DataType.GraphDataType.GraphElementTypeField |
GraphElementTypeField represents the definition of a field in the structured GraphElementType
In common, it denotes the type of properties.
|
| DataType.GraphDataType.GraphElementTypeField.Builder |
GraphElementTypeField represents the definition of a field in the structured GraphElementType
In common, it denotes the type of properties.
|
| DataType.IrDataType |
IrDataType, which could be either basic DataType or GraphDataType
|
| DataType.IrDataType.Builder |
IrDataType, which could be either basic DataType or GraphDataType
|
| GraphAlgebra |
|
| GraphAlgebra.Apply |
Apply is a relational operation where it first performs a inner correlated subtask for each tuple
of input relations, and then the result of the subtask will be joined back to each input tuple.
|
| GraphAlgebra.Apply.Builder |
Apply is a relational operation where it first performs a inner correlated subtask for each tuple
of input relations, and then the result of the subtask will be joined back to each input tuple.
|
| GraphAlgebra.As |
To tag the current data with an alias
|
| GraphAlgebra.As.Builder |
To tag the current data with an alias
|
| GraphAlgebra.Branch |
A node for auxiliary suggesting branches when dealing with logical plan with nested branches
|
| GraphAlgebra.Branch.Builder |
A node for auxiliary suggesting branches when dealing with logical plan with nested branches
|
| GraphAlgebra.Dedup |
Protobuf type algebra.Dedup
|
| GraphAlgebra.Dedup.Builder |
Protobuf type algebra.Dedup
|
| GraphAlgebra.EdgeExpand |
Protobuf type algebra.EdgeExpand
|
| GraphAlgebra.EdgeExpand.Builder |
Protobuf type algebra.EdgeExpand
|
| GraphAlgebra.GetV |
It is typical to use the operator together with EdgeExpand or PathExpand, with the functionality of
obtaining some properties of the end vertex after the expansion.
|
| GraphAlgebra.GetV.Builder |
It is typical to use the operator together with EdgeExpand or PathExpand, with the functionality of
obtaining some properties of the end vertex after the expansion.
|
| GraphAlgebra.GroupBy |
Protobuf type algebra.GroupBy
|
| GraphAlgebra.GroupBy.AggFunc |
To define the function to be applied on each group after performing grouping.
|
| GraphAlgebra.GroupBy.AggFunc.Builder |
To define the function to be applied on each group after performing grouping.
|
| GraphAlgebra.GroupBy.Builder |
Protobuf type algebra.GroupBy
|
| GraphAlgebra.GroupBy.KeyAlias |
Protobuf type algebra.GroupBy.KeyAlias
|
| GraphAlgebra.GroupBy.KeyAlias.Builder |
Protobuf type algebra.GroupBy.KeyAlias
|
| GraphAlgebra.IndexPredicate |
To define a predicate of {{k1, cmp, v1} and {k2, cmp, v2}} or ...,
where the values referred by k1, k2, ... are indexed and hence the
predicate can be efficiently verified by leveraging the index.
|
| GraphAlgebra.IndexPredicate.AndPredicate |
A collection of `Triplet` that forms a logical **AND** of all `Predicate`s.
|
| GraphAlgebra.IndexPredicate.AndPredicate.Builder |
A collection of `Triplet` that forms a logical **AND** of all `Predicate`s.
|
| GraphAlgebra.IndexPredicate.Builder |
To define a predicate of {{k1, cmp, v1} and {k2, cmp, v2}} or ...,
where the values referred by k1, k2, ... are indexed and hence the
predicate can be efficiently verified by leveraging the index.
|
| GraphAlgebra.IndexPredicate.Triplet |
A triplet defines that a key must be **equal** to a given value.
|
| GraphAlgebra.IndexPredicate.Triplet.Builder |
A triplet defines that a key must be **equal** to a given value.
|
| GraphAlgebra.Intersect |
Intersect multiple relations regarding a given key.
|
| GraphAlgebra.Intersect.Builder |
Intersect multiple relations regarding a given key.
|
| GraphAlgebra.Join |
Join two relations based on certain predicate.
|
| GraphAlgebra.Join.Builder |
Join two relations based on certain predicate.
|
| GraphAlgebra.Limit |
Protobuf type algebra.Limit
|
| GraphAlgebra.Limit.Builder |
Protobuf type algebra.Limit
|
| GraphAlgebra.LogicalPlan |
A logical plan of graph relation algebra forms a DAG, where each node is an operator and the
edge indicates the execution flow.
|
| GraphAlgebra.LogicalPlan.Builder |
A logical plan of graph relation algebra forms a DAG, where each node is an operator and the
edge indicates the execution flow.
|
| GraphAlgebra.LogicalPlan.Node |
Protobuf type algebra.LogicalPlan.Node
|
| GraphAlgebra.LogicalPlan.Node.Builder |
Protobuf type algebra.LogicalPlan.Node
|
| GraphAlgebra.LogicalPlan.Operator |
Protobuf type algebra.LogicalPlan.Operator
|
| GraphAlgebra.LogicalPlan.Operator.Builder |
Protobuf type algebra.LogicalPlan.Operator
|
| GraphAlgebra.MetaData |
Protobuf type algebra.MetaData
|
| GraphAlgebra.MetaData.Builder |
Protobuf type algebra.MetaData
|
| GraphAlgebra.OrderBy |
Protobuf type algebra.OrderBy
|
| GraphAlgebra.OrderBy.Builder |
Protobuf type algebra.OrderBy
|
| GraphAlgebra.OrderBy.OrderingPair |
Protobuf type algebra.OrderBy.OrderingPair
|
| GraphAlgebra.OrderBy.OrderingPair.Builder |
Protobuf type algebra.OrderBy.OrderingPair
|
| GraphAlgebra.PathExpand |
Protobuf type algebra.PathExpand
|
| GraphAlgebra.PathExpand.Builder |
Protobuf type algebra.PathExpand
|
| GraphAlgebra.PathExpand.ExpandBase |
The expand base of PathExpand
|
| GraphAlgebra.PathExpand.ExpandBase.Builder |
The expand base of PathExpand
|
| GraphAlgebra.Pattern |
Protobuf type algebra.Pattern
|
| GraphAlgebra.Pattern.Binder |
Protobuf type algebra.Pattern.Binder
|
| GraphAlgebra.Pattern.Binder.Builder |
Protobuf type algebra.Pattern.Binder
|
| GraphAlgebra.Pattern.Builder |
Protobuf type algebra.Pattern
|
| GraphAlgebra.Pattern.Sentence |
A sentence defines a match
|
| GraphAlgebra.Pattern.Sentence.Builder |
A sentence defines a match
|
| GraphAlgebra.Project |
To project a relation on certain attributes or further their properties
|
| GraphAlgebra.Project.Builder |
To project a relation on certain attributes or further their properties
|
| GraphAlgebra.Project.ExprAlias |
Protobuf type algebra.Project.ExprAlias
|
| GraphAlgebra.Project.ExprAlias.Builder |
Protobuf type algebra.Project.ExprAlias
|
| GraphAlgebra.QueryParams |
Protobuf type algebra.QueryParams
|
| GraphAlgebra.QueryParams.Builder |
Protobuf type algebra.QueryParams
|
| GraphAlgebra.Range |
Protobuf type algebra.Range
|
| GraphAlgebra.Range.Builder |
Protobuf type algebra.Range
|
| GraphAlgebra.Root |
A dummy node to delegate a source opr for multiple scan cases.
|
| GraphAlgebra.Root.Builder |
A dummy node to delegate a source opr for multiple scan cases.
|
| GraphAlgebra.Sample |
Protobuf type algebra.Sample
|
| GraphAlgebra.Sample.Builder |
Protobuf type algebra.Sample
|
| GraphAlgebra.Sample.SampleByNum |
Protobuf type algebra.Sample.SampleByNum
|
| GraphAlgebra.Sample.SampleByNum.Builder |
Protobuf type algebra.Sample.SampleByNum
|
| GraphAlgebra.Sample.SampleByRatio |
Protobuf type algebra.Sample.SampleByRatio
|
| GraphAlgebra.Sample.SampleByRatio.Builder |
Protobuf type algebra.Sample.SampleByRatio
|
| GraphAlgebra.Sample.SampleType |
Protobuf type algebra.Sample.SampleType
|
| GraphAlgebra.Sample.SampleType.Builder |
Protobuf type algebra.Sample.SampleType
|
| GraphAlgebra.Scan |
Scan is an operator that transforms the source data format (defined by the database)
into internal data format (defined/used by runtime)
|
| GraphAlgebra.Scan.Builder |
Scan is an operator that transforms the source data format (defined by the database)
into internal data format (defined/used by runtime)
|
| GraphAlgebra.SegmentApply |
Protobuf type algebra.SegmentApply
|
| GraphAlgebra.SegmentApply.Builder |
Protobuf type algebra.SegmentApply
|
| GraphAlgebra.Select |
To filter a relation based on a given predicate
|
| GraphAlgebra.Select.Builder |
To filter a relation based on a given predicate
|
| GraphAlgebra.Sink |
Protobuf type algebra.Sink
|
| GraphAlgebra.Sink.Builder |
Protobuf type algebra.Sink
|
| GraphAlgebra.Sink.SinkTarget |
Protobuf type algebra.Sink.SinkTarget
|
| GraphAlgebra.Sink.SinkTarget.Builder |
Protobuf type algebra.Sink.SinkTarget
|
| GraphAlgebra.SinkDefault |
Protobuf type algebra.SinkDefault
|
| GraphAlgebra.SinkDefault.Builder |
Protobuf type algebra.SinkDefault
|
| GraphAlgebra.SinkDefault.IdNameMapping |
Protobuf type algebra.SinkDefault.IdNameMapping
|
| GraphAlgebra.SinkDefault.IdNameMapping.Builder |
Protobuf type algebra.SinkDefault.IdNameMapping
|
| GraphAlgebra.SinkVineyard |
Protobuf type algebra.SinkVineyard
|
| GraphAlgebra.SinkVineyard.Builder |
Protobuf type algebra.SinkVineyard
|
| GraphAlgebra.Unfold |
Protobuf type algebra.Unfold
|
| GraphAlgebra.Unfold.Builder |
Protobuf type algebra.Unfold
|
| GraphAlgebra.Union |
Union multiple relations
|
| GraphAlgebra.Union.Builder |
Union multiple relations
|
| GraphAlgebraPhysical |
|
| GraphAlgebraPhysical.Apply |
Protobuf type physical.Apply
|
| GraphAlgebraPhysical.Apply.Builder |
Protobuf type physical.Apply
|
| GraphAlgebraPhysical.EdgeExpand |
Protobuf type physical.EdgeExpand
|
| GraphAlgebraPhysical.EdgeExpand.Builder |
Protobuf type physical.EdgeExpand
|
| GraphAlgebraPhysical.GetV |
It is typical to use the operator when:
1.
|
| GraphAlgebraPhysical.GetV.Builder |
It is typical to use the operator when:
1.
|
| GraphAlgebraPhysical.GroupBy |
Protobuf type physical.GroupBy
|
| GraphAlgebraPhysical.GroupBy.AggFunc |
To define the function to be applied on each group after performing grouping.
|
| GraphAlgebraPhysical.GroupBy.AggFunc.Builder |
To define the function to be applied on each group after performing grouping.
|
| GraphAlgebraPhysical.GroupBy.Builder |
Protobuf type physical.GroupBy
|
| GraphAlgebraPhysical.GroupBy.KeyAlias |
Protobuf type physical.GroupBy.KeyAlias
|
| GraphAlgebraPhysical.GroupBy.KeyAlias.Builder |
Protobuf type physical.GroupBy.KeyAlias
|
| GraphAlgebraPhysical.Intersect |
Protobuf type physical.Intersect
|
| GraphAlgebraPhysical.Intersect.Builder |
Protobuf type physical.Intersect
|
| GraphAlgebraPhysical.Join |
Protobuf type physical.Join
|
| GraphAlgebraPhysical.Join.Builder |
Protobuf type physical.Join
|
| GraphAlgebraPhysical.PathExpand |
Protobuf type physical.PathExpand
|
| GraphAlgebraPhysical.PathExpand.Builder |
Protobuf type physical.PathExpand
|
| GraphAlgebraPhysical.PathExpand.ExpandBase |
The expand base of PathExpand
|
| GraphAlgebraPhysical.PathExpand.ExpandBase.Builder |
The expand base of PathExpand
|
| GraphAlgebraPhysical.PhysicalOpr |
Protobuf type physical.PhysicalOpr
|
| GraphAlgebraPhysical.PhysicalOpr.Builder |
Protobuf type physical.PhysicalOpr
|
| GraphAlgebraPhysical.PhysicalOpr.MetaData |
Protobuf type physical.PhysicalOpr.MetaData
|
| GraphAlgebraPhysical.PhysicalOpr.MetaData.Builder |
Protobuf type physical.PhysicalOpr.MetaData
|
| GraphAlgebraPhysical.PhysicalOpr.Operator |
Protobuf type physical.PhysicalOpr.Operator
|
| GraphAlgebraPhysical.PhysicalOpr.Operator.Builder |
Protobuf type physical.PhysicalOpr.Operator
|
| GraphAlgebraPhysical.PhysicalPlan |
Protobuf type physical.PhysicalPlan
|
| GraphAlgebraPhysical.PhysicalPlan.Builder |
Protobuf type physical.PhysicalPlan
|
| GraphAlgebraPhysical.Project |
To project a relation on certain attributes or further their properties
|
| GraphAlgebraPhysical.Project.Builder |
To project a relation on certain attributes or further their properties
|
| GraphAlgebraPhysical.Project.ExprAlias |
Protobuf type physical.Project.ExprAlias
|
| GraphAlgebraPhysical.Project.ExprAlias.Builder |
Protobuf type physical.Project.ExprAlias
|
| GraphAlgebraPhysical.Repartition |
Protobuf type physical.Repartition
|
| GraphAlgebraPhysical.Repartition.Broadcast |
Protobuf type physical.Repartition.Broadcast
|
| GraphAlgebraPhysical.Repartition.Broadcast.Builder |
Protobuf type physical.Repartition.Broadcast
|
| GraphAlgebraPhysical.Repartition.Builder |
Protobuf type physical.Repartition
|
| GraphAlgebraPhysical.Repartition.Shuffle |
Protobuf type physical.Repartition.Shuffle
|
| GraphAlgebraPhysical.Repartition.Shuffle.Builder |
Protobuf type physical.Repartition.Shuffle
|
| GraphAlgebraPhysical.Root |
A dummy node to delegate a source opr for multiple scan cases.
|
| GraphAlgebraPhysical.Root.Builder |
A dummy node to delegate a source opr for multiple scan cases.
|
| GraphAlgebraPhysical.Scan |
Scan is an operator that transforms the source data format (defined by the database)
into internal data format (defined/used by runtime)
|
| GraphAlgebraPhysical.Scan.Builder |
Scan is an operator that transforms the source data format (defined by the database)
into internal data format (defined/used by runtime)
|
| GraphAlgebraPhysical.Sink |
Protobuf type physical.Sink
|
| GraphAlgebraPhysical.Sink.Builder |
Protobuf type physical.Sink
|
| GraphAlgebraPhysical.Sink.OptTag |
Protobuf type physical.Sink.OptTag
|
| GraphAlgebraPhysical.Sink.OptTag.Builder |
Protobuf type physical.Sink.OptTag
|
| GraphAlgebraPhysical.Unfold |
Protobuf type physical.Unfold
|
| GraphAlgebraPhysical.Unfold.Builder |
Protobuf type physical.Unfold
|
| GraphAlgebraPhysical.Union |
Protobuf type physical.Union
|
| GraphAlgebraPhysical.Union.Builder |
Protobuf type physical.Union
|
| IrResult |
|
| IrResult.Collection |
Protobuf type results.Collection
|
| IrResult.Collection.Builder |
Protobuf type results.Collection
|
| IrResult.CollectiveResults |
Protobuf type results.CollectiveResults
|
| IrResult.CollectiveResults.Builder |
Protobuf type results.CollectiveResults
|
| IrResult.Column |
Protobuf type results.Column
|
| IrResult.Column.Builder |
Protobuf type results.Column
|
| IrResult.Edge |
Protobuf type results.Edge
|
| IrResult.Edge.Builder |
Protobuf type results.Edge
|
| IrResult.Element |
Protobuf type results.Element
|
| IrResult.Element.Builder |
Protobuf type results.Element
|
| IrResult.Entry |
Protobuf type results.Entry
|
| IrResult.Entry.Builder |
Protobuf type results.Entry
|
| IrResult.GraphPath |
Protobuf type results.GraphPath
|
| IrResult.GraphPath.Builder |
Protobuf type results.GraphPath
|
| IrResult.GraphPath.VertexOrEdge |
Protobuf type results.GraphPath.VertexOrEdge
|
| IrResult.GraphPath.VertexOrEdge.Builder |
Protobuf type results.GraphPath.VertexOrEdge
|
| IrResult.KeyValues |
Protobuf type results.KeyValues
|
| IrResult.KeyValues.Builder |
Protobuf type results.KeyValues
|
| IrResult.KeyValues.KeyValue |
Protobuf type results.KeyValues.KeyValue
|
| IrResult.KeyValues.KeyValue.Builder |
Protobuf type results.KeyValues.KeyValue
|
| IrResult.Property |
Protobuf type results.Property
|
| IrResult.Property.Builder |
Protobuf type results.Property
|
| IrResult.Record |
Protobuf type results.Record
|
| IrResult.Record.Builder |
Protobuf type results.Record
|
| IrResult.Results |
Protobuf type results.Results
|
| IrResult.Results.Builder |
Protobuf type results.Results
|
| IrResult.Vertex |
Protobuf type results.Vertex
|
| IrResult.Vertex.Builder |
Protobuf type results.Vertex
|
| OuterExpression |
|
| OuterExpression.AllKey |
Protobuf type common.AllKey
|
| OuterExpression.AllKey.Builder |
Protobuf type common.AllKey
|
| OuterExpression.Case |
Protobuf type common.Case
|
| OuterExpression.Case.Builder |
Protobuf type common.Case
|
| OuterExpression.Case.WhenThen |
Pair of when <expr> then <expr>
|
| OuterExpression.Case.WhenThen.Builder |
Pair of when <expr> then <expr>
|
| OuterExpression.Concat |
e.g., supposing p1 refers to [v1->v2->v3], p2 refers to [v3->v4->v5],
then CONCAT(p1, p2) outputs [v1->v2->v3->v4->v5]
|
| OuterExpression.Concat.Builder |
e.g., supposing p1 refers to [v1->v2->v3], p2 refers to [v3->v4->v5],
then CONCAT(p1, p2) outputs [v1->v2->v3->v4->v5]
|
| OuterExpression.DateTimeMinus |
Protobuf type common.DateTimeMinus
|
| OuterExpression.DateTimeMinus.Builder |
Protobuf type common.DateTimeMinus
|
| OuterExpression.DynamicParam |
dynamic param
|
| OuterExpression.DynamicParam.Builder |
dynamic param
|
| OuterExpression.Expression |
An inner representation of an expression
|
| OuterExpression.Expression.Builder |
An inner representation of an expression
|
| OuterExpression.ExprOpr |
An operator of expression is one of Logical, Arithmetic, Const and Variable.
|
| OuterExpression.ExprOpr.Builder |
An operator of expression is one of Logical, Arithmetic, Const and Variable.
|
| OuterExpression.Extract |
extract interval from a given expression which should be of temporal type
|
| OuterExpression.Extract.Builder |
extract interval from a given expression which should be of temporal type
|
| OuterExpression.IdKey |
Protobuf type common.IdKey
|
| OuterExpression.IdKey.Builder |
Protobuf type common.IdKey
|
| OuterExpression.LabelKey |
Protobuf type common.LabelKey
|
| OuterExpression.LabelKey.Builder |
Protobuf type common.LabelKey
|
| OuterExpression.LengthKey |
Protobuf type common.LengthKey
|
| OuterExpression.LengthKey.Builder |
Protobuf type common.LengthKey
|
| OuterExpression.NameOrIdKey |
Use `NameOrId` as key item, which is the same as `Option<NameOrId>`
|
| OuterExpression.NameOrIdKey.Builder |
Use `NameOrId` as key item, which is the same as `Option<NameOrId>`
|
| OuterExpression.Property |
Protobuf type common.Property
|
| OuterExpression.Property.Builder |
Protobuf type common.Property
|
| OuterExpression.TimeInterval |
denote time interval, i.e. 3 DAYS, 4 HOURS, 5 MINUTES
|
| OuterExpression.TimeInterval.Builder |
denote time interval, i.e. 3 DAYS, 4 HOURS, 5 MINUTES
|
| OuterExpression.Variable |
Protobuf type common.Variable
|
| OuterExpression.Variable.Builder |
Protobuf type common.Variable
|
| OuterExpression.VariableKeys |
Protobuf type common.VariableKeys
|
| OuterExpression.VariableKeys.Builder |
Protobuf type common.VariableKeys
|
| OuterExpression.VariableKeyValue |
Protobuf type common.VariableKeyValue
|
| OuterExpression.VariableKeyValue.Builder |
Protobuf type common.VariableKeyValue
|
| OuterExpression.VariableKeyValues |
Protobuf type common.VariableKeyValues
|
| OuterExpression.VariableKeyValues.Builder |
Protobuf type common.VariableKeyValues
|
| OuterSchema |
|
| OuterSchema.ColumnMeta |
Protobuf type schema.ColumnMeta
|
| OuterSchema.ColumnMeta.Builder |
Protobuf type schema.ColumnMeta
|
| OuterSchema.EntityMeta |
Protobuf type schema.EntityMeta
|
| OuterSchema.EntityMeta.Builder |
Protobuf type schema.EntityMeta
|
| OuterSchema.LabelMeta |
Protobuf type schema.LabelMeta
|
| OuterSchema.LabelMeta.Builder |
Protobuf type schema.LabelMeta
|
| OuterSchema.RelationMeta |
Protobuf type schema.RelationMeta
|
| OuterSchema.RelationMeta.Builder |
Protobuf type schema.RelationMeta
|
| OuterSchema.RelationMeta.LabelPair |
Protobuf type schema.RelationMeta.LabelPair
|
| OuterSchema.RelationMeta.LabelPair.Builder |
Protobuf type schema.RelationMeta.LabelPair
|
| OuterSchema.Schema |
Protobuf type schema.Schema
|
| OuterSchema.Schema.Builder |
Protobuf type schema.Schema
|
| StoredProcedure |
|
| StoredProcedure.Argument |
Protobuf type procedure.Argument
|
| StoredProcedure.Argument.Builder |
Protobuf type procedure.Argument
|
| StoredProcedure.Query |
Protobuf type procedure.Query
|
| StoredProcedure.Query.Builder |
Protobuf type procedure.Query
|