Uses of Class
org.hpccsystems.commons.ecl.FieldDef
-
Packages that use FieldDef Package Description org.hpccsystems.commons.ecl Provides basic HPCC Systems ECL language construct support. -
-
Uses of FieldDef in org.hpccsystems.commons.ecl
Methods in org.hpccsystems.commons.ecl that return FieldDef Modifier and Type Method Description static FieldDefTestFieldDefinitions. getComplexRecordDefinition()Gets the complex record definition.FieldDefFieldDef. getDef(int ndx)Get the FieldDef at position.static FieldDefRecordDefinitionTranslator. parseJsonRecordDefinition(org.json.JSONObject recordDefinition)Parses the json record definition.Methods in org.hpccsystems.commons.ecl that return types with arguments of type FieldDef Modifier and Type Method Description Iterator<FieldDef>FieldDef. getDefinitions()An iterator to walk though the type definitions that compose this type.Methods in org.hpccsystems.commons.ecl with parameters of type FieldDef Modifier and Type Method Description voidFieldDef. setDefs(FieldDef[] childDefs)Set the Child FieldDefs.static StringRecordDefinitionTranslator. toECLRecord(FieldDef field)toECL Converts the provided FieldDef into an ECL record definition.static org.json.JSONObjectRecordDefinitionTranslator. toJsonRecord(FieldDef field)toJson Converts the provided FieldDef into a json record definition.Constructors in org.hpccsystems.commons.ecl with parameters of type FieldDef 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.FieldDef(FieldDef rhs)Instantiates a new field def.
-