grex_naeem
Version:
Client for Rexster Graph Server
54 lines (44 loc) • 880 B
JavaScript
module.exports = {
T: {
'gt': 'T.gt',
'gte': 'T.gte',
'eq': 'T.eq',
'neq': 'T.neq',
'lte': 'T.lte',
'lt': 'T.lt',
'decr': 'T.decr',
'incr': 'T.incr',
'notin': 'T.notin',
'in': 'T.in'
},
Contains: {
'IN': 'Contains.IN',
'NOT_IN': 'Contains.NOT_IN'
},
Vertex: {
'class': 'Vertex.class'
},
Edge: {
'class': 'Edge.class'
},
'String': {
'class': 'String.class'
},
Integer: {
'class': 'Integer.class'
},
Geoshape: {
'class': 'Geoshape.class'
},
Direction: {
'OUT': 'Direction.OUT',
'IN': 'Direction.IN',
'BOTH': 'Direction.BOTH'
},
TitanKey: {
'class': 'TitanKey.class'
},
TitanLabel : {
'class': 'TitanLabel.class'
}
};