func (v *Value) ToInt64() int64 { return int64(util.InsToInt(v.val)) }
func (v *Value) ToInt() int { return util.InsToInt(v.val) }