Package rocks.frieler.kraftsql.bq.engine
Class Types.ARRAY
-
- All Implemented Interfaces:
-
rocks.frieler.kraftsql.engine.Type
public final class Types.ARRAY<C extends Object> extends Type<Array<C>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTypes.ARRAY.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Type<C>contentTypeprivate final StandardSQLTypeNamenameprivate final KTypenaturalTypepublic final static Types.ARRAY.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description Types.ARRAY(Type<C> contentType)
-
Method Summary
Modifier and Type Method Description final Type<C>getContentType()Stringsql()KTypenaturalKType()-
-
Method Detail
-
getContentType
final Type<C> getContentType()
-
naturalKType
KType naturalKType()
-
-
-
-