Tabnine Logo
HCatCreateTableDesc$Builder.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.hive.hcatalog.api.HCatCreateTableDesc$Builder
constructor

Best Java code snippets using org.apache.hive.hcatalog.api.HCatCreateTableDesc$Builder.<init> (Showing top 12 results out of 315)

origin: apache/hive

/**
 * Creates a builder for defining attributes.
 *
 * @param dbName the db name
 * @param tableName the table name
 * @param columns the columns
 * @return the builder
 */
@Deprecated // @deprecated in favour of {@link #create(HCatTable)}. To be removed in Hive 0.16.
public static Builder create(String dbName, String tableName, List<HCatFieldSchema> columns) {
 return new Builder(dbName, tableName, columns);
}
origin: org.spark-project.hive.hcatalog/hive-webhcat-java-client

/**
 * Creates a builder for defining attributes.
 *
 * @param dbName the db name
 * @param tableName the table name
 * @param columns the columns
 * @return the builder
 */
@Deprecated // @deprecated in favour of {@link #create(HCatTable)}. To be removed in Hive 0.16.
public static Builder create(String dbName, String tableName, List<HCatFieldSchema> columns) {
 return new Builder(dbName, tableName, columns);
}
origin: org.apache.hive.hcatalog/hive-webhcat-java-client

/**
 * Creates a builder for defining attributes.
 *
 * @param dbName the db name
 * @param tableName the table name
 * @param columns the columns
 * @return the builder
 */
@Deprecated // @deprecated in favour of {@link #create(HCatTable)}. To be removed in Hive 0.16.
public static Builder create(String dbName, String tableName, List<HCatFieldSchema> columns) {
 return new Builder(dbName, tableName, columns);
}
origin: com.github.hyukjinkwon.hcatalog/hive-webhcat-java-client

/**
 * Getter for HCatCreateTableDesc.Builder instance. By default, ifNotExists is false.
 * So the attempt to create the table is made even if the table already exists.
 * @param table Spec for HCatTable to be created.
 * @return Builder instance.
 */
public static Builder create(HCatTable table) {
 return new Builder(table, false);
}
origin: com.github.hyukjinkwon.hcatalog/hive-webhcat-java-client

/**
 * Creates a builder for defining attributes.
 *
 * @param dbName the db name
 * @param tableName the table name
 * @param columns the columns
 * @return the builder
 */
@Deprecated // @deprecated in favour of {@link #create(HCatTable)}. To be removed in Hive 0.16.
public static Builder create(String dbName, String tableName, List<HCatFieldSchema> columns) {
 return new Builder(dbName, tableName, columns);
}
origin: org.apache.hive.hcatalog/hive-webhcat-java-client

/**
 * Getter for HCatCreateTableDesc.Builder instance.
 * @param table Spec for HCatTable to be created.
 * @param ifNotExists Only create the table if it doesn't already exist.
 * @return Builder instance.
 */
public static Builder create(HCatTable table, boolean ifNotExists) {
 return new Builder(table, ifNotExists);
}
origin: org.spark-project.hive.hcatalog/hive-webhcat-java-client

/**
 * Getter for HCatCreateTableDesc.Builder instance.
 * @param table Spec for HCatTable to be created.
 * @param ifNotExists Only create the table if it doesn't already exist.
 * @return Builder instance.
 */
public static Builder create(HCatTable table, boolean ifNotExists) {
 return new Builder(table, ifNotExists);
}
origin: org.spark-project.hive.hcatalog/hive-webhcat-java-client

/**
 * Getter for HCatCreateTableDesc.Builder instance. By default, ifNotExists is false.
 * So the attempt to create the table is made even if the table already exists.
 * @param table Spec for HCatTable to be created.
 * @return Builder instance.
 */
public static Builder create(HCatTable table) {
 return new Builder(table, false);
}
origin: org.apache.hive.hcatalog/hive-webhcat-java-client

/**
 * Getter for HCatCreateTableDesc.Builder instance. By default, ifNotExists is false.
 * So the attempt to create the table is made even if the table already exists.
 * @param table Spec for HCatTable to be created.
 * @return Builder instance.
 */
public static Builder create(HCatTable table) {
 return new Builder(table, false);
}
origin: com.github.hyukjinkwon.hcatalog/hive-webhcat-java-client

/**
 * Getter for HCatCreateTableDesc.Builder instance.
 * @param table Spec for HCatTable to be created.
 * @param ifNotExists Only create the table if it doesn't already exist.
 * @return Builder instance.
 */
public static Builder create(HCatTable table, boolean ifNotExists) {
 return new Builder(table, ifNotExists);
}
origin: apache/hive

/**
 * Getter for HCatCreateTableDesc.Builder instance.
 * @param table Spec for HCatTable to be created.
 * @param ifNotExists Only create the table if it doesn't already exist.
 * @return Builder instance.
 */
public static Builder create(HCatTable table, boolean ifNotExists) {
 return new Builder(table, ifNotExists);
}
origin: apache/hive

/**
 * Getter for HCatCreateTableDesc.Builder instance. By default, ifNotExists is false.
 * So the attempt to create the table is made even if the table already exists.
 * @param table Spec for HCatTable to be created.
 * @return Builder instance.
 */
public static Builder create(HCatTable table) {
 return new Builder(table, false);
}
org.apache.hive.hcatalog.apiHCatCreateTableDesc$Builder<init>

Popular methods of HCatCreateTableDesc$Builder

  • serdeParam
    used for setting arbitrary SerDe parameter
  • build
    Builds the HCatCreateTableDesc.
  • fileFormat
    File format.
  • partCols
    Partition cols.
  • tblProps
    Tbl props.
  • collectionItemsTerminatedBy
    See row_format element of CREATE_TABLE DDL for Hive.
  • escapeChar
    See row_format element of CREATE_TABLE DDL for Hive.
  • fieldsTerminatedBy
    See row_format element of CREATE_TABLE DDL for Hive.
  • linesTerminatedBy
    See row_format element of CREATE_TABLE DDL for Hive.
  • mapKeysTerminatedBy
    See row_format element of CREATE_TABLE DDL for Hive.
  • nullDefinedAs
    See row_format element of CREATE_TABLE DDL for Hive.
  • nullDefinedAs

Popular in Java

  • Running tasks concurrently on multiple threads
  • setRequestProperty (URLConnection)
  • getSupportFragmentManager (FragmentActivity)
  • getResourceAsStream (ClassLoader)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • JList (javax.swing)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now