Interface FrameUtil
public interface FrameUtil
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Array<?>[]static booleanisDefault(String v, Types.ValueType t) static Types.ValueTypeisFloatType(String val, int len) static Types.ValueTypestatic Types.ValueTypestatic Types.ValueTypeisType(double val) static Types.ValueTypeisType(double val, Types.ValueType min) static Types.ValueTypestatic Types.ValueTypeisType(String val, Types.ValueType minType) Get type type subject to minimum another type.static FrameBlockmergeSchema(FrameBlock temp1, FrameBlock temp2)
-
Field Details
-
LOG
static final org.apache.commons.logging.Log LOG -
SCHEMA_SEPARATOR
- See Also:
-
booleanPattern
-
integerFloatPattern
-
floatPattern
-
dotSplitPattern
-
-
Method Details
-
add
-
isIntType
-
isHash
-
isFloatType
-
isType
Get type type subject to minimum another type. This enable skipping checking for boolean type if floats are already found.- Parameters:
val- The string value to checkminType- the minimum type to check.- Returns:
- ValueType subject to restriction
-
isType
-
isType
-
isType
-
mergeSchema
-
isDefault
-