Class VertexPropertyContext<FRAG_T extends IFragment>


  • public abstract class VertexPropertyContext<FRAG_T extends IFragment>
    extends Object
    VertexPropertyContext only compatible with simple graph, i.e. ArrowProjectedFragment @FRAG_T
    • Constructor Detail

      • VertexPropertyContext

        public VertexPropertyContext()
    • Method Detail

      • createFFIContext

        protected void createFFIContext​(FRAG_T fragment)
        Must be called by jni, to create ffi context.
        Parameters:
        fragment - querying fragment
      • getIntColumn

        public IntColumn getIntColumn​(long index)
      • getLongColumn

        public LongColumn getLongColumn​(long index)