Package rocks.frieler.kraftsql.bq.engine
Class Types.ARRAY
-
- All Implemented Interfaces:
-
rocks.frieler.kraftsql.engine.Type
public final class Types.ARRAY extends Type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTypes.ARRAY.Companion
-
Field Summary
Fields Modifier and Type Field Description private final TypecontentTypeprivate final StandardSQLTypeNamenamepublic final static Types.ARRAY.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description Types.ARRAY(Type contentType)
-
Method Summary
Modifier and Type Method Description final TypegetContentType()Stringsql()-
-
Constructor Detail
-
Types.ARRAY
Types.ARRAY(Type contentType)
-
-
Method Detail
-
getContentType
final Type getContentType()
-
-
-
-