Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MarshalJSON = json.Marshal UnmarshalJSON = json.Unmarshal )
Should only be overwritten during process init()'ialization.
View Source
var ( // Bolt keys BoltSnapshotsBucket = []byte{'s'} BoltPathKey = []byte{'p'} BoltDeletedKey = []byte{'d'} BoltInternalKey = []byte{'i'} BoltMetaDataKey = []byte{'m'} BoltMetaDataSegmentTypeKey = []byte("type") BoltMetaDataSegmentVersionKey = []byte("version") BoltMetaDataTimeStamp = []byte("timeStamp") BoltStatsKey = []byte("stats") BoltUpdatedFieldsKey = []byte("fields") TotBytesWrittenKey = []byte("TotBytesWritten") MappingInternalKey = []byte("_mapping") )
Functions ¶
func ExtractNumericValFloat32 ¶ added in v2.4.0
extract numeric value (if possible) and returns a float32
func ExtractNumericValFloat64 ¶ added in v2.4.0
extract numeric value (if possible) and returns a float64
func IsValidFloat32 ¶ added in v2.4.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.