Documentation
¶
Index ¶
- func Bool(name string) *boolBuilder
- func Bytes(name string) *bytesBuilder
- func Duration(name string) *durationBuilder
- func Float64(name string) *float64Builder
- func Geometry(name string) *geometryBuilder
- func Int64(name string) *int64Builder
- func String(name string) *stringBuilder
- func Timestamp(name string) *timestampBuilder
- func UUID(name string) *uuidBuilder
- func Uint64(name string) *uint64Builder
- type Descriptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Duration ¶
func Duration(name string) *durationBuilder
Duration returns a new Field with type duration.
func Float64 ¶
func Float64(name string) *float64Builder
Float64 returns a new Field with type float64.
func Geometry ¶
func Geometry(name string) *geometryBuilder
Geometry returns a new Field with type Geometry.
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func (*Descriptor) ToProto ¶
func (d *Descriptor) ToProto() *datasetsv1.Field
Click to show internal directories.
Click to hide internal directories.