column

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 column contains the object to reference particular parts of a column.

See: http://tinkerpop.apache.org/javadocs/3.3.3/core/org/apache/tinkerpop/gremlin/structure/Column.html

Column is the object that defines parts of a column in Gremlin. These values are such as: Keys - Define the keys associated with the columns. Values - Define the values associated with the columns.

A note about Column:

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 Column

type Column string

Column references a particular type of column in a complex data structure such as a Map, a Map.Entry, or a Path.

const (
	// Keys associated with the data structure.
	Keys Column = "keys"
	// Values associated with the data structure.
	Values Column = "values"
)

func (Column) String

func (c Column) String() string

Jump to

Keyboard shortcuts

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