Class Timestamp
-
- All Implemented Interfaces:
-
rocks.frieler.kraftsql.expressions.Expression
public final class Timestamp implements Expression<BigQueryEngine, Instant>
BigQuery's
TIMESTAMPfunction.
-
-
Field Summary
Fields Modifier and Type Field Description private final Expression<BigQueryEngine, String>stringExpression
-
Constructor Summary
Constructors Constructor Description Timestamp(Expression<BigQueryEngine, String> stringExpression)
-
Method Summary
Modifier and Type Method Description final Expression<BigQueryEngine, String>getStringExpression()Stringsql()StringdefaultColumnName()Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
Timestamp
Timestamp(Expression<BigQueryEngine, String> stringExpression)
- Parameters:
stringExpression- the expression to convert to a BigQuery TIMESTAMP
-
-
Method Detail
-
getStringExpression
final Expression<BigQueryEngine, String> getStringExpression()
-
defaultColumnName
String defaultColumnName()
-
-
-
-