Class ParquetKeyInfo

    • Constructor Detail

      • ParquetKeyInfo

        public ParquetKeyInfo()
      • ParquetKeyInfo

        public ParquetKeyInfo​(ParquetKeyInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getKeyName

        public String getKeyName()
        Get 键值名称
        Returns:
        KeyName 键值名称
      • setKeyName

        public void setKeyName​(String KeyName)
        Set 键值名称
        Parameters:
        KeyName - 键值名称
      • getKeyType

        public String getKeyType()
        Get 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
        Returns:
        KeyType 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
      • setKeyType

        public void setKeyType​(String KeyType)
        Set 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
        Parameters:
        KeyType - 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
      • getKeyNonExistingField

        public String getKeyNonExistingField()
        Get 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        KeyNonExistingField 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。
      • setKeyNonExistingField

        public void setKeyNonExistingField​(String KeyNonExistingField)
        Set 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        KeyNonExistingField - 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。