Class HighCardinalityJoin
High cardinality join detailed information.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class HighCardinalityJoin : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LeftRows
Output only. Count of left input rows.
Declaration
[JsonProperty("leftRows")]
public virtual long? LeftRows { get; set; }
Property Value
Type | Description |
---|---|
long? |
OutputRows
Output only. Count of the output rows.
Declaration
[JsonProperty("outputRows")]
public virtual long? OutputRows { get; set; }
Property Value
Type | Description |
---|---|
long? |
RightRows
Output only. Count of right input rows.
Declaration
[JsonProperty("rightRows")]
public virtual long? RightRows { get; set; }
Property Value
Type | Description |
---|---|
long? |
StepIndex
Output only. The index of the join operator in the ExplainQueryStep lists.
Declaration
[JsonProperty("stepIndex")]
public virtual int? StepIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |