Class VespaQuerySchema

    • Constructor Summary

      Constructors 
      Constructor Description
      VespaQuerySchema​(java.lang.String schema)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.pig.data.Tuple buildTuple​(int rank, com.fasterxml.jackson.databind.JsonNode hit)  
      static org.apache.pig.impl.logicalLayer.schema.Schema getPigSchema​(java.lang.String schemaString)  
      java.util.Iterator<VespaQuerySchema.AliasTypePair> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • VespaQuerySchema

        public VespaQuerySchema​(java.lang.String schema)
    • Method Detail

      • buildTuple

        public org.apache.pig.data.Tuple buildTuple​(int rank,
                                                    com.fasterxml.jackson.databind.JsonNode hit)
      • getPigSchema

        public static org.apache.pig.impl.logicalLayer.schema.Schema getPigSchema​(java.lang.String schemaString)