blob: 9319fa1c4cca3f4831d33a99c6a9bd18d1dc5fb9 [file] [log] [blame]
{
"type": "record",
"name": "GEdgeResult",
"namespace": "org.apache.giraph.io.gora.generated",
"fields" : [
{"name": "edgeId", "type": "string"},
{"name": "edgeWeight", "type": "float"},
{"name": "vertexInId", "type": "string"},
{"name": "vertexOutId", "type": "string"},
{"name": "label", "type": "string"}
]
}