C E H J O P R T 
All Classes All Packages

C

com.google.mu.bigquery - package com.google.mu.bigquery
 

E

enumConstants(Class<? extends Enum<?>>) - Static method in class com.google.mu.bigquery.ParameterizedQuery
Returns the stream of enum constants defined by enumClass, with the names wrapped in ParameterizedQuery}.
equals(Object) - Method in class com.google.mu.bigquery.ParameterizedQuery
 

H

hashCode() - Method in class com.google.mu.bigquery.ParameterizedQuery
 

J

jobConfiguration() - Method in class com.google.mu.bigquery.ParameterizedQuery
Returns the QueryJobConfiguration that can be sent to BigQuery.
joining(String) - Static method in class com.google.mu.bigquery.ParameterizedQuery
Returns a collector that joins ParameterizedQuery elements using delimiter.

O

of(String, Object...) - Static method in class com.google.mu.bigquery.ParameterizedQuery
Convenience method when you need to create the ParameterizedQuery inline, with both the query template and the arguments.

P

ParameterizedQuery - Class in com.google.mu.bigquery
Facade class to create BigQuery parameterized queries using a template string and parameters.

R

run(BigQuery.JobOption...) - Method in class com.google.mu.bigquery.ParameterizedQuery
Sends this query to BigQuery using the default options.

T

template(String) - Static method in class com.google.mu.bigquery.ParameterizedQuery
Returns a template of QueryJobConfiguration based on the template string.
toString() - Method in class com.google.mu.bigquery.ParameterizedQuery
 
C E H J O P R T 
All Classes All Packages