Package rocks.frieler.kraftsql.bq.engine
Object BigQueryORMapping
-
- All Implemented Interfaces:
-
rocks.frieler.kraftsql.engine.ORMapping
public class BigQueryORMapping implements ORMapping<BigQueryEngine, Iterable<Map<Field, FieldValue>>>
-
-
Field Summary
Fields Modifier and Type Field Description public final static BigQueryORMappingINSTANCE
-
Method Summary
Modifier and Type Method Description TypegetTypeFor(KType type)KTypegetKTypeFor(Type<BigQueryEngine> sqlType)<T extends Any> Expression<BigQueryEngine, T>serialize(T value)<T extends Any> List<T>deserializeQueryResult(Iterable<Map<Field, FieldValue>> queryResult, KClass<T> type)-
-
Method Detail
-
getTypeFor
Type getTypeFor(KType type)
-
getKTypeFor
KType getKTypeFor(Type<BigQueryEngine> sqlType)
-
serialize
<T extends Any> Expression<BigQueryEngine, T> serialize(T value)
-
-
-
-