datatype

package
v1.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package datatype contains the object to represent Datatypes in Gremlin.

DataType and its constant values are the string equivalent of the Gremlin language's datatypes when referencing them in a traversal/query.

A note about DataType:

This object implements the Parameter interfaces used by graph traversals.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataType

type DataType string

DataType represents all the data types that are inside of Gremlin.

const (
	// String represents the class for String
	String DataType = "String.class"
	// Character represents the class for Character
	Character DataType = "Character.class"
	// Boolean represents the class for Boolean
	Boolean DataType = "Boolean.class"
	// Byte represents the class for Byte
	Byte DataType = "Byte.class"
	// Short represents the class for Short
	Short DataType = "Short.class"
	// Integer represents the class for Integer
	Integer DataType = "Integer.class"
	// Long represents the class for Long
	Long DataType = "Long.class"
	// Float represents the class for Float
	Float DataType = "Float.class"
	// Double represents the class for Double
	Double DataType = "Double.class"
	// Decimal represents the class for Decimal
	Decimal DataType = "Decimal.class"
	// Precision represents the class for Precision
	Precision DataType = "Precision.class"
	// Geoshape represents the class for Geoshape
	Geoshape DataType = "Geoshape.class"
)

func (DataType) String

func (d DataType) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL