package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
FunctionLangToProto converts sql statement input language to protobuf type.
MakeDefaultVolatilityProperties returns a VolatilityProperties with default property values (the values used when they are not specified when CREATE or REPLACE a function.
MakeVolatilityProperties returns a VolatilityProperties with the given property values.
NullInputBehaviorToProto converts sql statement input null input behavior to protobuf type.
ParamClassToProto converts sql statement input argument class to protobuf type.
SecurityToProto converts sql statement input security to protobuf type.
VolatilityToProto converts sql statement input volatility to protobuf type.
# Structs
VolatilityProperties are properties about the volatility of a user-defined function.