MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / ResolvedType

Method ResolvedType

pkg/sql/sem/tree/datum.go:848–850  ·  view source on GitHub ↗

ResolvedType implements the TypedExpr interface.

()

Source from the content-addressed store, hash-verified

846
847// ResolvedType implements the TypedExpr interface.
848func (*DFloat) ResolvedType() *types.T {
849 return types.Float
850}
851
852// Compare implements the Datum interface.
853func (d *DFloat) Compare(ctx context.Context, cmpCtx CompareContext, other Datum) (int, error) {

Callers 1

FormatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected