fn from()

in crates/paimon/src/spec/types.rs [1452:1457]


        fn from(value: bool) -> Self {
            Self {
                nullable: value,
                value: PhantomData,
            }
        }