congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
org.apache.lens.api.metastore
Code IndexAdd Tabnine to your IDE (free)

How to use org.apache.lens.api.metastore

Best Java code snippets using org.apache.lens.api.metastore (Showing top 20 results out of 315)

origin: org.apache.lens/lens-api

@Override
public XJoinChain withName(String value) {
  setName(value);
  return this;
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XPartSpec }
 * 
 */
public XPartSpec createXPartSpec() {
  return new XPartSpec();
}
origin: org.apache.lens/lens-api

@Override
public XVirtualFactTable withCubeName(String value) {
  setCubeName(value);
  return this;
}
origin: org.apache.lens/lens-cube

public static XColumn columnFromFieldSchema(FieldSchema fs) {
 if (fs == null) {
  return null;
 }
 XColumn c = XCF.createXColumn();
 c.setName(fs.getName());
 c.setType(fs.getType());
 c.setComment(fs.getComment());
 return c;
}
origin: org.apache.lens/lens-api

@Override
public XExprColumn withDisplayString(String value) {
  setDisplayString(value);
  return this;
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XExpressions }
 * 
 */
public XExpressions createXExpressions() {
  return new XExpressions();
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XStorageTableElement }
 * 
 */
public XStorageTableElement createXStorageTableElement() {
  return new XStorageTableElement();
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XDimAttrNames }
 * 
 */
public XDimAttrNames createXDimAttrNames() {
  return new XDimAttrNames();
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XJoinChain }
 * 
 */
public XJoinChain createXJoinChain() {
  return new XJoinChain();
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XUpdatePeriodTableDescriptor }
 * 
 */
public XUpdatePeriodTableDescriptor createXUpdatePeriodTableDescriptor() {
  return new XUpdatePeriodTableDescriptor();
}
origin: org.apache.lens/lens-api

@Override
public XDerivedCube withProperties(XProperties value) {
  setProperties(value);
  return this;
}
origin: org.apache.lens/lens-api

@Override
public XDerivedCube withName(String value) {
  setName(value);
  return this;
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XJoinEdge }
 * 
 */
public XJoinEdge createXJoinEdge() {
  return new XJoinEdge();
}
origin: apache/lens

/**
 * Create an instance of {@link XMeasure }
 * 
 */
public XMeasure createXMeasure() {
  return new XMeasure();
}
origin: apache/lens

/**
 * Create an instance of {@link XColumn }
 * 
 */
public XColumn createXColumn() {
  return new XColumn();
}
origin: apache/lens

/**
 * Create an instance of {@link XSkewColList }
 * 
 */
public XSkewColList createXSkewColList() {
  return new XSkewColList();
}
origin: org.apache.lens/lens-api

@Override
public XVirtualFactTable withDescription(String value) {
  setDescription(value);
  return this;
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XDerivedCube }
 * 
 */
public XDerivedCube createXDerivedCube() {
  return new XDerivedCube();
}
origin: org.apache.lens/lens-api

/**
 * Create an instance of {@link XNativeTable }
 * 
 */
public XNativeTable createXNativeTable() {
  return new XNativeTable();
}
origin: apache/lens

/**
 * Create an instance of {@link XPartSpec }
 * 
 */
public XPartSpec createXPartSpec() {
  return new XPartSpec();
}
org.apache.lens.api.metastore

Most used classes

  • XPartition
    Partition detailsJava class for x_partition complex type. The following schema fragment specifies t
  • XJoinChains
    Set of join chains.Java class for x_join_chains complex type. The following schema fragment specifi
  • XPartitionList
    Compact data structure for storing List of partitions.Java class for x_partition_list complex type.
  • ObjectFactory
    This object contains factory methods for each Java content interface and Java element interface gene
  • XDimensionTable
    DimensionTable which belongs to a Dimension. The columns in the dimension table will be a subset of
  • XTimePartSpecElement,
  • XCube,
  • XDimAttribute,
  • XDimension,
  • XExprColumn,
  • XFlattenedColumn,
  • XFlattenedColumns,
  • XJoinChain,
  • XJoinEdge,
  • XJoinEdges,
  • XJoinPath,
  • XJoinPaths,
  • XProperties,
  • XProperty
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