File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ public class ArrowArrayBuilders {
387
387
388
388
public static func loadTimestampArrayBuilder( _ unit: ArrowTimestampUnit , timezone: String ? = nil ) throws -> TimestampArrayBuilder {
389
389
return try TimestampArrayBuilder ( unit, timezone: timezone)
390
+ }
390
391
391
392
public static func loadStructArrayBuilder( _ fields: [ ArrowField ] ) throws -> StructArrayBuilder {
392
393
return try StructArrayBuilder ( fields)
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ public class ArrowTypeTimestamp: ArrowType {
165
165
}
166
166
}
167
167
168
- public class ArrowNestedType : ArrowType {
168
+ public class ArrowTypeStruct : ArrowType {
169
169
let fields : [ ArrowField ]
170
170
public init ( _ info: ArrowType . Info , fields: [ ArrowField ] ) {
171
171
self . fields = fields
You can’t perform that action at this time.
0 commit comments