[ANN] ExArrow – Apache Arrow IPC / Flight / ADBC Support for Elixir
-
submitted by /u/Shoddy_One4465
[link] [comments]
8 hours ago
thoughts, ideas and ramblings about software development
IBundleGroupProvider[] providers = Platform.getBundleGroupProviders();
if (providers != null) {
for (IBundleGroupProvider provider : providers) {
IBundleGroup[] bundleGroups = provider.getBundleGroups();
for (IBundleGroup group : bundleGroups) {
if (group.getIdentifier().equals(featureId)) {
version = group.getVersion();
}
}
}
}
}