All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.spark.sql.types.injections.MetadataUtilities.scala Maven / Gradle / Ivy

The newest version!
// Copyright (C) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in project root for information.

package org.apache.spark.sql.types.injections

import org.apache.spark.sql.types.Metadata

object MetadataUtilities {

  def getMetadataKeys(metadata: Metadata): Iterable[String] = metadata.map.keys

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy