risingwave_common::types

Module scalar_impl

source

Macros§

  • Implement Scalar and ScalarRef for native type. For PrimitiveArrayItemType, clone is trivial, so T is both Scalar and ScalarRef.

Traits§

  • ScalarPartialOrd allows comparison between Scalar and ScalarRef.