Uses of Class
org.hpccsystems.commons.ecl.HpccSrcType
-
Packages that use HpccSrcType Package Description org.hpccsystems.commons.ecl Provides basic HPCC Systems ECL language construct support. -
-
Uses of HpccSrcType in org.hpccsystems.commons.ecl
Methods in org.hpccsystems.commons.ecl that return HpccSrcType Modifier and Type Method Description HpccSrcTypeFieldDef. getSourceType()Data type on the HPCC cluster.static HpccSrcTypeHpccSrcType. valueOf(String name)Returns the enum constant of this type with the specified name.static HpccSrcType[]HpccSrcType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hpccsystems.commons.ecl with parameters of type HpccSrcType Constructor Description FieldDef(String fieldName, FieldType fieldType, String typeName, long len, boolean isFixedLength, boolean isUnsigned, int additionalFlags, HpccSrcType sourceType, FieldDef[] childDefs)Instantiates a new field def.FieldDef(String fieldName, FieldType fieldType, String typeName, long len, boolean isFixedLength, boolean isUnsigned, HpccSrcType sourceType, FieldDef[] childDefs)Instantiates a new field def.
-