com.redislabs.redisgraph.impl.RecordImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jredisgraph Show documentation
Show all versions of jredisgraph Show documentation
Official client for Redis-Graph
package com.redislabs.redisgraph.impl;
import java.util.List;
import com.redislabs.redisgraph.Record;
public class RecordImpl implements Record {
private final List header;
private final List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy