public static class BigQueryRpc.Tuple<X,Y> extends Object
Modifier and Type | Method and Description |
---|---|
static <X,Y> BigQueryRpc.Tuple<X,Y> |
of(X x,
Y y) |
X |
x() |
Y |
y() |
public static <X,Y> BigQueryRpc.Tuple<X,Y> of(X x, Y y)
public X x()
public Y y()
Copyright © 2017 Google. All rights reserved.