com.splout.db.hadoop
Class NullableSchema

java.lang.Object
  extended by com.splout.db.hadoop.NullableSchema

public class NullableSchema
extends java.lang.Object


Constructor Summary
NullableSchema()
           
 
Method Summary
static com.datasalt.pangool.io.Schema nullableSchema(com.datasalt.pangool.io.Schema anSchema)
          Returns a copy of the given schema, but with all fields configured as nullable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullableSchema

public NullableSchema()
Method Detail

nullableSchema

public static com.datasalt.pangool.io.Schema nullableSchema(com.datasalt.pangool.io.Schema anSchema)
Returns a copy of the given schema, but with all fields configured as nullable.

Parameters:
anSchema - An schema
Returns:
A copy of the schema, but all fields nullable.


Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.