Skip to content

com.google.cloud.bigquery.QueryParameterValue classToType should support standard Java date/time classes. #3589

@ghost

Description

Please consider adding standard java date, datetime and time classes to the classToType method so that they can be used with "of" generic:
/** Creates a {@code QueryParameterValue} object with the given value and type. */
public static QueryParameterValue of(T value, Class type) {
return of(value, classToType(type));
}

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.help wantedWe'd love to have community involvement on this issue.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions