tremor_value

Module value

source
Expand description

The value modules defines a structural module of tremor supported types

Re-exports§

Modules§

  • Conversions from other types to the value type
  • a static value newtype workaround for rust quirks

Enums§

  • Borrowed JSON-DOM Value, consider using the ValueTrait to access its content

Functions§

  • Parses a slice of bytes into a Value dom. This function will rewrite the slice to de-escape strings. As we reference parts of the input slice the resulting dom has the same lifetime as the slice it was created from.
  • Parses a slice of bytes into a Value dom. This function will rewrite the slice to de-escape strings. As we reference parts of the input slice the resulting dom has the same lifetime as the slice it was created from.
  • convert anything implementing Serialize into a Value using our own Serializer.

Type Aliases§