Commits


abandy authored and GitHub committed 4cbab52a3e0
GH-35969: [Swift] use ArrowType instead of ArrowType.info and add binary, time32 and time64 types (#35985) Changes: - Updated code to use ArrowType instead of ArrowType.info to store the arrow type in classes and structs. This was done due to Time32 and Time64 requiring additional information beyond just the basic enum info. - Add binary, time32 and time64 types. * Closes: #35969 Lead-authored-by: Alva Bandy <abandy@live.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>